COLOR #9EB7DD

HEX: #9EB7DD RGB: (158,183,221)

Color info

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

RGB color model

#9EB7DD color RGB value is (158,183,221).

RGB: (158,183,221) (62%, 72%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 221 of 255 = 87%

158
183
221

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

Portions of RGB colors in percentages

R + G + B = 158 + 183 + 221 = 562 (100%)
R 158 of 562 ~ 28.11%
G 183 of 562 ~ 32.56%
B 221 of 562 ~ 39.32'%

%28.11
%32.56
%39.32

CMYK color model

#9EB7DD color CMYK value is (29,17,0,13).

  • cyan value is 28.51%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (29,17,0,13)
C29M17Y0K13 (29%, 17%, 0%, 13%)
(0.29 / 0.17 / 0.00 / 0.13)

CMYK percentages

%28.51
%17.19
%0
%13.33

Codes

Color #9EB7DD in popluar color models

9E B7 DD
RGB 158 183 221
HSL 216° 48.09% 74.31%
HSB/HSV 216° 28.51% 86.67%
CMYK 28.51% 17.19% 0.00%
13.33%

Color #9EB7DD in popluar number systems.

HEX 9E B7 DD
Decimal 158 183 221
Binary 10011110 10110111 11011101
Octal 236 267 335

Shades and tints

Shades of #9EB7DD

#9EB7DD
(158,183,221)
#90A7C9
(144,167,201)
#8297B5
(130,151,181)
#7487A1
(116,135,161)
#66778D
(102,119,141)
#586779
(88,103,121)
#4A5765
(74,87,101)
#3C4751
(60,71,81)
#2E373D
(46,55,61)
#202729
(32,39,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #9EB7DD

#9EB7DD
(158,183,221)
#A6BDE0
(166,189,224)
#AEC3E3
(174,195,227)
#B6C9E6
(182,201,230)
#BECFE9
(190,207,233)
#C6D5EC
(198,213,236)
#CEDBEF
(206,219,239)
#D6E1F2
(214,225,242)
#DEE7F5
(222,231,245)
#E6EDF8
(230,237,248)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB7DD color. Also use rgb(158,183,221) instead hex code.

Text Font Color

.myTextColor { color: #9EB7DD; }

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

This text font color is #9EB7DD.

Background Color

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

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

This div background color is #9EB7DD.

Border color

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

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

This div border color is #9EB7DD.

Opacity

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

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

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

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

This text has shadow with #9EB7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB7DD.

Preview

Color preview on black background

This text has color #9EB7DD on black background.


Color preview on white background

This text has color #9EB7DD on white background.


Black color preview on #9EB7DD background

This text has black color on #9EB7DD background.


White color preview on #9EB7DD background

This text has white color on #9EB7DD background.


Related colors

Complementary color

Complementary color for #hex is #614822.


I love getcolorcode.com

Triadic colors

1 #DD9EB7 and #B7DD9E with #9EB7DD are triadic colors.

2 #DDB79E and #B79EDD with #9EB7DD are triadic colors.