COLOR #9CC3AE

HEX: #9CC3AE
RGB: (156,195,174)

Color info

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

RGB color model

#9CC3AE color RGB value is (156,195,174).

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

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 174 of 255 = 68%

156
195
174

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

Portions of RGB colors in percentages

R + G + B =
156 + 195 + 174 = 525 (100%)
R 156 of 525 ~ 29.71%
G 195 of 525 ~ 37.14%
B 174 of 525 ~ 33.14%

%29.71
%37.14
%33.14

CMYK color model

#9CC3AE color CMYK value is (20,0,11,24).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(20,0,11,24)
C20M0Y11K24 
(20%,0%,11%,24%)
(0.20/0.00/0.11/0.24)	

CMYK percentages

%20
%0
%10.77
%23.53

Codes

Color #9CC3AE in popluar color models

9CC3AE
RGB156195174
HSL148°24.53%68.82%
HSB/HSV148°20.00%76.47%
CMYK20.00%0.00%10.77%
23.53%

Color #9CC3AE in popluar number systems.

HEX9CC3AE
Decimal156195174
Binary100111001100001110101110
Octal234303256

Shades and tints

Shades of #9CC3AE

#9CC3AE
(156,195,174)
#8EB29F
(142,178,159)
#80A190
(128,161,144)
#729081
(114,144,129)
#647F72
(100,127,114)
#566E63
(86,110,99)
#485D54
(72,93,84)
#3A4C45
(58,76,69)
#2C3B36
(44,59,54)
#1E2A27
(30,42,39)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #9CC3AE

#9CC3AE
(156,195,174)
#A5C8B5
(165,200,181)
#AECDBC
(174,205,188)
#B7D2C3
(183,210,195)
#C0D7CA
(192,215,202)
#C9DCD1
(201,220,209)
#D2E1D8
(210,225,216)
#DBE6DF
(219,230,223)
#E4EBE6
(228,235,230)
#EDF0ED
(237,240,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC3AE color. Also use rgb(156,195,174) instead hex code.

Text Font Color

.myTextColor { color: #9CC3AE; }

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

This text font color is #9CC3AE.


Background Color

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

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

This div background color is #9CC3AE.


Border color

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

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

This div border color is #9CC3AE.


Opacity

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

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

Text with #9CC3AE 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 #9CC3AE;}

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

This text has shadow with #9CC3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC3AE on black background.


Color preview on white background

This text has color #9CC3AE on white background.



Black color preview on #9CC3AE background

This text has black color on #9CC3AE background.


White color preview on #9CC3AE background

This text has white color on #9CC3AE background.