COLOR #9DA8E0

HEX: #9DA8E0
RGB: (157,168,224)

Color info

#9DA8E0 contains mainly green and blue colors. Web safe color of #9DA8E0 is #9999CC (or #99C).

RGB color model

#9DA8E0 color RGB value is (157,168,224).

  • red value is 157;
  • green value is 168;
  • blue value is 224.
RGB:
(157,168,224)
(62%,66%,88%)

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 224 of 255 = 88%

157
168
224

R + G + B ~ 72%. #9DA8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 224 = 549 (100%)
R 157 of 549 ~ 28.6%
G 168 of 549 ~ 30.6%
B 224 of 549 ~ 40.8%

%28.6
%30.6
%40.8

CMYK color model

#9DA8E0 color CMYK value is (30,25,0,12).

  • cyan value is 29.91%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(30,25,0,12)
C30M25Y0K12 
(30%,25%,0%,12%)
(0.30/0.25/0.00/0.12)	

CMYK percentages

%29.91
%25
%0
%12.16

Codes

Color #9DA8E0 in popluar color models

9DA8E0
RGB157168224
HSL230°51.94%74.71%
HSB/HSV230°29.91%87.84%
CMYK29.91%25.00%0.00%
12.16%

Color #9DA8E0 in popluar number systems.

HEX9DA8E0
Decimal157168224
Binary100111011010100011100000
Octal235250340

Shades and tints

Shades of #9DA8E0

#9DA8E0
(157,168,224)
#8F99CC
(143,153,204)
#818AB8
(129,138,184)
#737BA4
(115,123,164)
#656C90
(101,108,144)
#575D7C
(87,93,124)
#494E68
(73,78,104)
#3B3F54
(59,63,84)
#2D3040
(45,48,64)
#1F212C
(31,33,44)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #9DA8E0

#9DA8E0
(157,168,224)
#A5AFE2
(165,175,226)
#ADB6E4
(173,182,228)
#B5BDE6
(181,189,230)
#BDC4E8
(189,196,232)
#C5CBEA
(197,203,234)
#CDD2EC
(205,210,236)
#D5D9EE
(213,217,238)
#DDE0F0
(221,224,240)
#E5E7F2
(229,231,242)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA8E0 color. Also use rgb(157,168,224) instead hex code.

Text Font Color

.myTextColor { color: #9DA8E0; }

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

This text font color is #9DA8E0.


Background Color

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

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

This div background color is #9DA8E0.


Border color

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

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

This div border color is #9DA8E0.


Opacity

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

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

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

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

This text has shadow with #9DA8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA8E0 on black background.


Color preview on white background

This text has color #9DA8E0 on white background.



Black color preview on #9DA8E0 background

This text has black color on #9DA8E0 background.


White color preview on #9DA8E0 background

This text has white color on #9DA8E0 background.