COLOR #9DD3EE

HEX: #9DD3EE
RGB: (157,211,238)

Color info

#9DD3EE contains mainly green and blue colors. Web safe color of #9DD3EE is #99CCFF (or #9CF).

RGB color model

#9DD3EE color RGB value is (157,211,238).

  • red value is 157;
  • green value is 211;
  • blue value is 238.
RGB:
(157,211,238)
(62%,83%,93%)

RGB channels and saturation

R 157 of 255 = 62%
G 211 of 255 = 83%
B 238 of 255 = 93%

157
211
238

R + G + B ~ 79%. #9DD3EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 211 + 238 = 606 (100%)
R 157 of 606 ~ 25.91%
G 211 of 606 ~ 34.82%
B 238 of 606 ~ 39.27%

%25.91
%34.82
%39.27

CMYK color model

#9DD3EE color CMYK value is (34,11,0,7).

  • cyan value is 34.03%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(34,11,0,7)
C34M11Y0K7 
(34%,11%,0%,7%)
(0.34/0.11/0.00/0.07)	

CMYK percentages

%34.03
%11.34
%0
%6.67

Codes

Color #9DD3EE in popluar color models

9DD3EE
RGB157211238
HSL200°70.43%77.45%
HSB/HSV200°34.03%93.33%
CMYK34.03%11.34%0.00%
6.67%

Color #9DD3EE in popluar number systems.

HEX9DD3EE
Decimal157211238
Binary100111011101001111101110
Octal235323356

Shades and tints

Shades of #9DD3EE

#9DD3EE
(157,211,238)
#8FC0D9
(143,192,217)
#81ADC4
(129,173,196)
#739AAF
(115,154,175)
#65879A
(101,135,154)
#577485
(87,116,133)
#496170
(73,97,112)
#3B4E5B
(59,78,91)
#2D3B46
(45,59,70)
#1F2831
(31,40,49)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #9DD3EE

#9DD3EE
(157,211,238)
#A5D7EF
(165,215,239)
#ADDBF0
(173,219,240)
#B5DFF1
(181,223,241)
#BDE3F2
(189,227,242)
#C5E7F3
(197,231,243)
#CDEBF4
(205,235,244)
#D5EFF5
(213,239,245)
#DDF3F6
(221,243,246)
#E5F7F7
(229,247,247)
#EDFBF8
(237,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD3EE color. Also use rgb(157,211,238) instead hex code.

Text Font Color

.myTextColor { color: #9DD3EE; }

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

This text font color is #9DD3EE.


Background Color

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

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

This div background color is #9DD3EE.


Border color

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

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

This div border color is #9DD3EE.


Opacity

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

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

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

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

This text has shadow with #9DD3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD3EE on black background.


Color preview on white background

This text has color #9DD3EE on white background.



Black color preview on #9DD3EE background

This text has black color on #9DD3EE background.


White color preview on #9DD3EE background

This text has white color on #9DD3EE background.