COLOR #8EAF9C

HEX: #8EAF9C
RGB: (142,175,156)

Color info

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

RGB color model

#8EAF9C color RGB value is (142,175,156).

  • red value is 142;
  • green value is 175;
  • blue value is 156.
RGB:
(142,175,156)
(56%,69%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 156 of 255 = 61%

142
175
156

R + G + B ~ 62%. #8EAF9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 156 = 473 (100%)
R 142 of 473 ~ 30.02%
G 175 of 473 ~ 37%
B 156 of 473 ~ 32.98%

%30.02
%37
%32.98

CMYK color model

#8EAF9C color CMYK value is (19,0,11,31).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 31.37%
CMYK:
(19,0,11,31)
C19M0Y11K31 
(19%,0%,11%,31%)
(0.19/0.00/0.11/0.31)	

CMYK percentages

%18.86
%0
%10.86
%31.37

Codes

Color #8EAF9C in popluar color models

8EAF9C
RGB142175156
HSL145°17.10%62.16%
HSB/HSV145°18.86%68.63%
CMYK18.86%0.00%10.86%
31.37%

Color #8EAF9C in popluar number systems.

HEX8EAF9C
Decimal142175156
Binary100011101010111110011100
Octal216257234

Shades and tints

Shades of #8EAF9C

#8EAF9C
(142,175,156)
#82A08E
(130,160,142)
#769180
(118,145,128)
#6A8272
(106,130,114)
#5E7364
(94,115,100)
#526456
(82,100,86)
#465548
(70,85,72)
#3A463A
(58,70,58)
#2E372C
(46,55,44)
#22281E
(34,40,30)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #8EAF9C

#8EAF9C
(142,175,156)
#98B6A5
(152,182,165)
#A2BDAE
(162,189,174)
#ACC4B7
(172,196,183)
#B6CBC0
(182,203,192)
#C0D2C9
(192,210,201)
#CAD9D2
(202,217,210)
#D4E0DB
(212,224,219)
#DEE7E4
(222,231,228)
#E8EEED
(232,238,237)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAF9C color. Also use rgb(142,175,156) instead hex code.

Text Font Color

.myTextColor { color: #8EAF9C; }

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

This text font color is #8EAF9C.


Background Color

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

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

This div background color is #8EAF9C.


Border color

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

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

This div border color is #8EAF9C.


Opacity

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

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

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

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

This text has shadow with #8EAF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAF9C on black background.


Color preview on white background

This text has color #8EAF9C on white background.



Black color preview on #8EAF9C background

This text has black color on #8EAF9C background.


White color preview on #8EAF9C background

This text has white color on #8EAF9C background.