COLOR #9CC8C7

HEX: #9CC8C7
RGB: (156,200,199)

Color info

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

RGB color model

#9CC8C7 color RGB value is (156,200,199).

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

RGB channels and saturation

R 156 of 255 = 61%
G 200 of 255 = 78%
B 199 of 255 = 78%

156
200
199

R + G + B ~ 72%. #9CC8C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 200 + 199 = 555 (100%)
R 156 of 555 ~ 28.11%
G 200 of 555 ~ 36.04%
B 199 of 555 ~ 35.86%

%28.11
%36.04
%35.86

CMYK color model

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

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 21.57%
CMYK:
(22,0,0,22)
C22M0Y0K22 
(22%,0%,0%,22%)
(0.22/0.00/0.00/0.22)	

CMYK percentages

%22
%0
%0.5
%21.57

Codes

Color #9CC8C7 in popluar color models

9CC8C7
RGB156200199
HSL179°28.57%69.80%
HSB/HSV179°22.00%78.43%
CMYK22.00%0.00%0.50%
21.57%

Color #9CC8C7 in popluar number systems.

HEX9CC8C7
Decimal156200199
Binary100111001100100011000111
Octal234310307

Shades and tints

Shades of #9CC8C7

#9CC8C7
(156,200,199)
#8EB6B5
(142,182,181)
#80A4A3
(128,164,163)
#729291
(114,146,145)
#64807F
(100,128,127)
#566E6D
(86,110,109)
#485C5B
(72,92,91)
#3A4A49
(58,74,73)
#2C3837
(44,56,55)
#1E2625
(30,38,37)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #9CC8C7

#9CC8C7
(156,200,199)
#A5CDCC
(165,205,204)
#AED2D1
(174,210,209)
#B7D7D6
(183,215,214)
#C0DCDB
(192,220,219)
#C9E1E0
(201,225,224)
#D2E6E5
(210,230,229)
#DBEBEA
(219,235,234)
#E4F0EF
(228,240,239)
#EDF5F4
(237,245,244)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC8C7; }

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

This text font color is #9CC8C7.


Background Color

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

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

This div background color is #9CC8C7.


Border color

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

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

This div border color is #9CC8C7.


Opacity

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

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

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

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

This text has shadow with #9CC8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC8C7 on black background.


Color preview on white background

This text has color #9CC8C7 on white background.



Black color preview on #9CC8C7 background

This text has black color on #9CC8C7 background.


White color preview on #9CC8C7 background

This text has white color on #9CC8C7 background.