COLOR #9EADBD

HEX: #9EADBD RGB: (158,173,189)

Color info

#9EADBD contains red, green and blue colors in about the same proportion. Web safe color of #9EADBD is #9999CC (or #99C).

RGB color model

#9EADBD color RGB value is (158,173,189).

RGB: (158,173,189) (62%, 68%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 189 of 255 = 74%

158
173
189

R + G + B ~ 68%. #9EADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 173 + 189 = 520 (100%)
R 158 of 520 ~ 30.38%
G 173 of 520 ~ 33.27%
B 189 of 520 ~ 36.35'%

%30.38
%33.27
%36.35

CMYK color model

#9EADBD color CMYK value is (16,8,0,26).

  • cyan value is 16.40%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (16,8,0,26)
C16M8Y0K26 (16%, 8%, 0%, 26%)
(0.16 / 0.08 / 0.00 / 0.26)

CMYK percentages

%16.4
%8.47
%0
%25.88

Codes

Color #9EADBD in popluar color models

9E AD BD
RGB 158 173 189
HSL 211° 19.02% 68.04%
HSB/HSV 211° 16.40% 74.12%
CMYK 16.40% 8.47% 0.00%
25.88%

Color #9EADBD in popluar number systems.

HEX 9E AD BD
Decimal 158 173 189
Binary 10011110 10101101 10111101
Octal 236 255 275

Shades and tints

Shades of #9EADBD

#9EADBD
(158,173,189)
#909EAC
(144,158,172)
#828F9B
(130,143,155)
#74808A
(116,128,138)
#667179
(102,113,121)
#586268
(88,98,104)
#4A5357
(74,83,87)
#3C4446
(60,68,70)
#2E3535
(46,53,53)
#202624
(32,38,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EADBD

#9EADBD
(158,173,189)
#A6B4C3
(166,180,195)
#AEBBC9
(174,187,201)
#B6C2CF
(182,194,207)
#BEC9D5
(190,201,213)
#C6D0DB
(198,208,219)
#CED7E1
(206,215,225)
#D6DEE7
(214,222,231)
#DEE5ED
(222,229,237)
#E6ECF3
(230,236,243)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EADBD; }

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

This text font color is #9EADBD.

Background Color

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

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

This div background color is #9EADBD.

Border color

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

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

This div border color is #9EADBD.

Opacity

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

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

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

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

This text has shadow with #9EADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EADBD.

Preview

Color preview on black background

This text has color #9EADBD on black background.


Color preview on white background

This text has color #9EADBD on white background.


Black color preview on #9EADBD background

This text has black color on #9EADBD background.


White color preview on #9EADBD background

This text has white color on #9EADBD background.


Related colors

Complementary color

Complementary color for #hex is #615242.


I love getcolorcode.com

Triadic colors

1 #BD9EAD and #ADBD9E with #9EADBD are triadic colors.

2 #BDAD9E and #AD9EBD with #9EADBD are triadic colors.