COLOR #9CCEB4

HEX: #9CCEB4
RGB: (156,206,180)

Color info

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

RGB color model

#9CCEB4 color RGB value is (156,206,180).

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

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 180 of 255 = 71%

156
206
180

R + G + B ~ 71%. #9CCEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 180 = 542 (100%)
R 156 of 542 ~ 28.78%
G 206 of 542 ~ 38.01%
B 180 of 542 ~ 33.21%

%28.78
%38.01
%33.21

CMYK color model

#9CCEB4 color CMYK value is (24,0,13,19).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 19.22%
CMYK:
(24,0,13,19)
C24M0Y13K19 
(24%,0%,13%,19%)
(0.24/0.00/0.13/0.19)	

CMYK percentages

%24.27
%0
%12.62
%19.22

Codes

Color #9CCEB4 in popluar color models

9CCEB4
RGB156206180
HSL149°33.78%70.98%
HSB/HSV149°24.27%80.78%
CMYK24.27%0.00%12.62%
19.22%

Color #9CCEB4 in popluar number systems.

HEX9CCEB4
Decimal156206180
Binary100111001100111010110100
Octal234316264

Shades and tints

Shades of #9CCEB4

#9CCEB4
(156,206,180)
#8EBCA4
(142,188,164)
#80AA94
(128,170,148)
#729884
(114,152,132)
#648674
(100,134,116)
#567464
(86,116,100)
#486254
(72,98,84)
#3A5044
(58,80,68)
#2C3E34
(44,62,52)
#1E2C24
(30,44,36)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #9CCEB4

#9CCEB4
(156,206,180)
#A5D2BA
(165,210,186)
#AED6C0
(174,214,192)
#B7DAC6
(183,218,198)
#C0DECC
(192,222,204)
#C9E2D2
(201,226,210)
#D2E6D8
(210,230,216)
#DBEADE
(219,234,222)
#E4EEE4
(228,238,228)
#EDF2EA
(237,242,234)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCEB4; }

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

This text font color is #9CCEB4.


Background Color

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

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

This div background color is #9CCEB4.


Border color

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

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

This div border color is #9CCEB4.


Opacity

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

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

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

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

This text has shadow with #9CCEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCEB4 on black background.


Color preview on white background

This text has color #9CCEB4 on white background.



Black color preview on #9CCEB4 background

This text has black color on #9CCEB4 background.


White color preview on #9CCEB4 background

This text has white color on #9CCEB4 background.