COLOR #9DA8DF

HEX: #9DA8DF
RGB: (157,168,223)

Color info

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

RGB color model

#9DA8DF color RGB value is (157,168,223).

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

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 223 of 255 = 87%

157
168
223

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

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 223 = 548 (100%)
R 157 of 548 ~ 28.65%
G 168 of 548 ~ 30.66%
B 223 of 548 ~ 40.69%

%28.65
%30.66
%40.69

CMYK color model

#9DA8DF color CMYK value is (30,25,0,13).

  • cyan value is 29.60%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(30,25,0,13)
C30M25Y0K13 
(30%,25%,0%,13%)
(0.30/0.25/0.00/0.13)	

CMYK percentages

%29.6
%24.66
%0
%12.55

Codes

Color #9DA8DF in popluar color models

9DA8DF
RGB157168223
HSL230°50.77%74.51%
HSB/HSV230°29.60%87.45%
CMYK29.60%24.66%0.00%
12.55%

Color #9DA8DF in popluar number systems.

HEX9DA8DF
Decimal157168223
Binary100111011010100011011111
Octal235250337

Shades and tints

Shades of #9DA8DF

#9DA8DF
(157,168,223)
#8F99CB
(143,153,203)
#818AB7
(129,138,183)
#737BA3
(115,123,163)
#656C8F
(101,108,143)
#575D7B
(87,93,123)
#494E67
(73,78,103)
#3B3F53
(59,63,83)
#2D303F
(45,48,63)
#1F212B
(31,33,43)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #9DA8DF

#9DA8DF
(157,168,223)
#A5AFE1
(165,175,225)
#ADB6E3
(173,182,227)
#B5BDE5
(181,189,229)
#BDC4E7
(189,196,231)
#C5CBE9
(197,203,233)
#CDD2EB
(205,210,235)
#D5D9ED
(213,217,237)
#DDE0EF
(221,224,239)
#E5E7F1
(229,231,241)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA8DF; }

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

This text font color is #9DA8DF.


Background Color

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

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

This div background color is #9DA8DF.


Border color

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

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

This div border color is #9DA8DF.


Opacity

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

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

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

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

This text has shadow with #9DA8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA8DF on black background.


Color preview on white background

This text has color #9DA8DF on white background.



Black color preview on #9DA8DF background

This text has black color on #9DA8DF background.


White color preview on #9DA8DF background

This text has white color on #9DA8DF background.