COLOR #8E917D

HEX: #8E917D
RGB: (142,145,125)

Color info

#8E917D contains red, green and blue colors in about the same proportion. Web safe color of #8E917D is #999966 (or #996).

RGB color model

#8E917D color RGB value is (142,145,125).

  • red value is 142;
  • green value is 145;
  • blue value is 125.
RGB:
(142,145,125)
(56%,57%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 125 of 255 = 49%

142
145
125

R + G + B ~ 54%. #8E917D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 145 + 125 = 412 (100%)
R 142 of 412 ~ 34.47%
G 145 of 412 ~ 35.19%
B 125 of 412 ~ 30.34%

%34.47
%35.19
%30.34

CMYK color model

#8E917D color CMYK value is (2,0,14,43).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 43.14%
CMYK:
(2,0,14,43)
C2M0Y14K43 
(2%,0%,14%,43%)
(0.02/0.00/0.14/0.43)	

CMYK percentages

%2.07
%0
%13.79
%43.14

Codes

Color #8E917D in popluar color models

8E917D
RGB142145125
HSL69°8.33%52.94%
HSB/HSV69°13.79%56.86%
CMYK2.07%0.00%13.79%
43.14%

Color #8E917D in popluar number systems.

HEX8E917D
Decimal142145125
Binary10001110100100011111101
Octal216221175

Shades and tints

Shades of #8E917D

#8E917D
(142,145,125)
#828472
(130,132,114)
#767767
(118,119,103)
#6A6A5C
(106,106,92)
#5E5D51
(94,93,81)
#525046
(82,80,70)
#46433B
(70,67,59)
#3A3630
(58,54,48)
#2E2925
(46,41,37)
#221C1A
(34,28,26)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8E917D

#8E917D
(142,145,125)
#989B88
(152,155,136)
#A2A593
(162,165,147)
#ACAF9E
(172,175,158)
#B6B9A9
(182,185,169)
#C0C3B4
(192,195,180)
#CACDBF
(202,205,191)
#D4D7CA
(212,215,202)
#DEE1D5
(222,225,213)
#E8EBE0
(232,235,224)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E917D color. Also use rgb(142,145,125) instead hex code.

Text Font Color

.myTextColor { color: #8E917D; }

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

This text font color is #8E917D.


Background Color

.myBgColor { background-color: #8E917D; }

<div style="background-color:#8E917D">Inner text</div>

This div background color is #8E917D.


Border color

.myBorderColor { border: 1px solid #8E917D; }

<div style="border:3px solid #8E917D">Div</div>

This div border color is #8E917D.


Opacity

.myOpacity80 { color: #8E917D; opacity: 0.8; }

<p style="color:#8E917D;opacity:0.8;">80%</p>

Text with #8E917D 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 #8E917D;}

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

This text has shadow with #8E917D color.

.textShadow {text-shadow: 3px 3px 1px #8E917D, 3px 3px 1px red;}

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

This text has shadow with #8E917D primary color and red secondary color.


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

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

This text has shadow with #8E917D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E917D on black background.


Color preview on white background

This text has color #8E917D on white background.



Black color preview on #8E917D background

This text has black color on #8E917D background.


White color preview on #8E917D background

This text has white color on #8E917D background.