COLOR #9EB892

HEX: #9EB892
RGB: (158,184,146)

Color info

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

RGB color model

#9EB892 color RGB value is (158,184,146).

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

RGB channels and saturation

R 158 of 255 = 62%
G 184 of 255 = 72%
B 146 of 255 = 57%

158
184
146

R + G + B ~ 64%. #9EB892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 184 + 146 = 488 (100%)
R 158 of 488 ~ 32.38%
G 184 of 488 ~ 37.7%
B 146 of 488 ~ 29.92%

%32.38
%37.7
%29.92

CMYK color model

#9EB892 color CMYK value is (14,0,21,28).

  • cyan value is 14.13%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK:
(14,0,21,28)
C14M0Y21K28 
(14%,0%,21%,28%)
(0.14/0.00/0.21/0.28)	

CMYK percentages

%14.13
%0
%20.65
%27.84

Codes

Color #9EB892 in popluar color models

9EB892
RGB158184146
HSL101°21.11%64.71%
HSB/HSV101°20.65%72.16%
CMYK14.13%0.00%20.65%
27.84%

Color #9EB892 in popluar number systems.

HEX9EB892
Decimal158184146
Binary100111101011100010010010
Octal236270222

Shades and tints

Shades of #9EB892

#9EB892
(158,184,146)
#90A885
(144,168,133)
#829878
(130,152,120)
#74886B
(116,136,107)
#66785E
(102,120,94)
#586851
(88,104,81)
#4A5844
(74,88,68)
#3C4837
(60,72,55)
#2E382A
(46,56,42)
#20281D
(32,40,29)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #9EB892

#9EB892
(158,184,146)
#A6BE9B
(166,190,155)
#AEC4A4
(174,196,164)
#B6CAAD
(182,202,173)
#BED0B6
(190,208,182)
#C6D6BF
(198,214,191)
#CEDCC8
(206,220,200)
#D6E2D1
(214,226,209)
#DEE8DA
(222,232,218)
#E6EEE3
(230,238,227)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB892; }

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

This text font color is #9EB892.


Background Color

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

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

This div background color is #9EB892.


Border color

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

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

This div border color is #9EB892.


Opacity

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

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

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

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

This text has shadow with #9EB892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB892 on black background.


Color preview on white background

This text has color #9EB892 on white background.



Black color preview on #9EB892 background

This text has black color on #9EB892 background.


White color preview on #9EB892 background

This text has white color on #9EB892 background.