COLOR #9EBEA2

HEX: #9EBEA2
RGB: (158,190,162)

Color info

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

RGB color model

#9EBEA2 color RGB value is (158,190,162).

  • red value is 158;
  • green value is 190;
  • blue value is 162.
RGB:
(158,190,162)
(62%,75%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 162 of 255 = 64%

158
190
162

R + G + B ~ 67%. #9EBEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 162 = 510 (100%)
R 158 of 510 ~ 30.98%
G 190 of 510 ~ 37.25%
B 162 of 510 ~ 31.76%

%30.98
%37.25
%31.76

CMYK color model

#9EBEA2 color CMYK value is (17,0,15,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(17,0,15,25)
C17M0Y15K25 
(17%,0%,15%,25%)
(0.17/0.00/0.15/0.25)	

CMYK percentages

%16.84
%0
%14.74
%25.49

Codes

Color #9EBEA2 in popluar color models

9EBEA2
RGB158190162
HSL128°19.75%68.24%
HSB/HSV128°16.84%74.51%
CMYK16.84%0.00%14.74%
25.49%

Color #9EBEA2 in popluar number systems.

HEX9EBEA2
Decimal158190162
Binary100111101011111010100010
Octal236276242

Shades and tints

Shades of #9EBEA2

#9EBEA2
(158,190,162)
#90AD94
(144,173,148)
#829C86
(130,156,134)
#748B78
(116,139,120)
#667A6A
(102,122,106)
#58695C
(88,105,92)
#4A584E
(74,88,78)
#3C4740
(60,71,64)
#2E3632
(46,54,50)
#202524
(32,37,36)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #9EBEA2

#9EBEA2
(158,190,162)
#A6C3AA
(166,195,170)
#AEC8B2
(174,200,178)
#B6CDBA
(182,205,186)
#BED2C2
(190,210,194)
#C6D7CA
(198,215,202)
#CEDCD2
(206,220,210)
#D6E1DA
(214,225,218)
#DEE6E2
(222,230,226)
#E6EBEA
(230,235,234)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBEA2; }

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

This text font color is #9EBEA2.


Background Color

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

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

This div background color is #9EBEA2.


Border color

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

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

This div border color is #9EBEA2.


Opacity

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

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

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

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

This text has shadow with #9EBEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBEA2 on black background.


Color preview on white background

This text has color #9EBEA2 on white background.



Black color preview on #9EBEA2 background

This text has black color on #9EBEA2 background.


White color preview on #9EBEA2 background

This text has white color on #9EBEA2 background.