COLOR #9EB281

HEX: #9EB281 RGB: (158,178,129)

Color info

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

RGB color model

#9EB281 color RGB value is (158,178,129).

RGB: (158,178,129) (62%, 70%, 51%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 129 of 255 = 51%

158
178
129

R + G + B ~ 61%. #9EB281 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 129 = 465 (100%)
R 158 of 465 ~ 33.98%
G 178 of 465 ~ 38.28%
B 129 of 465 ~ 27.74'%

%33.98
%38.28
%27.74

CMYK color model

#9EB281 color CMYK value is (11,0,28,30).

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

CMYK: (11,0,28,30)
C11M0Y28K30 (11%, 0%, 28%, 30%)
(0.11 / 0.00 / 0.28 / 0.30)

CMYK percentages

%11.24
%0
%27.53
%30.2

Codes

Color #9EB281 in popluar color models

9E B2 81
RGB 158 178 129
HSL 84° 24.14% 60.20%
HSB/HSV 84° 27.53% 69.80%
CMYK 11.24% 0.00% 27.53%
30.20%

Color #9EB281 in popluar number systems.

HEX 9E B2 81
Decimal 158 178 129
Binary 10011110 10110010 10000001
Octal 236 262 201

Shades and tints

Shades of #9EB281

#9EB281
(158,178,129)
#90A276
(144,162,118)
#82926B
(130,146,107)
#748260
(116,130,96)
#667255
(102,114,85)
#58624A
(88,98,74)
#4A523F
(74,82,63)
#3C4234
(60,66,52)
#2E3229
(46,50,41)
#20221E
(32,34,30)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9EB281

#9EB281
(158,178,129)
#A6B98C
(166,185,140)
#AEC097
(174,192,151)
#B6C7A2
(182,199,162)
#BECEAD
(190,206,173)
#C6D5B8
(198,213,184)
#CEDCC3
(206,220,195)
#D6E3CE
(214,227,206)
#DEEAD9
(222,234,217)
#E6F1E4
(230,241,228)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB281; }

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

This text font color is #9EB281.

Background Color

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

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

This div background color is #9EB281.

Border color

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

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

This div border color is #9EB281.

Opacity

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

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

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

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

This text has shadow with #9EB281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB281.

Preview

Color preview on black background

This text has color #9EB281 on black background.


Color preview on white background

This text has color #9EB281 on white background.


Black color preview on #9EB281 background

This text has black color on #9EB281 background.


White color preview on #9EB281 background

This text has white color on #9EB281 background.


Related colors

Complementary color

Complementary color for #hex is #614D7E.


I love getcolorcode.com

Triadic colors

1 #819EB2 and #B2819E with #9EB281 are triadic colors.

2 #81B29E and #B29E81 with #9EB281 are triadic colors.