COLOR #9DD0CB

HEX: #9DD0CB
RGB: (157,208,203)

Color info

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

RGB color model

#9DD0CB color RGB value is (157,208,203).

  • red value is 157;
  • green value is 208;
  • blue value is 203.
RGB:
(157,208,203)
(62%,82%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 208 of 255 = 82%
B 203 of 255 = 80%

157
208
203

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

Portions of RGB colors in percentages

R + G + B =
157 + 208 + 203 = 568 (100%)
R 157 of 568 ~ 27.64%
G 208 of 568 ~ 36.62%
B 203 of 568 ~ 35.74%

%27.64
%36.62
%35.74

CMYK color model

#9DD0CB color CMYK value is (25,0,2,18).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(25,0,2,18)
C25M0Y2K18 
(25%,0%,2%,18%)
(0.25/0.00/0.02/0.18)	

CMYK percentages

%24.52
%0
%2.4
%18.43

Codes

Color #9DD0CB in popluar color models

9DD0CB
RGB157208203
HSL174°35.17%71.57%
HSB/HSV174°24.52%81.57%
CMYK24.52%0.00%2.40%
18.43%

Color #9DD0CB in popluar number systems.

HEX9DD0CB
Decimal157208203
Binary100111011101000011001011
Octal235320313

Shades and tints

Shades of #9DD0CB

#9DD0CB
(157,208,203)
#8FBEB9
(143,190,185)
#81ACA7
(129,172,167)
#739A95
(115,154,149)
#658883
(101,136,131)
#577671
(87,118,113)
#49645F
(73,100,95)
#3B524D
(59,82,77)
#2D403B
(45,64,59)
#1F2E29
(31,46,41)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #9DD0CB

#9DD0CB
(157,208,203)
#A5D4CF
(165,212,207)
#ADD8D3
(173,216,211)
#B5DCD7
(181,220,215)
#BDE0DB
(189,224,219)
#C5E4DF
(197,228,223)
#CDE8E3
(205,232,227)
#D5ECE7
(213,236,231)
#DDF0EB
(221,240,235)
#E5F4EF
(229,244,239)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD0CB color. Also use rgb(157,208,203) instead hex code.

Text Font Color

.myTextColor { color: #9DD0CB; }

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

This text font color is #9DD0CB.


Background Color

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

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

This div background color is #9DD0CB.


Border color

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

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

This div border color is #9DD0CB.


Opacity

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

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

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

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

This text has shadow with #9DD0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD0CB on black background.


Color preview on white background

This text has color #9DD0CB on white background.



Black color preview on #9DD0CB background

This text has black color on #9DD0CB background.


White color preview on #9DD0CB background

This text has white color on #9DD0CB background.