COLOR #9EB293

HEX: #9EB293 RGB: (158,178,147)

Color info

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

RGB color model

#9EB293 color RGB value is (158,178,147).

RGB: (158,178,147) (62%, 70%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 147 of 255 = 58%

158
178
147

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 147 = 483 (100%)
R 158 of 483 ~ 32.71%
G 178 of 483 ~ 36.85%
B 147 of 483 ~ 30.43'%

%32.71
%36.85
%30.43

CMYK color model

#9EB293 color CMYK value is (11,0,17,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%

CMYK: (11,0,17,30)
C11M0Y17K30 (11%, 0%, 17%, 30%)
(0.11 / 0.00 / 0.17 / 0.30)

CMYK percentages

%11.24
%0
%17.42
%30.2

Codes

Color #9EB293 in popluar color models

9E B2 93
RGB 158 178 147
HSL 99° 16.76% 63.73%
HSB/HSV 99° 17.42% 69.80%
CMYK 11.24% 0.00% 17.42%
30.20%

Color #9EB293 in popluar number systems.

HEX 9E B2 93
Decimal 158 178 147
Binary 10011110 10110010 10010011
Octal 236 262 223

Shades and tints

Shades of #9EB293

#9EB293
(158,178,147)
#90A286
(144,162,134)
#829279
(130,146,121)
#74826C
(116,130,108)
#66725F
(102,114,95)
#586252
(88,98,82)
#4A5245
(74,82,69)
#3C4238
(60,66,56)
#2E322B
(46,50,43)
#20221E
(32,34,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #9EB293

#9EB293
(158,178,147)
#A6B99C
(166,185,156)
#AEC0A5
(174,192,165)
#B6C7AE
(182,199,174)
#BECEB7
(190,206,183)
#C6D5C0
(198,213,192)
#CEDCC9
(206,220,201)
#D6E3D2
(214,227,210)
#DEEADB
(222,234,219)
#E6F1E4
(230,241,228)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB293 color. Also use rgb(158,178,147) instead hex code.

Text Font Color

.myTextColor { color: #9EB293; }

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

This text font color is #9EB293.

Background Color

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

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

This div background color is #9EB293.

Border color

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

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

This div border color is #9EB293.

Opacity

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

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

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

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

This text has shadow with #9EB293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB293.

Preview

Color preview on black background

This text has color #9EB293 on black background.


Color preview on white background

This text has color #9EB293 on white background.


Black color preview on #9EB293 background

This text has black color on #9EB293 background.


White color preview on #9EB293 background

This text has white color on #9EB293 background.


Related colors

Complementary color

Complementary color for #hex is #614D6C.


I love getcolorcode.com

Triadic colors

1 #939EB2 and #B2939E with #9EB293 are triadic colors.

2 #93B29E and #B29E93 with #9EB293 are triadic colors.