COLOR #9DDAEF

HEX: #9DDAEF RGB: (157,218,239)

Color info

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

RGB color model

#9DDAEF color RGB value is (157,218,239).

RGB: (157,218,239) (62%, 85%, 94%)

RGB channels and saturation

R 157 of 255 = 62%
G 218 of 255 = 85%
B 239 of 255 = 94%

157
218
239

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

Portions of RGB colors in percentages

R + G + B = 157 + 218 + 239 = 614 (100%)
R 157 of 614 ~ 25.57%
G 218 of 614 ~ 35.5%
B 239 of 614 ~ 38.93'%

%25.57
%35.5
%38.93

CMYK color model

#9DDAEF color CMYK value is (34,9,0,6).

  • cyan value is 34.31%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (34,9,0,6)
C34M9Y0K6 (34%, 9%, 0%, 6%)
(0.34 / 0.09 / 0.00 / 0.06)

CMYK percentages

%34.31
%8.79
%0
%6.27

Codes

Color #9DDAEF in popluar color models

9D DA EF
RGB 157 218 239
HSL 195° 71.93% 77.65%
HSB/HSV 195° 34.31% 93.73%
CMYK 34.31% 8.79% 0.00%
6.27%

Color #9DDAEF in popluar number systems.

HEX 9D DA EF
Decimal 157 218 239
Binary 10011101 11011010 11101111
Octal 235 332 357

Shades and tints

Shades of #9DDAEF

#9DDAEF
(157,218,239)
#8FC7DA
(143,199,218)
#81B4C5
(129,180,197)
#73A1B0
(115,161,176)
#658E9B
(101,142,155)
#577B86
(87,123,134)
#496871
(73,104,113)
#3B555C
(59,85,92)
#2D4247
(45,66,71)
#1F2F32
(31,47,50)
#111C1D
(17,28,29)
#000000
(0,0,0)

Tints of #9DDAEF

#9DDAEF
(157,218,239)
#A5DDF0
(165,221,240)
#ADE0F1
(173,224,241)
#B5E3F2
(181,227,242)
#BDE6F3
(189,230,243)
#C5E9F4
(197,233,244)
#CDECF5
(205,236,245)
#D5EFF6
(213,239,246)
#DDF2F7
(221,242,247)
#E5F5F8
(229,245,248)
#EDF8F9
(237,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DDAEF; }

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

This text font color is #9DDAEF.

Background Color

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

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

This div background color is #9DDAEF.

Border color

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

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

This div border color is #9DDAEF.

Opacity

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

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

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

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

This text has shadow with #9DDAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DDAEF.

Preview

Color preview on black background

This text has color #9DDAEF on black background.


Color preview on white background

This text has color #9DDAEF on white background.


Black color preview on #9DDAEF background

This text has black color on #9DDAEF background.


White color preview on #9DDAEF background

This text has white color on #9DDAEF background.


Related colors

Complementary color

Complementary color for #hex is #622510.


I love getcolorcode.com

Triadic colors

1 #EF9DDA and #DAEF9D with #9DDAEF are triadic colors.

2 #EFDA9D and #DA9DEF with #9DDAEF are triadic colors.