COLOR #9DD0DA

HEX: #9DD0DA
RGB: (157,208,218)

Color info

#9DD0DA contains mainly green and blue colors. Web safe color of #9DD0DA is #99CCCC (or #9CC).

RGB color model

#9DD0DA color RGB value is (157,208,218).

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

RGB channels and saturation

R 157 of 255 = 62%
G 208 of 255 = 82%
B 218 of 255 = 85%

157
208
218

R + G + B ~ 76%. #9DD0DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 208 + 218 = 583 (100%)
R 157 of 583 ~ 26.93%
G 208 of 583 ~ 35.68%
B 218 of 583 ~ 37.39%

%26.93
%35.68
%37.39

CMYK color model

#9DD0DA color CMYK value is (28,5,0,15).

  • cyan value is 27.98%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,5,0,15)
C28M5Y0K15 
(28%,5%,0%,15%)
(0.28/0.05/0.00/0.15)	

CMYK percentages

%27.98
%4.59
%0
%14.51

Codes

Color #9DD0DA in popluar color models

9DD0DA
RGB157208218
HSL190°45.19%73.53%
HSB/HSV190°27.98%85.49%
CMYK27.98%4.59%0.00%
14.51%

Color #9DD0DA in popluar number systems.

HEX9DD0DA
Decimal157208218
Binary100111011101000011011010
Octal235320332

Shades and tints

Shades of #9DD0DA

#9DD0DA
(157,208,218)
#8FBEC7
(143,190,199)
#81ACB4
(129,172,180)
#739AA1
(115,154,161)
#65888E
(101,136,142)
#57767B
(87,118,123)
#496468
(73,100,104)
#3B5255
(59,82,85)
#2D4042
(45,64,66)
#1F2E2F
(31,46,47)
#111C1C
(17,28,28)
#000000
(0,0,0)

Tints of #9DD0DA

#9DD0DA
(157,208,218)
#A5D4DD
(165,212,221)
#ADD8E0
(173,216,224)
#B5DCE3
(181,220,227)
#BDE0E6
(189,224,230)
#C5E4E9
(197,228,233)
#CDE8EC
(205,232,236)
#D5ECEF
(213,236,239)
#DDF0F2
(221,240,242)
#E5F4F5
(229,244,245)
#EDF8F8
(237,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD0DA; }

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

This text font color is #9DD0DA.


Background Color

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

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

This div background color is #9DD0DA.


Border color

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

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

This div border color is #9DD0DA.


Opacity

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

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

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

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

This text has shadow with #9DD0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD0DA on black background.


Color preview on white background

This text has color #9DD0DA on white background.



Black color preview on #9DD0DA background

This text has black color on #9DD0DA background.


White color preview on #9DD0DA background

This text has white color on #9DD0DA background.