COLOR #9EBE94

HEX: #9EBE94 RGB: (158,190,148)

Color info

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

RGB color model

#9EBE94 color RGB value is (158,190,148).

RGB: (158,190,148) (62%, 75%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 148 of 255 = 58%

158
190
148

R + G + B ~ 65%. #9EBE94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 190 + 148 = 496 (100%)
R 158 of 496 ~ 31.85%
G 190 of 496 ~ 38.31%
B 148 of 496 ~ 29.84'%

%31.85
%38.31
%29.84

CMYK color model

#9EBE94 color CMYK value is (17,0,22,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%

CMYK: (17,0,22,25)
C17M0Y22K25 (17%, 0%, 22%, 25%)
(0.17 / 0.00 / 0.22 / 0.25)

CMYK percentages

%16.84
%0
%22.11
%25.49

Codes

Color #9EBE94 in popluar color models

9E BE 94
RGB 158 190 148
HSL 106° 24.42% 66.27%
HSB/HSV 106° 22.11% 74.51%
CMYK 16.84% 0.00% 22.11%
25.49%

Color #9EBE94 in popluar number systems.

HEX 9E BE 94
Decimal 158 190 148
Binary 10011110 10111110 10010100
Octal 236 276 224

Shades and tints

Shades of #9EBE94

#9EBE94
(158,190,148)
#90AD87
(144,173,135)
#829C7A
(130,156,122)
#748B6D
(116,139,109)
#667A60
(102,122,96)
#586953
(88,105,83)
#4A5846
(74,88,70)
#3C4739
(60,71,57)
#2E362C
(46,54,44)
#20251F
(32,37,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9EBE94

#9EBE94
(158,190,148)
#A6C39D
(166,195,157)
#AEC8A6
(174,200,166)
#B6CDAF
(182,205,175)
#BED2B8
(190,210,184)
#C6D7C1
(198,215,193)
#CEDCCA
(206,220,202)
#D6E1D3
(214,225,211)
#DEE6DC
(222,230,220)
#E6EBE5
(230,235,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBE94 color. Also use rgb(158,190,148) instead hex code.

Text Font Color

.myTextColor { color: #9EBE94; }

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

This text font color is #9EBE94.

Background Color

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

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

This div background color is #9EBE94.

Border color

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

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

This div border color is #9EBE94.

Opacity

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

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

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

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

This text has shadow with #9EBE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBE94.

Preview

Color preview on black background

This text has color #9EBE94 on black background.


Color preview on white background

This text has color #9EBE94 on white background.


Black color preview on #9EBE94 background

This text has black color on #9EBE94 background.


White color preview on #9EBE94 background

This text has white color on #9EBE94 background.


Related colors

Complementary color

Complementary color for #hex is #61416B.


I love getcolorcode.com

Triadic colors

1 #949EBE and #BE949E with #9EBE94 are triadic colors.

2 #94BE9E and #BE9E94 with #9EBE94 are triadic colors.