COLOR #9EA48F

HEX: #9EA48F
RGB: (158,164,143)

Color info

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

RGB color model

#9EA48F color RGB value is (158,164,143).

  • red value is 158;
  • green value is 164;
  • blue value is 143.
RGB:
(158,164,143)
(62%,64%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 143 of 255 = 56%

158
164
143

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

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 143 = 465 (100%)
R 158 of 465 ~ 33.98%
G 164 of 465 ~ 35.27%
B 143 of 465 ~ 30.75%

%33.98
%35.27
%30.75

CMYK color model

#9EA48F color CMYK value is (4,0,13,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 35.69%
CMYK:
(4,0,13,36)
C4M0Y13K36 
(4%,0%,13%,36%)
(0.04/0.00/0.13/0.36)	

CMYK percentages

%3.66
%0
%12.8
%35.69

Codes

Color #9EA48F in popluar color models

9EA48F
RGB158164143
HSL77°10.34%60.20%
HSB/HSV77°12.80%64.31%
CMYK3.66%0.00%12.80%
35.69%

Color #9EA48F in popluar number systems.

HEX9EA48F
Decimal158164143
Binary100111101010010010001111
Octal236244217

Shades and tints

Shades of #9EA48F

#9EA48F
(158,164,143)
#909682
(144,150,130)
#828875
(130,136,117)
#747A68
(116,122,104)
#666C5B
(102,108,91)
#585E4E
(88,94,78)
#4A5041
(74,80,65)
#3C4234
(60,66,52)
#2E3427
(46,52,39)
#20261A
(32,38,26)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #9EA48F

#9EA48F
(158,164,143)
#A6AC99
(166,172,153)
#AEB4A3
(174,180,163)
#B6BCAD
(182,188,173)
#BEC4B7
(190,196,183)
#C6CCC1
(198,204,193)
#CED4CB
(206,212,203)
#D6DCD5
(214,220,213)
#DEE4DF
(222,228,223)
#E6ECE9
(230,236,233)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA48F color. Also use rgb(158,164,143) instead hex code.

Text Font Color

.myTextColor { color: #9EA48F; }

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

This text font color is #9EA48F.


Background Color

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

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

This div background color is #9EA48F.


Border color

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

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

This div border color is #9EA48F.


Opacity

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

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

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

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

This text has shadow with #9EA48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA48F on black background.


Color preview on white background

This text has color #9EA48F on white background.



Black color preview on #9EA48F background

This text has black color on #9EA48F background.


White color preview on #9EA48F background

This text has white color on #9EA48F background.