COLOR #9DD5DE

HEX: #9DD5DE
RGB: (157,213,222)

Color info

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

RGB color model

#9DD5DE color RGB value is (157,213,222).

  • red value is 157;
  • green value is 213;
  • blue value is 222.
RGB:
(157,213,222)
(62%,84%,87%)

RGB channels and saturation

R 157 of 255 = 62%
G 213 of 255 = 84%
B 222 of 255 = 87%

157
213
222

R + G + B ~ 78%. #9DD5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 213 + 222 = 592 (100%)
R 157 of 592 ~ 26.52%
G 213 of 592 ~ 35.98%
B 222 of 592 ~ 37.5%

%26.52
%35.98
%37.5

CMYK color model

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

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

CMYK percentages

%29.28
%4.05
%0
%12.94

Codes

Color #9DD5DE in popluar color models

9DD5DE
RGB157213222
HSL188°49.62%74.31%
HSB/HSV188°29.28%87.06%
CMYK29.28%4.05%0.00%
12.94%

Color #9DD5DE in popluar number systems.

HEX9DD5DE
Decimal157213222
Binary100111011101010111011110
Octal235325336

Shades and tints

Shades of #9DD5DE

#9DD5DE
(157,213,222)
#8FC2CA
(143,194,202)
#81AFB6
(129,175,182)
#739CA2
(115,156,162)
#65898E
(101,137,142)
#57767A
(87,118,122)
#496366
(73,99,102)
#3B5052
(59,80,82)
#2D3D3E
(45,61,62)
#1F2A2A
(31,42,42)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #9DD5DE

#9DD5DE
(157,213,222)
#A5D8E1
(165,216,225)
#ADDBE4
(173,219,228)
#B5DEE7
(181,222,231)
#BDE1EA
(189,225,234)
#C5E4ED
(197,228,237)
#CDE7F0
(205,231,240)
#D5EAF3
(213,234,243)
#DDEDF6
(221,237,246)
#E5F0F9
(229,240,249)
#EDF3FC
(237,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD5DE color. Also use rgb(157,213,222) instead hex code.

Text Font Color

.myTextColor { color: #9DD5DE; }

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

This text font color is #9DD5DE.


Background Color

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

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

This div background color is #9DD5DE.


Border color

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

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

This div border color is #9DD5DE.


Opacity

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

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

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

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

This text has shadow with #9DD5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD5DE on black background.


Color preview on white background

This text has color #9DD5DE on white background.



Black color preview on #9DD5DE background

This text has black color on #9DD5DE background.


White color preview on #9DD5DE background

This text has white color on #9DD5DE background.