COLOR #9DDAEE

HEX: #9DDAEE
RGB: (157,218,238)

Color info

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

RGB color model

#9DDAEE color RGB value is (157,218,238).

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

RGB channels and saturation

R 157 of 255 = 62%
G 218 of 255 = 85%
B 238 of 255 = 93%

157
218
238

R + G + B ~ 80%. #9DDAEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 218 + 238 = 613 (100%)
R 157 of 613 ~ 25.61%
G 218 of 613 ~ 35.56%
B 238 of 613 ~ 38.83%

%25.61
%35.56
%38.83

CMYK color model

#9DDAEE color CMYK value is (34,8,0,7).

  • cyan value is 34.03%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(34,8,0,7)
C34M8Y0K7 
(34%,8%,0%,7%)
(0.34/0.08/0.00/0.07)	

CMYK percentages

%34.03
%8.4
%0
%6.67

Codes

Color #9DDAEE in popluar color models

9DDAEE
RGB157218238
HSL195°70.43%77.45%
HSB/HSV195°34.03%93.33%
CMYK34.03%8.40%0.00%
6.67%

Color #9DDAEE in popluar number systems.

HEX9DDAEE
Decimal157218238
Binary100111011101101011101110
Octal235332356

Shades and tints

Shades of #9DDAEE

#9DDAEE
(157,218,238)
#8FC7D9
(143,199,217)
#81B4C4
(129,180,196)
#73A1AF
(115,161,175)
#658E9A
(101,142,154)
#577B85
(87,123,133)
#496870
(73,104,112)
#3B555B
(59,85,91)
#2D4246
(45,66,70)
#1F2F31
(31,47,49)
#111C1C
(17,28,28)
#000000
(0,0,0)

Tints of #9DDAEE

#9DDAEE
(157,218,238)
#A5DDEF
(165,221,239)
#ADE0F0
(173,224,240)
#B5E3F1
(181,227,241)
#BDE6F2
(189,230,242)
#C5E9F3
(197,233,243)
#CDECF4
(205,236,244)
#D5EFF5
(213,239,245)
#DDF2F6
(221,242,246)
#E5F5F7
(229,245,247)
#EDF8F8
(237,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DDAEE; }

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

This text font color is #9DDAEE.


Background Color

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

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

This div background color is #9DDAEE.


Border color

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

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

This div border color is #9DDAEE.


Opacity

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

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

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

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

This text has shadow with #9DDAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDAEE on black background.


Color preview on white background

This text has color #9DDAEE on white background.



Black color preview on #9DDAEE background

This text has black color on #9DDAEE background.


White color preview on #9DDAEE background

This text has white color on #9DDAEE background.