COLOR #9CD7CB

HEX: #9CD7CB
RGB: (156,215,203)

Color info

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

RGB color model

#9CD7CB color RGB value is (156,215,203).

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

RGB channels and saturation

R 156 of 255 = 61%
G 215 of 255 = 84%
B 203 of 255 = 80%

156
215
203

R + G + B ~ 75%. #9CD7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 215 + 203 = 574 (100%)
R 156 of 574 ~ 27.18%
G 215 of 574 ~ 37.46%
B 203 of 574 ~ 35.37%

%27.18
%37.46
%35.37

CMYK color model

#9CD7CB color CMYK value is (27,0,6,16).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 15.69%
CMYK:
(27,0,6,16)
C27M0Y6K16 
(27%,0%,6%,16%)
(0.27/0.00/0.06/0.16)	

CMYK percentages

%27.44
%0
%5.58
%15.69

Codes

Color #9CD7CB in popluar color models

9CD7CB
RGB156215203
HSL168°42.45%72.75%
HSB/HSV168°27.44%84.31%
CMYK27.44%0.00%5.58%
15.69%

Color #9CD7CB in popluar number systems.

HEX9CD7CB
Decimal156215203
Binary100111001101011111001011
Octal234327313

Shades and tints

Shades of #9CD7CB

#9CD7CB
(156,215,203)
#8EC4B9
(142,196,185)
#80B1A7
(128,177,167)
#729E95
(114,158,149)
#648B83
(100,139,131)
#567871
(86,120,113)
#48655F
(72,101,95)
#3A524D
(58,82,77)
#2C3F3B
(44,63,59)
#1E2C29
(30,44,41)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #9CD7CB

#9CD7CB
(156,215,203)
#A5DACF
(165,218,207)
#AEDDD3
(174,221,211)
#B7E0D7
(183,224,215)
#C0E3DB
(192,227,219)
#C9E6DF
(201,230,223)
#D2E9E3
(210,233,227)
#DBECE7
(219,236,231)
#E4EFEB
(228,239,235)
#EDF2EF
(237,242,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD7CB; }

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

This text font color is #9CD7CB.


Background Color

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

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

This div background color is #9CD7CB.


Border color

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

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

This div border color is #9CD7CB.


Opacity

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

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

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

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

This text has shadow with #9CD7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD7CB on black background.


Color preview on white background

This text has color #9CD7CB on white background.



Black color preview on #9CD7CB background

This text has black color on #9CD7CB background.


White color preview on #9CD7CB background

This text has white color on #9CD7CB background.