COLOR #9EA0DB

HEX: #9EA0DB RGB: (158,160,219)

Color info

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

RGB color model

#9EA0DB color RGB value is (158,160,219).

RGB: (158,160,219) (62%, 63%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 219 of 255 = 86%

158
160
219

R + G + B ~ 70%. #9EA0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 160 + 219 = 537 (100%)
R 158 of 537 ~ 29.42%
G 160 of 537 ~ 29.8%
B 219 of 537 ~ 40.78'%

%29.42
%29.8
%40.78

CMYK color model

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

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

CMYK: (28,27,0,14)
C28M27Y0K14 (28%, 27%, 0%, 14%)
(0.28 / 0.27 / 0.00 / 0.14)

CMYK percentages

%27.85
%26.94
%0
%14.12

Codes

Color #9EA0DB in popluar color models

9E A0 DB
RGB 158 160 219
HSL 238° 45.86% 73.92%
HSB/HSV 238° 27.85% 85.88%
CMYK 27.85% 26.94% 0.00%
14.12%

Color #9EA0DB in popluar number systems.

HEX 9E A0 DB
Decimal 158 160 219
Binary 10011110 10100000 11011011
Octal 236 240 333

Shades and tints

Shades of #9EA0DB

#9EA0DB
(158,160,219)
#9092C8
(144,146,200)
#8284B5
(130,132,181)
#7476A2
(116,118,162)
#66688F
(102,104,143)
#585A7C
(88,90,124)
#4A4C69
(74,76,105)
#3C3E56
(60,62,86)
#2E3043
(46,48,67)
#202230
(32,34,48)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #9EA0DB

#9EA0DB
(158,160,219)
#A6A8DE
(166,168,222)
#AEB0E1
(174,176,225)
#B6B8E4
(182,184,228)
#BEC0E7
(190,192,231)
#C6C8EA
(198,200,234)
#CED0ED
(206,208,237)
#D6D8F0
(214,216,240)
#DEE0F3
(222,224,243)
#E6E8F6
(230,232,246)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA0DB; }

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

This text font color is #9EA0DB.

Background Color

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

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

This div background color is #9EA0DB.

Border color

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

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

This div border color is #9EA0DB.

Opacity

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

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

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

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

This text has shadow with #9EA0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA0DB.

Preview

Color preview on black background

This text has color #9EA0DB on black background.


Color preview on white background

This text has color #9EA0DB on white background.


Black color preview on #9EA0DB background

This text has black color on #9EA0DB background.


White color preview on #9EA0DB background

This text has white color on #9EA0DB background.


Related colors

Complementary color

Complementary color for #hex is #615F24.


I love getcolorcode.com

Triadic colors

1 #DB9EA0 and #A0DB9E with #9EA0DB are triadic colors.

2 #DBA09E and #A09EDB with #9EA0DB are triadic colors.