COLOR #9DB7E1

HEX: #9DB7E1
RGB: (157,183,225)

Color info

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

RGB color model

#9DB7E1 color RGB value is (157,183,225).

  • red value is 157;
  • green value is 183;
  • blue value is 225.
RGB:
(157,183,225)
(62%,72%,88%)

RGB channels and saturation

R 157 of 255 = 62%
G 183 of 255 = 72%
B 225 of 255 = 88%

157
183
225

R + G + B ~ 74%. #9DB7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 183 + 225 = 565 (100%)
R 157 of 565 ~ 27.79%
G 183 of 565 ~ 32.39%
B 225 of 565 ~ 39.82%

%27.79
%32.39
%39.82

CMYK color model

#9DB7E1 color CMYK value is (30,19,0,12).

  • cyan value is 30.22%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(30,19,0,12)
C30M19Y0K12 
(30%,19%,0%,12%)
(0.30/0.19/0.00/0.12)	

CMYK percentages

%30.22
%18.67
%0
%11.76

Codes

Color #9DB7E1 in popluar color models

9DB7E1
RGB157183225
HSL217°53.13%74.90%
HSB/HSV217°30.22%88.24%
CMYK30.22%18.67%0.00%
11.76%

Color #9DB7E1 in popluar number systems.

HEX9DB7E1
Decimal157183225
Binary100111011011011111100001
Octal235267341

Shades and tints

Shades of #9DB7E1

#9DB7E1
(157,183,225)
#8FA7CD
(143,167,205)
#8197B9
(129,151,185)
#7387A5
(115,135,165)
#657791
(101,119,145)
#57677D
(87,103,125)
#495769
(73,87,105)
#3B4755
(59,71,85)
#2D3741
(45,55,65)
#1F272D
(31,39,45)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #9DB7E1

#9DB7E1
(157,183,225)
#A5BDE3
(165,189,227)
#ADC3E5
(173,195,229)
#B5C9E7
(181,201,231)
#BDCFE9
(189,207,233)
#C5D5EB
(197,213,235)
#CDDBED
(205,219,237)
#D5E1EF
(213,225,239)
#DDE7F1
(221,231,241)
#E5EDF3
(229,237,243)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB7E1 color. Also use rgb(157,183,225) instead hex code.

Text Font Color

.myTextColor { color: #9DB7E1; }

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

This text font color is #9DB7E1.


Background Color

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

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

This div background color is #9DB7E1.


Border color

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

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

This div border color is #9DB7E1.


Opacity

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

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

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

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

This text has shadow with #9DB7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB7E1 on black background.


Color preview on white background

This text has color #9DB7E1 on white background.



Black color preview on #9DB7E1 background

This text has black color on #9DB7E1 background.


White color preview on #9DB7E1 background

This text has white color on #9DB7E1 background.