COLOR #9EB890

HEX: #9EB890
RGB: (158,184,144)

Color info

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

RGB color model

#9EB890 color RGB value is (158,184,144).

  • red value is 158;
  • green value is 184;
  • blue value is 144.
RGB:
(158,184,144)
(62%,72%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 184 of 255 = 72%
B 144 of 255 = 56%

158
184
144

R + G + B ~ 63%. #9EB890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 184 + 144 = 486 (100%)
R 158 of 486 ~ 32.51%
G 184 of 486 ~ 37.86%
B 144 of 486 ~ 29.63%

%32.51
%37.86
%29.63

CMYK color model

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

  • cyan value is 14.13%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 27.84%
CMYK:
(14,0,22,28)
C14M0Y22K28 
(14%,0%,22%,28%)
(0.14/0.00/0.22/0.28)	

CMYK percentages

%14.13
%0
%21.74
%27.84

Codes

Color #9EB890 in popluar color models

9EB890
RGB158184144
HSL99°21.98%64.31%
HSB/HSV99°21.74%72.16%
CMYK14.13%0.00%21.74%
27.84%

Color #9EB890 in popluar number systems.

HEX9EB890
Decimal158184144
Binary100111101011100010010000
Octal236270220

Shades and tints

Shades of #9EB890

#9EB890
(158,184,144)
#90A883
(144,168,131)
#829876
(130,152,118)
#748869
(116,136,105)
#66785C
(102,120,92)
#58684F
(88,104,79)
#4A5842
(74,88,66)
#3C4835
(60,72,53)
#2E3828
(46,56,40)
#20281B
(32,40,27)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #9EB890

#9EB890
(158,184,144)
#A6BE9A
(166,190,154)
#AEC4A4
(174,196,164)
#B6CAAE
(182,202,174)
#BED0B8
(190,208,184)
#C6D6C2
(198,214,194)
#CEDCCC
(206,220,204)
#D6E2D6
(214,226,214)
#DEE8E0
(222,232,224)
#E6EEEA
(230,238,234)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB890 color. Also use rgb(158,184,144) instead hex code.

Text Font Color

.myTextColor { color: #9EB890; }

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

This text font color is #9EB890.


Background Color

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

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

This div background color is #9EB890.


Border color

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

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

This div border color is #9EB890.


Opacity

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

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

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

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

This text has shadow with #9EB890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB890 on black background.


Color preview on white background

This text has color #9EB890 on white background.



Black color preview on #9EB890 background

This text has black color on #9EB890 background.


White color preview on #9EB890 background

This text has white color on #9EB890 background.