COLOR #9DB5DA

HEX: #9DB5DA
RGB: (157,181,218)

Color info

#9DB5DA contains mainly green and blue colors. Web safe color of #9DB5DA is #99CCCC (or #9CC).

RGB color model

#9DB5DA color RGB value is (157,181,218).

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

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 218 of 255 = 85%

157
181
218

R + G + B ~ 73%. #9DB5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 218 = 556 (100%)
R 157 of 556 ~ 28.24%
G 181 of 556 ~ 32.55%
B 218 of 556 ~ 39.21%

%28.24
%32.55
%39.21

CMYK color model

#9DB5DA color CMYK value is (28,17,0,15).

  • cyan value is 27.98%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,17,0,15)
C28M17Y0K15 
(28%,17%,0%,15%)
(0.28/0.17/0.00/0.15)	

CMYK percentages

%27.98
%16.97
%0
%14.51

Codes

Color #9DB5DA in popluar color models

9DB5DA
RGB157181218
HSL216°45.19%73.53%
HSB/HSV216°27.98%85.49%
CMYK27.98%16.97%0.00%
14.51%

Color #9DB5DA in popluar number systems.

HEX9DB5DA
Decimal157181218
Binary100111011011010111011010
Octal235265332

Shades and tints

Shades of #9DB5DA

#9DB5DA
(157,181,218)
#8FA5C7
(143,165,199)
#8195B4
(129,149,180)
#7385A1
(115,133,161)
#65758E
(101,117,142)
#57657B
(87,101,123)
#495568
(73,85,104)
#3B4555
(59,69,85)
#2D3542
(45,53,66)
#1F252F
(31,37,47)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #9DB5DA

#9DB5DA
(157,181,218)
#A5BBDD
(165,187,221)
#ADC1E0
(173,193,224)
#B5C7E3
(181,199,227)
#BDCDE6
(189,205,230)
#C5D3E9
(197,211,233)
#CDD9EC
(205,217,236)
#D5DFEF
(213,223,239)
#DDE5F2
(221,229,242)
#E5EBF5
(229,235,245)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB5DA; }

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

This text font color is #9DB5DA.


Background Color

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

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

This div background color is #9DB5DA.


Border color

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

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

This div border color is #9DB5DA.


Opacity

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

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

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

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

This text has shadow with #9DB5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB5DA on black background.


Color preview on white background

This text has color #9DB5DA on white background.



Black color preview on #9DB5DA background

This text has black color on #9DB5DA background.


White color preview on #9DB5DA background

This text has white color on #9DB5DA background.