COLOR #8EB9AF

HEX: #8EB9AF RGB: (142,185,175)

Color info

#8EB9AF contains red, green and blue colors in about the same proportion. Web safe color of #8EB9AF is #99CC99 (or #9C9).

RGB color model

#8EB9AF color RGB value is (142,185,175).

RGB: (142,185,175) (56%, 73%, 69%)

RGB channels and saturation

R 142 of 255 = 56%
G 185 of 255 = 73%
B 175 of 255 = 69%

142
185
175

R + G + B ~ 66%. #8EB9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 185 + 175 = 502 (100%)
R 142 of 502 ~ 28.29%
G 185 of 502 ~ 36.85%
B 175 of 502 ~ 34.86'%

%28.29
%36.85
%34.86

CMYK color model

#8EB9AF color CMYK value is (23,0,5,27).

  • cyan value is 23.24%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK: (23,0,5,27) C23M0Y5K27 (23%,0%,5%,27%) (0.23/0.00/0.05/0.27) 

CMYK percentages

%23.24
%0
%5.41
%27.45

Codes

Color #8EB9AF in popluar color models

8E B9 AF
RGB 142 185 175
HSL 166° 23.50% 64.12%
HSB/HSV 166° 23.24% 72.55%
CMYK 23.24% 0.00% 5.41%
27.45%

Color #8EB9AF in popluar number systems.

HEX 8E B9 AF
Decimal 142 185 175
Binary 10001110 10111001 10101111
Octal 216 271 257

Shades and tints

Shades of #8EB9AF

#8EB9AF
(142,185,175)
#82A9A0
(130,169,160)
#769991
(118,153,145)
#6A8982
(106,137,130)
#5E7973
(94,121,115)
#526964
(82,105,100)
#465955
(70,89,85)
#3A4946
(58,73,70)
#2E3937
(46,57,55)
#222928
(34,41,40)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #8EB9AF

#8EB9AF
(142,185,175)
#98BFB6
(152,191,182)
#A2C5BD
(162,197,189)
#ACCBC4
(172,203,196)
#B6D1CB
(182,209,203)
#C0D7D2
(192,215,210)
#CADDD9
(202,221,217)
#D4E3E0
(212,227,224)
#DEE9E7
(222,233,231)
#E8EFEE
(232,239,238)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB9AF; }

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

This text font color is #8EB9AF.

Background Color

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

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

This div background color is #8EB9AF.

Border color

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

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

This div border color is #8EB9AF.

Opacity

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

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

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

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

This text has shadow with #8EB9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB9AF.

Preview

Color preview on black background

This text has color #8EB9AF on black background.


Color preview on white background

This text has color #8EB9AF on white background.


Black color preview on #8EB9AF background

This text has black color on #8EB9AF background.


White color preview on #8EB9AF background

This text has white color on #8EB9AF background.


Related colors

Complementary color

Complementary color for #hex is #714650.


I love getcolorcode.com

Triadic colors

1 #AF8EB9 and #B9AF8E with #8EB9AF are triadic colors.

2 #AFB98E and #B98EAF with #8EB9AF are triadic colors.