COLOR #9EB792

HEX: #9EB792 RGB: (158,183,146)

Color info

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

RGB color model

#9EB792 color RGB value is (158,183,146).

RGB: (158,183,146) (62%, 72%, 57%)

RGB channels and saturation

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

158
183
146

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

Portions of RGB colors in percentages

R + G + B = 158 + 183 + 146 = 487 (100%)
R 158 of 487 ~ 32.44%
G 183 of 487 ~ 37.58%
B 146 of 487 ~ 29.98'%

%32.44
%37.58
%29.98

CMYK color model

#9EB792 color CMYK value is (14,0,20,28).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK: (14,0,20,28) C14M0Y20K28 (14%,0%,20%,28%) (0.14/0.00/0.20/0.28) 

CMYK percentages

%13.66
%0
%20.22
%28.24

Codes

Color #9EB792 in popluar color models

9E B7 92
RGB 158 183 146
HSL 101° 20.44% 64.51%
HSB/HSV 101° 20.22% 71.76%
CMYK 13.66% 0.00% 20.22%
28.24%

Color #9EB792 in popluar number systems.

HEX 9E B7 92
Decimal 158 183 146
Binary 10011110 10110111 10010010
Octal 236 267 222

Shades and tints

Shades of #9EB792

#9EB792
(158,183,146)
#90A785
(144,167,133)
#829778
(130,151,120)
#74876B
(116,135,107)
#66775E
(102,119,94)
#586751
(88,103,81)
#4A5744
(74,87,68)
#3C4737
(60,71,55)
#2E372A
(46,55,42)
#20271D
(32,39,29)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #9EB792

#9EB792
(158,183,146)
#A6BD9B
(166,189,155)
#AEC3A4
(174,195,164)
#B6C9AD
(182,201,173)
#BECFB6
(190,207,182)
#C6D5BF
(198,213,191)
#CEDBC8
(206,219,200)
#D6E1D1
(214,225,209)
#DEE7DA
(222,231,218)
#E6EDE3
(230,237,227)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB792; }

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

This text font color is #9EB792.

Background Color

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

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

This div background color is #9EB792.

Border color

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

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

This div border color is #9EB792.

Opacity

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

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

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

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

This text has shadow with #9EB792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB792.

Preview

Color preview on black background

This text has color #9EB792 on black background.


Color preview on white background

This text has color #9EB792 on white background.


Black color preview on #9EB792 background

This text has black color on #9EB792 background.


White color preview on #9EB792 background

This text has white color on #9EB792 background.


Related colors

Complementary color

Complementary color for #hex is #61486D.


I love getcolorcode.com

Triadic colors

1 #929EB7 and #B7929E with #9EB792 are triadic colors.

2 #92B79E and #B79E92 with #9EB792 are triadic colors.