COLOR #9EBEB3

HEX: #9EBEB3 RGB: (158,190,179)

Color info

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

RGB color model

#9EBEB3 color RGB value is (158,190,179).

RGB: (158,190,179) (62%, 75%, 70%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 179 of 255 = 70%

158
190
179

R + G + B ~ 69%. #9EBEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 190 + 179 = 527 (100%)
R 158 of 527 ~ 29.98%
G 190 of 527 ~ 36.05%
B 179 of 527 ~ 33.97'%

%29.98
%36.05
%33.97

CMYK color model

#9EBEB3 color CMYK value is (17,0,6,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%

CMYK: (17,0,6,25)
C17M0Y6K25 (17%, 0%, 6%, 25%)
(0.17 / 0.00 / 0.06 / 0.25)

CMYK percentages

%16.84
%0
%5.79
%25.49

Codes

Color #9EBEB3 in popluar color models

9E BE B3
RGB 158 190 179
HSL 159° 19.75% 68.24%
HSB/HSV 159° 16.84% 74.51%
CMYK 16.84% 0.00% 5.79%
25.49%

Color #9EBEB3 in popluar number systems.

HEX 9E BE B3
Decimal 158 190 179
Binary 10011110 10111110 10110011
Octal 236 276 263

Shades and tints

Shades of #9EBEB3

#9EBEB3
(158,190,179)
#90ADA3
(144,173,163)
#829C93
(130,156,147)
#748B83
(116,139,131)
#667A73
(102,122,115)
#586963
(88,105,99)
#4A5853
(74,88,83)
#3C4743
(60,71,67)
#2E3633
(46,54,51)
#202523
(32,37,35)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EBEB3

#9EBEB3
(158,190,179)
#A6C3B9
(166,195,185)
#AEC8BF
(174,200,191)
#B6CDC5
(182,205,197)
#BED2CB
(190,210,203)
#C6D7D1
(198,215,209)
#CEDCD7
(206,220,215)
#D6E1DD
(214,225,221)
#DEE6E3
(222,230,227)
#E6EBE9
(230,235,233)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBEB3 color. Also use rgb(158,190,179) instead hex code.

Text Font Color

.myTextColor { color: #9EBEB3; }

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

This text font color is #9EBEB3.

Background Color

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

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

This div background color is #9EBEB3.

Border color

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

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

This div border color is #9EBEB3.

Opacity

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

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

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

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

This text has shadow with #9EBEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBEB3.

Preview

Color preview on black background

This text has color #9EBEB3 on black background.


Color preview on white background

This text has color #9EBEB3 on white background.


Black color preview on #9EBEB3 background

This text has black color on #9EBEB3 background.


White color preview on #9EBEB3 background

This text has white color on #9EBEB3 background.


Related colors

Complementary color

Complementary color for #hex is #61414C.


I love getcolorcode.com

Triadic colors

1 #B39EBE and #BEB39E with #9EBEB3 are triadic colors.

2 #B3BE9E and #BE9EB3 with #9EBEB3 are triadic colors.