COLOR #9EAADB

HEX: #9EAADB RGB: (158,170,219)

Color info

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

RGB color model

#9EAADB color RGB value is (158,170,219).

RGB: (158,170,219) (62%, 67%, 86%)

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 219 of 255 = 86%

158
170
219

R + G + B ~ 72%. #9EAADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 170 + 219 = 547 (100%)
R 158 of 547 ~ 28.88%
G 170 of 547 ~ 31.08%
B 219 of 547 ~ 40.04'%

%28.88
%31.08
%40.04

CMYK color model

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

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

CMYK: (28,22,0,14)
C28M22Y0K14 (28%, 22%, 0%, 14%)
(0.28 / 0.22 / 0.00 / 0.14)

CMYK percentages

%27.85
%22.37
%0
%14.12

Codes

Color #9EAADB in popluar color models

9E AA DB
RGB 158 170 219
HSL 228° 45.86% 73.92%
HSB/HSV 228° 27.85% 85.88%
CMYK 27.85% 22.37% 0.00%
14.12%

Color #9EAADB in popluar number systems.

HEX 9E AA DB
Decimal 158 170 219
Binary 10011110 10101010 11011011
Octal 236 252 333

Shades and tints

Shades of #9EAADB

#9EAADB
(158,170,219)
#909BC8
(144,155,200)
#828CB5
(130,140,181)
#747DA2
(116,125,162)
#666E8F
(102,110,143)
#585F7C
(88,95,124)
#4A5069
(74,80,105)
#3C4156
(60,65,86)
#2E3243
(46,50,67)
#202330
(32,35,48)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #9EAADB

#9EAADB
(158,170,219)
#A6B1DE
(166,177,222)
#AEB8E1
(174,184,225)
#B6BFE4
(182,191,228)
#BEC6E7
(190,198,231)
#C6CDEA
(198,205,234)
#CED4ED
(206,212,237)
#D6DBF0
(214,219,240)
#DEE2F3
(222,226,243)
#E6E9F6
(230,233,246)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAADB; }

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

This text font color is #9EAADB.

Background Color

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

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

This div background color is #9EAADB.

Border color

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

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

This div border color is #9EAADB.

Opacity

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

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

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

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

This text has shadow with #9EAADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAADB.

Preview

Color preview on black background

This text has color #9EAADB on black background.


Color preview on white background

This text has color #9EAADB on white background.


Black color preview on #9EAADB background

This text has black color on #9EAADB background.


White color preview on #9EAADB background

This text has white color on #9EAADB background.


Related colors

Complementary color

Complementary color for #hex is #615524.


I love getcolorcode.com

Triadic colors

1 #DB9EAA and #AADB9E with #9EAADB are triadic colors.

2 #DBAA9E and #AA9EDB with #9EAADB are triadic colors.