COLOR #9CC8BB

HEX: #9CC8BB RGB: (156,200,187)

Color info

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

RGB color model

#9CC8BB color RGB value is (156,200,187).

RGB: (156,200,187) (61%, 78%, 73%)

RGB channels and saturation

R 156 of 255 = 61%
G 200 of 255 = 78%
B 187 of 255 = 73%

156
200
187

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

Portions of RGB colors in percentages

R + G + B = 156 + 200 + 187 = 543 (100%)
R 156 of 543 ~ 28.73%
G 200 of 543 ~ 36.83%
B 187 of 543 ~ 34.44'%

%28.73
%36.83
%34.44

CMYK color model

#9CC8BB color CMYK value is (22,0,7,22).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 21.57%

CMYK: (22,0,7,22)
C22M0Y7K22 (22%, 0%, 7%, 22%)
(0.22 / 0.00 / 0.07 / 0.22)

CMYK percentages

%22
%0
%6.5
%21.57

Codes

Color #9CC8BB in popluar color models

9C C8 BB
RGB 156 200 187
HSL 162° 28.57% 69.80%
HSB/HSV 162° 22.00% 78.43%
CMYK 22.00% 0.00% 6.50%
21.57%

Color #9CC8BB in popluar number systems.

HEX 9C C8 BB
Decimal 156 200 187
Binary 10011100 11001000 10111011
Octal 234 310 273

Shades and tints

Shades of #9CC8BB

#9CC8BB
(156,200,187)
#8EB6AA
(142,182,170)
#80A499
(128,164,153)
#729288
(114,146,136)
#648077
(100,128,119)
#566E66
(86,110,102)
#485C55
(72,92,85)
#3A4A44
(58,74,68)
#2C3833
(44,56,51)
#1E2622
(30,38,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #9CC8BB

#9CC8BB
(156,200,187)
#A5CDC1
(165,205,193)
#AED2C7
(174,210,199)
#B7D7CD
(183,215,205)
#C0DCD3
(192,220,211)
#C9E1D9
(201,225,217)
#D2E6DF
(210,230,223)
#DBEBE5
(219,235,229)
#E4F0EB
(228,240,235)
#EDF5F1
(237,245,241)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC8BB color. Also use rgb(156,200,187) instead hex code.

Text Font Color

.myTextColor { color: #9CC8BB; }

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

This text font color is #9CC8BB.

Background Color

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

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

This div background color is #9CC8BB.

Border color

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

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

This div border color is #9CC8BB.

Opacity

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

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

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

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

This text has shadow with #9CC8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC8BB.

Preview

Color preview on black background

This text has color #9CC8BB on black background.


Color preview on white background

This text has color #9CC8BB on white background.


Black color preview on #9CC8BB background

This text has black color on #9CC8BB background.


White color preview on #9CC8BB background

This text has white color on #9CC8BB background.


Related colors

Complementary color

Complementary color for #hex is #633744.


I love getcolorcode.com

Triadic colors

1 #BB9CC8 and #C8BB9C with #9CC8BB are triadic colors.

2 #BBC89C and #C89CBB with #9CC8BB are triadic colors.