COLOR #9EBF96

HEX: #9EBF96 RGB: (158,191,150)

Color info

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

RGB color model

#9EBF96 color RGB value is (158,191,150).

RGB: (158,191,150) (62%, 75%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 191 of 255 = 75%
B 150 of 255 = 59%

158
191
150

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

Portions of RGB colors in percentages

R + G + B = 158 + 191 + 150 = 499 (100%)
R 158 of 499 ~ 31.66%
G 191 of 499 ~ 38.28%
B 150 of 499 ~ 30.06'%

%31.66
%38.28
%30.06

CMYK color model

#9EBF96 color CMYK value is (17,0,21,25).

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK: (17,0,21,25) C17M0Y21K25 (17%,0%,21%,25%) (0.17/0.00/0.21/0.25) 

CMYK percentages

%17.28
%0
%21.47
%25.1

Codes

Color #9EBF96 in popluar color models

9E BF 96
RGB 158 191 150
HSL 108° 24.26% 66.86%
HSB/HSV 108° 21.47% 74.90%
CMYK 17.28% 0.00% 21.47%
25.10%

Color #9EBF96 in popluar number systems.

HEX 9E BF 96
Decimal 158 191 150
Binary 10011110 10111111 10010110
Octal 236 277 226

Shades and tints

Shades of #9EBF96

#9EBF96
(158,191,150)
#90AE89
(144,174,137)
#829D7C
(130,157,124)
#748C6F
(116,140,111)
#667B62
(102,123,98)
#586A55
(88,106,85)
#4A5948
(74,89,72)
#3C483B
(60,72,59)
#2E372E
(46,55,46)
#202621
(32,38,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #9EBF96

#9EBF96
(158,191,150)
#A6C49F
(166,196,159)
#AEC9A8
(174,201,168)
#B6CEB1
(182,206,177)
#BED3BA
(190,211,186)
#C6D8C3
(198,216,195)
#CEDDCC
(206,221,204)
#D6E2D5
(214,226,213)
#DEE7DE
(222,231,222)
#E6ECE7
(230,236,231)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBF96 color. Also use rgb(158,191,150) instead hex code.

Text Font Color

.myTextColor { color: #9EBF96; }

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

This text font color is #9EBF96.

Background Color

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

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

This div background color is #9EBF96.

Border color

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

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

This div border color is #9EBF96.

Opacity

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

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

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

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

This text has shadow with #9EBF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBF96.

Preview

Color preview on black background

This text has color #9EBF96 on black background.


Color preview on white background

This text has color #9EBF96 on white background.


Black color preview on #9EBF96 background

This text has black color on #9EBF96 background.


White color preview on #9EBF96 background

This text has white color on #9EBF96 background.


Related colors

Complementary color

Complementary color for #hex is #614069.


I love getcolorcode.com

Triadic colors

1 #969EBF and #BF969E with #9EBF96 are triadic colors.

2 #96BF9E and #BF9E96 with #9EBF96 are triadic colors.