COLOR #9DB9EB

HEX: #9DB9EB RGB: (157,185,235)

Color info

#9DB9EB contains mainly green and blue colors. Web safe color of #9DB9EB is #99CCFF (or #9CF).

RGB color model

#9DB9EB color RGB value is (157,185,235).

RGB: (157,185,235) (62%, 73%, 92%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 235 of 255 = 92%

157
185
235

R + G + B ~ 76%. #9DB9EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 185 + 235 = 577 (100%)
R 157 of 577 ~ 27.21%
G 185 of 577 ~ 32.06%
B 235 of 577 ~ 40.73'%

%27.21
%32.06
%40.73

CMYK color model

#9DB9EB color CMYK value is (33,21,0,8).

  • cyan value is 33.19%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (33,21,0,8) C33M21Y0K8 (33%,21%,0%,8%) (0.33/0.21/0.00/0.08) 

CMYK percentages

%33.19
%21.28
%0
%7.84

Codes

Color #9DB9EB in popluar color models

9D B9 EB
RGB 157 185 235
HSL 218° 66.10% 76.86%
HSB/HSV 218° 33.19% 92.16%
CMYK 33.19% 21.28% 0.00%
7.84%

Color #9DB9EB in popluar number systems.

HEX 9D B9 EB
Decimal 157 185 235
Binary 10011101 10111001 11101011
Octal 235 271 353

Shades and tints

Shades of #9DB9EB

#9DB9EB
(157,185,235)
#8FA9D6
(143,169,214)
#8199C1
(129,153,193)
#7389AC
(115,137,172)
#657997
(101,121,151)
#576982
(87,105,130)
#49596D
(73,89,109)
#3B4958
(59,73,88)
#2D3943
(45,57,67)
#1F292E
(31,41,46)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #9DB9EB

#9DB9EB
(157,185,235)
#A5BFEC
(165,191,236)
#ADC5ED
(173,197,237)
#B5CBEE
(181,203,238)
#BDD1EF
(189,209,239)
#C5D7F0
(197,215,240)
#CDDDF1
(205,221,241)
#D5E3F2
(213,227,242)
#DDE9F3
(221,233,243)
#E5EFF4
(229,239,244)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB9EB color. Also use rgb(157,185,235) instead hex code.

Text Font Color

.myTextColor { color: #9DB9EB; }

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

This text font color is #9DB9EB.

Background Color

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

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

This div background color is #9DB9EB.

Border color

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

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

This div border color is #9DB9EB.

Opacity

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

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

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

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

This text has shadow with #9DB9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB9EB.

Preview

Color preview on black background

This text has color #9DB9EB on black background.


Color preview on white background

This text has color #9DB9EB on white background.


Black color preview on #9DB9EB background

This text has black color on #9DB9EB background.


White color preview on #9DB9EB background

This text has white color on #9DB9EB background.


Related colors

Complementary color

Complementary color for #hex is #624614.


I love getcolorcode.com

Triadic colors

1 #EB9DB9 and #B9EB9D with #9DB9EB are triadic colors.

2 #EBB99D and #B99DEB with #9DB9EB are triadic colors.