COLOR #9EB192

HEX: #9EB192 RGB: (158,177,146)

Color info

#9EB192 contains red, green and blue colors in about the same proportion. Web safe color of #9EB192 is #999999 (or #999).

RGB color model

#9EB192 color RGB value is (158,177,146).

RGB: (158,177,146) (62%, 69%, 57%)

RGB channels and saturation

R 158 of 255 = 62%
G 177 of 255 = 69%
B 146 of 255 = 57%

158
177
146

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

Portions of RGB colors in percentages

R + G + B = 158 + 177 + 146 = 481 (100%)
R 158 of 481 ~ 32.85%
G 177 of 481 ~ 36.8%
B 146 of 481 ~ 30.35'%

%32.85
%36.8
%30.35

CMYK color model

#9EB192 color CMYK value is (11,0,18,31).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 30.59%

CMYK: (11,0,18,31)
C11M0Y18K31 (11%, 0%, 18%, 31%)
(0.11 / 0.00 / 0.18 / 0.31)

CMYK percentages

%10.73
%0
%17.51
%30.59

Codes

Color #9EB192 in popluar color models

9E B1 92
RGB 158 177 146
HSL 97° 16.58% 63.33%
HSB/HSV 97° 17.51% 69.41%
CMYK 10.73% 0.00% 17.51%
30.59%

Color #9EB192 in popluar number systems.

HEX 9E B1 92
Decimal 158 177 146
Binary 10011110 10110001 10010010
Octal 236 261 222

Shades and tints

Shades of #9EB192

#9EB192
(158,177,146)
#90A185
(144,161,133)
#829178
(130,145,120)
#74816B
(116,129,107)
#66715E
(102,113,94)
#586151
(88,97,81)
#4A5144
(74,81,68)
#3C4137
(60,65,55)
#2E312A
(46,49,42)
#20211D
(32,33,29)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #9EB192

#9EB192
(158,177,146)
#A6B89B
(166,184,155)
#AEBFA4
(174,191,164)
#B6C6AD
(182,198,173)
#BECDB6
(190,205,182)
#C6D4BF
(198,212,191)
#CEDBC8
(206,219,200)
#D6E2D1
(214,226,209)
#DEE9DA
(222,233,218)
#E6F0E3
(230,240,227)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB192; }

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

This text font color is #9EB192.

Background Color

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

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

This div background color is #9EB192.

Border color

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

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

This div border color is #9EB192.

Opacity

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

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

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

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

This text has shadow with #9EB192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB192.

Preview

Color preview on black background

This text has color #9EB192 on black background.


Color preview on white background

This text has color #9EB192 on white background.


Black color preview on #9EB192 background

This text has black color on #9EB192 background.


White color preview on #9EB192 background

This text has white color on #9EB192 background.


Related colors

Complementary color

Complementary color for #hex is #614E6D.


I love getcolorcode.com

Triadic colors

1 #929EB1 and #B1929E with #9EB192 are triadic colors.

2 #92B19E and #B19E92 with #9EB192 are triadic colors.