COLOR #9EBF6D

HEX: #9EBF6D RGB: (158,191,109)

Color info

#9EBF6D contains mainly red and green colors. Web safe color of #9EBF6D is #99CC66 (or #9C6).

RGB color model

#9EBF6D color RGB value is (158,191,109).

RGB: (158,191,109) (62%, 75%, 43%)

RGB channels and saturation

R 158 of 255 = 62%
G 191 of 255 = 75%
B 109 of 255 = 43%

158
191
109

R + G + B ~ 60%. #9EBF6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 191 + 109 = 458 (100%)
R 158 of 458 ~ 34.5%
G 191 of 458 ~ 41.7%
B 109 of 458 ~ 23.8'%

%34.5
%41.7
%23.8

CMYK color model

#9EBF6D color CMYK value is (17,0,43,25).

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 42.93%
  • key color value is 25.10%
CMYK: (17,0,43,25) C17M0Y43K25 (17%,0%,43%,25%) (0.17/0.00/0.43/0.25) 

CMYK percentages

%17.28
%0
%42.93
%25.1

Codes

Color #9EBF6D in popluar color models

9E BF 6D
RGB 158 191 109
HSL 84° 39.05% 58.82%
HSB/HSV 84° 42.93% 74.90%
CMYK 17.28% 0.00% 42.93%
25.10%

Color #9EBF6D in popluar number systems.

HEX 9E BF 6D
Decimal 158 191 109
Binary 10011110 10111111 1101101
Octal 236 277 155

Shades and tints

Shades of #9EBF6D

#9EBF6D
(158,191,109)
#90AE64
(144,174,100)
#829D5B
(130,157,91)
#748C52
(116,140,82)
#667B49
(102,123,73)
#586A40
(88,106,64)
#4A5937
(74,89,55)
#3C482E
(60,72,46)
#2E3725
(46,55,37)
#20261C
(32,38,28)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9EBF6D

#9EBF6D
(158,191,109)
#A6C47A
(166,196,122)
#AEC987
(174,201,135)
#B6CE94
(182,206,148)
#BED3A1
(190,211,161)
#C6D8AE
(198,216,174)
#CEDDBB
(206,221,187)
#D6E2C8
(214,226,200)
#DEE7D5
(222,231,213)
#E6ECE2
(230,236,226)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBF6D; }

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

This text font color is #9EBF6D.

Background Color

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

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

This div background color is #9EBF6D.

Border color

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

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

This div border color is #9EBF6D.

Opacity

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

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

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

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

This text has shadow with #9EBF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBF6D.

Preview

Color preview on black background

This text has color #9EBF6D on black background.


Color preview on white background

This text has color #9EBF6D on white background.


Black color preview on #9EBF6D background

This text has black color on #9EBF6D background.


White color preview on #9EBF6D background

This text has white color on #9EBF6D background.


Related colors

Complementary color

Complementary color for #hex is #614092.


I love getcolorcode.com

Triadic colors

1 #6D9EBF and #BF6D9E with #9EBF6D are triadic colors.

2 #6DBF9E and #BF9E6D with #9EBF6D are triadic colors.