COLOR #9CC1AD

HEX: #9CC1AD
RGB: (156,193,173)

Color info

#9CC1AD contains red, green and blue colors in about the same proportion. Web safe color of #9CC1AD is #99CC99 (or #9C9).

RGB color model

#9CC1AD color RGB value is (156,193,173).

  • red value is 156;
  • green value is 193;
  • blue value is 173.
RGB:
(156,193,173)
(61%,76%,68%)

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 173 of 255 = 68%

156
193
173

R + G + B ~ 68%. #9CC1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 173 = 522 (100%)
R 156 of 522 ~ 29.89%
G 193 of 522 ~ 36.97%
B 173 of 522 ~ 33.14%

%29.89
%36.97
%33.14

CMYK color model

#9CC1AD color CMYK value is (19,0,10,24).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(19,0,10,24)
C19M0Y10K24 
(19%,0%,10%,24%)
(0.19/0.00/0.10/0.24)	

CMYK percentages

%19.17
%0
%10.36
%24.31

Codes

Color #9CC1AD in popluar color models

9CC1AD
RGB156193173
HSL148°22.98%68.43%
HSB/HSV148°19.17%75.69%
CMYK19.17%0.00%10.36%
24.31%

Color #9CC1AD in popluar number systems.

HEX9CC1AD
Decimal156193173
Binary100111001100000110101101
Octal234301255

Shades and tints

Shades of #9CC1AD

#9CC1AD
(156,193,173)
#8EB09E
(142,176,158)
#809F8F
(128,159,143)
#728E80
(114,142,128)
#647D71
(100,125,113)
#566C62
(86,108,98)
#485B53
(72,91,83)
#3A4A44
(58,74,68)
#2C3935
(44,57,53)
#1E2826
(30,40,38)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #9CC1AD

#9CC1AD
(156,193,173)
#A5C6B4
(165,198,180)
#AECBBB
(174,203,187)
#B7D0C2
(183,208,194)
#C0D5C9
(192,213,201)
#C9DAD0
(201,218,208)
#D2DFD7
(210,223,215)
#DBE4DE
(219,228,222)
#E4E9E5
(228,233,229)
#EDEEEC
(237,238,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC1AD color. Also use rgb(156,193,173) instead hex code.

Text Font Color

.myTextColor { color: #9CC1AD; }

<p style="color:#9CC1AD">This sample text font color is #9CC1AD.</p>

This text font color is #9CC1AD.


Background Color

.myBgColor { background-color: #9CC1AD; }

<div style="background-color:#9CC1AD">Inner text</div>

This div background color is #9CC1AD.


Border color

.myBorderColor { border: 1px solid #9CC1AD; }

<div style="border:3px solid #9CC1AD">Div</div>

This div border color is #9CC1AD.


Opacity

.myOpacity80 { color: #9CC1AD; opacity: 0.8; }

<p style="color:#9CC1AD;opacity:0.8;">80%</p>

Text with #9CC1AD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9CC1AD;}

<p style="text-shadow: 3px 3px 1px #9CC1AD">Text here.</p>

This text has shadow with #9CC1AD color.

.textShadow {text-shadow: 3px 3px 1px #9CC1AD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9CC1AD, 5px 5px 20px red">Text here.</p>

This text has shadow with #9CC1AD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9CC1AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9CC1AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #9CC1AD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9CC1AD;
  -webkit-box-shadow:	1px 1px 3px 2px #9CC1AD;
  box-shadow:		1px 1px 3px 2px #9CC1AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9CC1AD;
-webkit-box-shadow: 1px 1px 3px 2px #9CC1AD;
box-shadow:1px 1px 3px 2px #9CC1AD;">
Div content here</div>
This div box has shadow with color #9CC1AD.

Preview

Color preview on black background

This text has color #9CC1AD on black background.


Color preview on white background

This text has color #9CC1AD on white background.



Black color preview on #9CC1AD background

This text has black color on #9CC1AD background.


White color preview on #9CC1AD background

This text has white color on #9CC1AD background.