COLOR #9EB295

HEX: #9EB295 RGB: (158,178,149)

Color info

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

RGB color model

#9EB295 color RGB value is (158,178,149).

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

RGB channels and saturation

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

158
178
149

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 149 = 485 (100%)
R 158 of 485 ~ 32.58%
G 178 of 485 ~ 36.7%
B 149 of 485 ~ 30.72'%

%32.58
%36.7
%30.72

CMYK color model

#9EB295 color CMYK value is (11,0,16,30).

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

CMYK: (11,0,16,30)
C11M0Y16K30 (11%, 0%, 16%, 30%)
(0.11 / 0.00 / 0.16 / 0.30)

CMYK percentages

%11.24
%0
%16.29
%30.2

Codes

Color #9EB295 in popluar color models

9E B2 95
RGB 158 178 149
HSL 101° 15.85% 64.12%
HSB/HSV 101° 16.29% 69.80%
CMYK 11.24% 0.00% 16.29%
30.20%

Color #9EB295 in popluar number systems.

HEX 9E B2 95
Decimal 158 178 149
Binary 10011110 10110010 10010101
Octal 236 262 225

Shades and tints

Shades of #9EB295

#9EB295
(158,178,149)
#90A288
(144,162,136)
#82927B
(130,146,123)
#74826E
(116,130,110)
#667261
(102,114,97)
#586254
(88,98,84)
#4A5247
(74,82,71)
#3C423A
(60,66,58)
#2E322D
(46,50,45)
#202220
(32,34,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9EB295

#9EB295
(158,178,149)
#A6B99E
(166,185,158)
#AEC0A7
(174,192,167)
#B6C7B0
(182,199,176)
#BECEB9
(190,206,185)
#C6D5C2
(198,213,194)
#CEDCCB
(206,220,203)
#D6E3D4
(214,227,212)
#DEEADD
(222,234,221)
#E6F1E6
(230,241,230)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB295; }

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

This text font color is #9EB295.

Background Color

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

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

This div background color is #9EB295.

Border color

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

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

This div border color is #9EB295.

Opacity

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

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

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

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

This text has shadow with #9EB295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB295.

Preview

Color preview on black background

This text has color #9EB295 on black background.


Color preview on white background

This text has color #9EB295 on white background.


Black color preview on #9EB295 background

This text has black color on #9EB295 background.


White color preview on #9EB295 background

This text has white color on #9EB295 background.


Related colors

Complementary color

Complementary color for #hex is #614D6A.


I love getcolorcode.com

Triadic colors

1 #959EB2 and #B2959E with #9EB295 are triadic colors.

2 #95B29E and #B29E95 with #9EB295 are triadic colors.