COLOR #9EBDDB

HEX: #9EBDDB RGB: (158,189,219)

Color info

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

RGB color model

#9EBDDB color RGB value is (158,189,219).

RGB: (158,189,219) (62%, 74%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 189 of 255 = 74%
B 219 of 255 = 86%

158
189
219

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

Portions of RGB colors in percentages

R + G + B = 158 + 189 + 219 = 566 (100%)
R 158 of 566 ~ 27.92%
G 189 of 566 ~ 33.39%
B 219 of 566 ~ 38.69'%

%27.92
%33.39
%38.69

CMYK color model

#9EBDDB color CMYK value is (28,14,0,14).

  • cyan value is 27.85%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (28,14,0,14)
C28M14Y0K14 (28%, 14%, 0%, 14%)
(0.28 / 0.14 / 0.00 / 0.14)

CMYK percentages

%27.85
%13.7
%0
%14.12

Codes

Color #9EBDDB in popluar color models

9E BD DB
RGB 158 189 219
HSL 210° 45.86% 73.92%
HSB/HSV 210° 27.85% 85.88%
CMYK 27.85% 13.70% 0.00%
14.12%

Color #9EBDDB in popluar number systems.

HEX 9E BD DB
Decimal 158 189 219
Binary 10011110 10111101 11011011
Octal 236 275 333

Shades and tints

Shades of #9EBDDB

#9EBDDB
(158,189,219)
#90ACC8
(144,172,200)
#829BB5
(130,155,181)
#748AA2
(116,138,162)
#66798F
(102,121,143)
#58687C
(88,104,124)
#4A5769
(74,87,105)
#3C4656
(60,70,86)
#2E3543
(46,53,67)
#202430
(32,36,48)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #9EBDDB

#9EBDDB
(158,189,219)
#A6C3DE
(166,195,222)
#AEC9E1
(174,201,225)
#B6CFE4
(182,207,228)
#BED5E7
(190,213,231)
#C6DBEA
(198,219,234)
#CEE1ED
(206,225,237)
#D6E7F0
(214,231,240)
#DEEDF3
(222,237,243)
#E6F3F6
(230,243,246)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBDDB color. Also use rgb(158,189,219) instead hex code.

Text Font Color

.myTextColor { color: #9EBDDB; }

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

This text font color is #9EBDDB.

Background Color

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

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

This div background color is #9EBDDB.

Border color

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

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

This div border color is #9EBDDB.

Opacity

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

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

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

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

This text has shadow with #9EBDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBDDB.

Preview

Color preview on black background

This text has color #9EBDDB on black background.


Color preview on white background

This text has color #9EBDDB on white background.


Black color preview on #9EBDDB background

This text has black color on #9EBDDB background.


White color preview on #9EBDDB background

This text has white color on #9EBDDB background.


Related colors

Complementary color

Complementary color for #hex is #614224.


I love getcolorcode.com

Triadic colors

1 #DB9EBD and #BDDB9E with #9EBDDB are triadic colors.

2 #DBBD9E and #BD9EDB with #9EBDDB are triadic colors.