COLOR #9EA3DB

HEX: #9EA3DB RGB: (158,163,219)

Color info

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

RGB color model

#9EA3DB color RGB value is (158,163,219).

RGB: (158,163,219) (62%, 64%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 163 of 255 = 64%
B 219 of 255 = 86%

158
163
219

R + G + B ~ 71%. #9EA3DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 163 + 219 = 540 (100%)
R 158 of 540 ~ 29.26%
G 163 of 540 ~ 30.19%
B 219 of 540 ~ 40.56'%

%29.26
%30.19
%40.56

CMYK color model

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

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

CMYK: (28,26,0,14)
C28M26Y0K14 (28%, 26%, 0%, 14%)
(0.28 / 0.26 / 0.00 / 0.14)

CMYK percentages

%27.85
%25.57
%0
%14.12

Codes

Color #9EA3DB in popluar color models

9E A3 DB
RGB 158 163 219
HSL 235° 45.86% 73.92%
HSB/HSV 235° 27.85% 85.88%
CMYK 27.85% 25.57% 0.00%
14.12%

Color #9EA3DB in popluar number systems.

HEX 9E A3 DB
Decimal 158 163 219
Binary 10011110 10100011 11011011
Octal 236 243 333

Shades and tints

Shades of #9EA3DB

#9EA3DB
(158,163,219)
#9095C8
(144,149,200)
#8287B5
(130,135,181)
#7479A2
(116,121,162)
#666B8F
(102,107,143)
#585D7C
(88,93,124)
#4A4F69
(74,79,105)
#3C4156
(60,65,86)
#2E3343
(46,51,67)
#202530
(32,37,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #9EA3DB

#9EA3DB
(158,163,219)
#A6ABDE
(166,171,222)
#AEB3E1
(174,179,225)
#B6BBE4
(182,187,228)
#BEC3E7
(190,195,231)
#C6CBEA
(198,203,234)
#CED3ED
(206,211,237)
#D6DBF0
(214,219,240)
#DEE3F3
(222,227,243)
#E6EBF6
(230,235,246)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA3DB; }

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

This text font color is #9EA3DB.

Background Color

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

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

This div background color is #9EA3DB.

Border color

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

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

This div border color is #9EA3DB.

Opacity

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

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

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

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

This text has shadow with #9EA3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA3DB.

Preview

Color preview on black background

This text has color #9EA3DB on black background.


Color preview on white background

This text has color #9EA3DB on white background.


Black color preview on #9EA3DB background

This text has black color on #9EA3DB background.


White color preview on #9EA3DB background

This text has white color on #9EA3DB background.


Related colors

Complementary color

Complementary color for #hex is #615C24.


I love getcolorcode.com

Triadic colors

1 #DB9EA3 and #A3DB9E with #9EA3DB are triadic colors.

2 #DBA39E and #A39EDB with #9EA3DB are triadic colors.