COLOR #9CD2CB

HEX: #9CD2CB
RGB: (156,210,203)

Color info

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

RGB color model

#9CD2CB color RGB value is (156,210,203).

  • red value is 156;
  • green value is 210;
  • blue value is 203.
RGB:
(156,210,203)
(61%,82%,80%)

RGB channels and saturation

R 156 of 255 = 61%
G 210 of 255 = 82%
B 203 of 255 = 80%

156
210
203

R + G + B ~ 74%. #9CD2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 210 + 203 = 569 (100%)
R 156 of 569 ~ 27.42%
G 210 of 569 ~ 36.91%
B 203 of 569 ~ 35.68%

%27.42
%36.91
%35.68

CMYK color model

#9CD2CB color CMYK value is (26,0,3,18).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 17.65%
CMYK:
(26,0,3,18)
C26M0Y3K18 
(26%,0%,3%,18%)
(0.26/0.00/0.03/0.18)	

CMYK percentages

%25.71
%0
%3.33
%17.65

Codes

Color #9CD2CB in popluar color models

9CD2CB
RGB156210203
HSL172°37.50%71.76%
HSB/HSV172°25.71%82.35%
CMYK25.71%0.00%3.33%
17.65%

Color #9CD2CB in popluar number systems.

HEX9CD2CB
Decimal156210203
Binary100111001101001011001011
Octal234322313

Shades and tints

Shades of #9CD2CB

#9CD2CB
(156,210,203)
#8EBFB9
(142,191,185)
#80ACA7
(128,172,167)
#729995
(114,153,149)
#648683
(100,134,131)
#567371
(86,115,113)
#48605F
(72,96,95)
#3A4D4D
(58,77,77)
#2C3A3B
(44,58,59)
#1E2729
(30,39,41)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #9CD2CB

#9CD2CB
(156,210,203)
#A5D6CF
(165,214,207)
#AEDAD3
(174,218,211)
#B7DED7
(183,222,215)
#C0E2DB
(192,226,219)
#C9E6DF
(201,230,223)
#D2EAE3
(210,234,227)
#DBEEE7
(219,238,231)
#E4F2EB
(228,242,235)
#EDF6EF
(237,246,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD2CB; }

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

This text font color is #9CD2CB.


Background Color

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

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

This div background color is #9CD2CB.


Border color

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

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

This div border color is #9CD2CB.


Opacity

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

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

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

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

This text has shadow with #9CD2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD2CB on black background.


Color preview on white background

This text has color #9CD2CB on white background.



Black color preview on #9CD2CB background

This text has black color on #9CD2CB background.


White color preview on #9CD2CB background

This text has white color on #9CD2CB background.