COLOR #9CCBB4

HEX: #9CCBB4 RGB: (156,203,180)

Color info

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

RGB color model

#9CCBB4 color RGB value is (156,203,180).

RGB: (156,203,180) (61%, 80%, 71%)

RGB channels and saturation

R 156 of 255 = 61%
G 203 of 255 = 80%
B 180 of 255 = 71%

156
203
180

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

Portions of RGB colors in percentages

R + G + B = 156 + 203 + 180 = 539 (100%)
R 156 of 539 ~ 28.94%
G 203 of 539 ~ 37.66%
B 180 of 539 ~ 33.4'%

%28.94
%37.66
%33.4

CMYK color model

#9CCBB4 color CMYK value is (23,0,11,20).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 20.39%

CMYK: (23,0,11,20)
C23M0Y11K20 (23%, 0%, 11%, 20%)
(0.23 / 0.00 / 0.11 / 0.20)

CMYK percentages

%23.15
%0
%11.33
%20.39

Codes

Color #9CCBB4 in popluar color models

9C CB B4
RGB 156 203 180
HSL 151° 31.13% 70.39%
HSB/HSV 151° 23.15% 79.61%
CMYK 23.15% 0.00% 11.33%
20.39%

Color #9CCBB4 in popluar number systems.

HEX 9C CB B4
Decimal 156 203 180
Binary 10011100 11001011 10110100
Octal 234 313 264

Shades and tints

Shades of #9CCBB4

#9CCBB4
(156,203,180)
#8EB9A4
(142,185,164)
#80A794
(128,167,148)
#729584
(114,149,132)
#648374
(100,131,116)
#567164
(86,113,100)
#485F54
(72,95,84)
#3A4D44
(58,77,68)
#2C3B34
(44,59,52)
#1E2924
(30,41,36)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #9CCBB4

#9CCBB4
(156,203,180)
#A5CFBA
(165,207,186)
#AED3C0
(174,211,192)
#B7D7C6
(183,215,198)
#C0DBCC
(192,219,204)
#C9DFD2
(201,223,210)
#D2E3D8
(210,227,216)
#DBE7DE
(219,231,222)
#E4EBE4
(228,235,228)
#EDEFEA
(237,239,234)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCBB4; }

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

This text font color is #9CCBB4.

Background Color

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

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

This div background color is #9CCBB4.

Border color

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

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

This div border color is #9CCBB4.

Opacity

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

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

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

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

This text has shadow with #9CCBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCBB4.

Preview

Color preview on black background

This text has color #9CCBB4 on black background.


Color preview on white background

This text has color #9CCBB4 on white background.


Black color preview on #9CCBB4 background

This text has black color on #9CCBB4 background.


White color preview on #9CCBB4 background

This text has white color on #9CCBB4 background.


Related colors

Complementary color

Complementary color for #hex is #63344B.


I love getcolorcode.com

Triadic colors

1 #B49CCB and #CBB49C with #9CCBB4 are triadic colors.

2 #B4CB9C and #CB9CB4 with #9CCBB4 are triadic colors.