COLOR #9DA4D8

HEX: #9DA4D8
RGB: (157,164,216)

Color info

#9DA4D8 contains red, green and blue colors in about the same proportion. Web safe color of #9DA4D8 is #9999CC (or #99C).

RGB color model

#9DA4D8 color RGB value is (157,164,216).

  • red value is 157;
  • green value is 164;
  • blue value is 216.
RGB:
(157,164,216)
(62%,64%,85%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 216 of 255 = 85%

157
164
216

R + G + B ~ 70%. #9DA4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 216 = 537 (100%)
R 157 of 537 ~ 29.24%
G 164 of 537 ~ 30.54%
B 216 of 537 ~ 40.22%

%29.24
%30.54
%40.22

CMYK color model

#9DA4D8 color CMYK value is (27,24,0,15).

  • cyan value is 27.31%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,24,0,15)
C27M24Y0K15 
(27%,24%,0%,15%)
(0.27/0.24/0.00/0.15)	

CMYK percentages

%27.31
%24.07
%0
%15.29

Codes

Color #9DA4D8 in popluar color models

9DA4D8
RGB157164216
HSL233°43.07%73.14%
HSB/HSV233°27.31%84.71%
CMYK27.31%24.07%0.00%
15.29%

Color #9DA4D8 in popluar number systems.

HEX9DA4D8
Decimal157164216
Binary100111011010010011011000
Octal235244330

Shades and tints

Shades of #9DA4D8

#9DA4D8
(157,164,216)
#8F96C5
(143,150,197)
#8188B2
(129,136,178)
#737A9F
(115,122,159)
#656C8C
(101,108,140)
#575E79
(87,94,121)
#495066
(73,80,102)
#3B4253
(59,66,83)
#2D3440
(45,52,64)
#1F262D
(31,38,45)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #9DA4D8

#9DA4D8
(157,164,216)
#A5ACDB
(165,172,219)
#ADB4DE
(173,180,222)
#B5BCE1
(181,188,225)
#BDC4E4
(189,196,228)
#C5CCE7
(197,204,231)
#CDD4EA
(205,212,234)
#D5DCED
(213,220,237)
#DDE4F0
(221,228,240)
#E5ECF3
(229,236,243)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA4D8 color. Also use rgb(157,164,216) instead hex code.

Text Font Color

.myTextColor { color: #9DA4D8; }

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

This text font color is #9DA4D8.


Background Color

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

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

This div background color is #9DA4D8.


Border color

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

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

This div border color is #9DA4D8.


Opacity

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

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

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

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

This text has shadow with #9DA4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA4D8 on black background.


Color preview on white background

This text has color #9DA4D8 on white background.



Black color preview on #9DA4D8 background

This text has black color on #9DA4D8 background.


White color preview on #9DA4D8 background

This text has white color on #9DA4D8 background.