COLOR #9CCEAB

HEX: #9CCEAB
RGB: (156,206,171)

Color info

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

RGB color model

#9CCEAB color RGB value is (156,206,171).

  • red value is 156;
  • green value is 206;
  • blue value is 171.
RGB:
(156,206,171)
(61%,81%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 171 of 255 = 67%

156
206
171

R + G + B ~ 70%. #9CCEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 171 = 533 (100%)
R 156 of 533 ~ 29.27%
G 206 of 533 ~ 38.65%
B 171 of 533 ~ 32.08%

%29.27
%38.65
%32.08

CMYK color model

#9CCEAB color CMYK value is (24,0,17,19).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 19.22%
CMYK:
(24,0,17,19)
C24M0Y17K19 
(24%,0%,17%,19%)
(0.24/0.00/0.17/0.19)	

CMYK percentages

%24.27
%0
%16.99
%19.22

Codes

Color #9CCEAB in popluar color models

9CCEAB
RGB156206171
HSL138°33.78%70.98%
HSB/HSV138°24.27%80.78%
CMYK24.27%0.00%16.99%
19.22%

Color #9CCEAB in popluar number systems.

HEX9CCEAB
Decimal156206171
Binary100111001100111010101011
Octal234316253

Shades and tints

Shades of #9CCEAB

#9CCEAB
(156,206,171)
#8EBC9C
(142,188,156)
#80AA8D
(128,170,141)
#72987E
(114,152,126)
#64866F
(100,134,111)
#567460
(86,116,96)
#486251
(72,98,81)
#3A5042
(58,80,66)
#2C3E33
(44,62,51)
#1E2C24
(30,44,36)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #9CCEAB

#9CCEAB
(156,206,171)
#A5D2B2
(165,210,178)
#AED6B9
(174,214,185)
#B7DAC0
(183,218,192)
#C0DEC7
(192,222,199)
#C9E2CE
(201,226,206)
#D2E6D5
(210,230,213)
#DBEADC
(219,234,220)
#E4EEE3
(228,238,227)
#EDF2EA
(237,242,234)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCEAB color. Also use rgb(156,206,171) instead hex code.

Text Font Color

.myTextColor { color: #9CCEAB; }

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

This text font color is #9CCEAB.


Background Color

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

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

This div background color is #9CCEAB.


Border color

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

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

This div border color is #9CCEAB.


Opacity

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

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

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

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

This text has shadow with #9CCEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCEAB on black background.


Color preview on white background

This text has color #9CCEAB on white background.



Black color preview on #9CCEAB background

This text has black color on #9CCEAB background.


White color preview on #9CCEAB background

This text has white color on #9CCEAB background.