COLOR #9DD4DD

HEX: #9DD4DD
RGB: (157,212,221)

Color info

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

RGB color model

#9DD4DD color RGB value is (157,212,221).

  • red value is 157;
  • green value is 212;
  • blue value is 221.
RGB:
(157,212,221)
(62%,83%,87%)

RGB channels and saturation

R 157 of 255 = 62%
G 212 of 255 = 83%
B 221 of 255 = 87%

157
212
221

R + G + B ~ 77%. #9DD4DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 212 + 221 = 590 (100%)
R 157 of 590 ~ 26.61%
G 212 of 590 ~ 35.93%
B 221 of 590 ~ 37.46%

%26.61
%35.93
%37.46

CMYK color model

#9DD4DD color CMYK value is (29,4,0,13).

  • cyan value is 28.96%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(29,4,0,13)
C29M4Y0K13 
(29%,4%,0%,13%)
(0.29/0.04/0.00/0.13)	

CMYK percentages

%28.96
%4.07
%0
%13.33

Codes

Color #9DD4DD in popluar color models

9DD4DD
RGB157212221
HSL188°48.48%74.12%
HSB/HSV188°28.96%86.67%
CMYK28.96%4.07%0.00%
13.33%

Color #9DD4DD in popluar number systems.

HEX9DD4DD
Decimal157212221
Binary100111011101010011011101
Octal235324335

Shades and tints

Shades of #9DD4DD

#9DD4DD
(157,212,221)
#8FC1C9
(143,193,201)
#81AEB5
(129,174,181)
#739BA1
(115,155,161)
#65888D
(101,136,141)
#577579
(87,117,121)
#496265
(73,98,101)
#3B4F51
(59,79,81)
#2D3C3D
(45,60,61)
#1F2929
(31,41,41)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #9DD4DD

#9DD4DD
(157,212,221)
#A5D7E0
(165,215,224)
#ADDAE3
(173,218,227)
#B5DDE6
(181,221,230)
#BDE0E9
(189,224,233)
#C5E3EC
(197,227,236)
#CDE6EF
(205,230,239)
#D5E9F2
(213,233,242)
#DDECF5
(221,236,245)
#E5EFF8
(229,239,248)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD4DD color. Also use rgb(157,212,221) instead hex code.

Text Font Color

.myTextColor { color: #9DD4DD; }

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

This text font color is #9DD4DD.


Background Color

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

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

This div background color is #9DD4DD.


Border color

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

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

This div border color is #9DD4DD.


Opacity

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

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

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

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

This text has shadow with #9DD4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD4DD on black background.


Color preview on white background

This text has color #9DD4DD on white background.



Black color preview on #9DD4DD background

This text has black color on #9DD4DD background.


White color preview on #9DD4DD background

This text has white color on #9DD4DD background.