COLOR #9CC8B6

HEX: #9CC8B6
RGB: (156,200,182)

Color info

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

RGB color model

#9CC8B6 color RGB value is (156,200,182).

  • red value is 156;
  • green value is 200;
  • blue value is 182.
RGB:
(156,200,182)
(61%,78%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 200 of 255 = 78%
B 182 of 255 = 71%

156
200
182

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

Portions of RGB colors in percentages

R + G + B =
156 + 200 + 182 = 538 (100%)
R 156 of 538 ~ 29%
G 200 of 538 ~ 37.17%
B 182 of 538 ~ 33.83%

%29
%37.17
%33.83

CMYK color model

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

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 21.57%
CMYK:
(22,0,9,22)
C22M0Y9K22 
(22%,0%,9%,22%)
(0.22/0.00/0.09/0.22)	

CMYK percentages

%22
%0
%9
%21.57

Codes

Color #9CC8B6 in popluar color models

9CC8B6
RGB156200182
HSL155°28.57%69.80%
HSB/HSV155°22.00%78.43%
CMYK22.00%0.00%9.00%
21.57%

Color #9CC8B6 in popluar number systems.

HEX9CC8B6
Decimal156200182
Binary100111001100100010110110
Octal234310266

Shades and tints

Shades of #9CC8B6

#9CC8B6
(156,200,182)
#8EB6A6
(142,182,166)
#80A496
(128,164,150)
#729286
(114,146,134)
#648076
(100,128,118)
#566E66
(86,110,102)
#485C56
(72,92,86)
#3A4A46
(58,74,70)
#2C3836
(44,56,54)
#1E2626
(30,38,38)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #9CC8B6

#9CC8B6
(156,200,182)
#A5CDBC
(165,205,188)
#AED2C2
(174,210,194)
#B7D7C8
(183,215,200)
#C0DCCE
(192,220,206)
#C9E1D4
(201,225,212)
#D2E6DA
(210,230,218)
#DBEBE0
(219,235,224)
#E4F0E6
(228,240,230)
#EDF5EC
(237,245,236)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC8B6; }

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

This text font color is #9CC8B6.


Background Color

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

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

This div background color is #9CC8B6.


Border color

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

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

This div border color is #9CC8B6.


Opacity

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

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

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

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

This text has shadow with #9CC8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC8B6 on black background.


Color preview on white background

This text has color #9CC8B6 on white background.



Black color preview on #9CC8B6 background

This text has black color on #9CC8B6 background.


White color preview on #9CC8B6 background

This text has white color on #9CC8B6 background.