COLOR #9EBB6D

HEX: #9EBB6D RGB: (158,187,109)

Color info

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

RGB color model

#9EBB6D color RGB value is (158,187,109).

RGB: (158,187,109) (62%, 73%, 43%)

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 109 of 255 = 43%

158
187
109

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

Portions of RGB colors in percentages

R + G + B = 158 + 187 + 109 = 454 (100%)
R 158 of 454 ~ 34.8%
G 187 of 454 ~ 41.19%
B 109 of 454 ~ 24.01'%

%34.8
%41.19
%24.01

CMYK color model

#9EBB6D color CMYK value is (16,0,42,27).

  • cyan value is 15.51%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 26.67%

CMYK: (16,0,42,27)
C16M0Y42K27 (16%, 0%, 42%, 27%)
(0.16 / 0.00 / 0.42 / 0.27)

CMYK percentages

%15.51
%0
%41.71
%26.67

Codes

Color #9EBB6D in popluar color models

9E BB 6D
RGB 158 187 109
HSL 82° 36.45% 58.04%
HSB/HSV 82° 41.71% 73.33%
CMYK 15.51% 0.00% 41.71%
26.67%

Color #9EBB6D in popluar number systems.

HEX 9E BB 6D
Decimal 158 187 109
Binary 10011110 10111011 1101101
Octal 236 273 155

Shades and tints

Shades of #9EBB6D

#9EBB6D
(158,187,109)
#90AA64
(144,170,100)
#82995B
(130,153,91)
#748852
(116,136,82)
#667749
(102,119,73)
#586640
(88,102,64)
#4A5537
(74,85,55)
#3C442E
(60,68,46)
#2E3325
(46,51,37)
#20221C
(32,34,28)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #9EBB6D

#9EBB6D
(158,187,109)
#A6C17A
(166,193,122)
#AEC787
(174,199,135)
#B6CD94
(182,205,148)
#BED3A1
(190,211,161)
#C6D9AE
(198,217,174)
#CEDFBB
(206,223,187)
#D6E5C8
(214,229,200)
#DEEBD5
(222,235,213)
#E6F1E2
(230,241,226)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBB6D; }

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

This text font color is #9EBB6D.

Background Color

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

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

This div background color is #9EBB6D.

Border color

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

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

This div border color is #9EBB6D.

Opacity

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

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

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

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

This text has shadow with #9EBB6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBB6D.

Preview

Color preview on black background

This text has color #9EBB6D on black background.


Color preview on white background

This text has color #9EBB6D on white background.


Black color preview on #9EBB6D background

This text has black color on #9EBB6D background.


White color preview on #9EBB6D background

This text has white color on #9EBB6D background.


Related colors

Complementary color

Complementary color for #hex is #614492.


I love getcolorcode.com

Triadic colors

1 #6D9EBB and #BB6D9E with #9EBB6D are triadic colors.

2 #6DBB9E and #BB9E6D with #9EBB6D are triadic colors.