COLOR #9EBDAB

HEX: #9EBDAB RGB: (158,189,171)

Color info

#9EBDAB contains red, green and blue colors in about the same proportion. Web safe color of #9EBDAB is #99CC99 (or #9C9).

RGB color model

#9EBDAB color RGB value is (158,189,171).

RGB: (158,189,171) (62%, 74%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 189 of 255 = 74%
B 171 of 255 = 67%

158
189
171

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

Portions of RGB colors in percentages

R + G + B = 158 + 189 + 171 = 518 (100%)
R 158 of 518 ~ 30.5%
G 189 of 518 ~ 36.49%
B 171 of 518 ~ 33.01'%

%30.5
%36.49
%33.01

CMYK color model

#9EBDAB color CMYK value is (16,0,10,26).

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

CMYK: (16,0,10,26)
C16M0Y10K26 (16%, 0%, 10%, 26%)
(0.16 / 0.00 / 0.10 / 0.26)

CMYK percentages

%16.4
%0
%9.52
%25.88

Codes

Color #9EBDAB in popluar color models

9E BD AB
RGB 158 189 171
HSL 145° 19.02% 68.04%
HSB/HSV 145° 16.40% 74.12%
CMYK 16.40% 0.00% 9.52%
25.88%

Color #9EBDAB in popluar number systems.

HEX 9E BD AB
Decimal 158 189 171
Binary 10011110 10111101 10101011
Octal 236 275 253

Shades and tints

Shades of #9EBDAB

#9EBDAB
(158,189,171)
#90AC9C
(144,172,156)
#829B8D
(130,155,141)
#748A7E
(116,138,126)
#66796F
(102,121,111)
#586860
(88,104,96)
#4A5751
(74,87,81)
#3C4642
(60,70,66)
#2E3533
(46,53,51)
#202424
(32,36,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #9EBDAB

#9EBDAB
(158,189,171)
#A6C3B2
(166,195,178)
#AEC9B9
(174,201,185)
#B6CFC0
(182,207,192)
#BED5C7
(190,213,199)
#C6DBCE
(198,219,206)
#CEE1D5
(206,225,213)
#D6E7DC
(214,231,220)
#DEEDE3
(222,237,227)
#E6F3EA
(230,243,234)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBDAB; }

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

This text font color is #9EBDAB.

Background Color

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

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

This div background color is #9EBDAB.

Border color

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

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

This div border color is #9EBDAB.

Opacity

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

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

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

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

This text has shadow with #9EBDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBDAB.

Preview

Color preview on black background

This text has color #9EBDAB on black background.


Color preview on white background

This text has color #9EBDAB on white background.


Black color preview on #9EBDAB background

This text has black color on #9EBDAB background.


White color preview on #9EBDAB background

This text has white color on #9EBDAB background.


Related colors

Complementary color

Complementary color for #hex is #614254.


I love getcolorcode.com

Triadic colors

1 #AB9EBD and #BDAB9E with #9EBDAB are triadic colors.

2 #ABBD9E and #BD9EAB with #9EBDAB are triadic colors.