COLOR #9DB0E0

HEX: #9DB0E0
RGB: (157,176,224)

Color info

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

RGB color model

#9DB0E0 color RGB value is (157,176,224).

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

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 224 of 255 = 88%

157
176
224

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

Portions of RGB colors in percentages

R + G + B =
157 + 176 + 224 = 557 (100%)
R 157 of 557 ~ 28.19%
G 176 of 557 ~ 31.6%
B 224 of 557 ~ 40.22%

%28.19
%31.6
%40.22

CMYK color model

#9DB0E0 color CMYK value is (30,21,0,12).

  • cyan value is 29.91%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(30,21,0,12)
C30M21Y0K12 
(30%,21%,0%,12%)
(0.30/0.21/0.00/0.12)	

CMYK percentages

%29.91
%21.43
%0
%12.16

Codes

Color #9DB0E0 in popluar color models

9DB0E0
RGB157176224
HSL223°51.94%74.71%
HSB/HSV223°29.91%87.84%
CMYK29.91%21.43%0.00%
12.16%

Color #9DB0E0 in popluar number systems.

HEX9DB0E0
Decimal157176224
Binary100111011011000011100000
Octal235260340

Shades and tints

Shades of #9DB0E0

#9DB0E0
(157,176,224)
#8FA0CC
(143,160,204)
#8190B8
(129,144,184)
#7380A4
(115,128,164)
#657090
(101,112,144)
#57607C
(87,96,124)
#495068
(73,80,104)
#3B4054
(59,64,84)
#2D3040
(45,48,64)
#1F202C
(31,32,44)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #9DB0E0

#9DB0E0
(157,176,224)
#A5B7E2
(165,183,226)
#ADBEE4
(173,190,228)
#B5C5E6
(181,197,230)
#BDCCE8
(189,204,232)
#C5D3EA
(197,211,234)
#CDDAEC
(205,218,236)
#D5E1EE
(213,225,238)
#DDE8F0
(221,232,240)
#E5EFF2
(229,239,242)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB0E0; }

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

This text font color is #9DB0E0.


Background Color

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

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

This div background color is #9DB0E0.


Border color

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

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

This div border color is #9DB0E0.


Opacity

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

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

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

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

This text has shadow with #9DB0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB0E0 on black background.


Color preview on white background

This text has color #9DB0E0 on white background.



Black color preview on #9DB0E0 background

This text has black color on #9DB0E0 background.


White color preview on #9DB0E0 background

This text has white color on #9DB0E0 background.