COLOR #8EB8AD

HEX: #8EB8AD RGB: (142,184,173)

Color info

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

RGB color model

#8EB8AD color RGB value is (142,184,173).

RGB: (142,184,173) (56%, 72%, 68%)

RGB channels and saturation

R 142 of 255 = 56%
G 184 of 255 = 72%
B 173 of 255 = 68%

142
184
173

R + G + B ~ 65%. #8EB8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 184 + 173 = 499 (100%)
R 142 of 499 ~ 28.46%
G 184 of 499 ~ 36.87%
B 173 of 499 ~ 34.67'%

%28.46
%36.87
%34.67

CMYK color model

#8EB8AD color CMYK value is (23,0,6,28).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 27.84%

CMYK: (23,0,6,28)
C23M0Y6K28 (23%, 0%, 6%, 28%)
(0.23 / 0.00 / 0.06 / 0.28)

CMYK percentages

%22.83
%0
%5.98
%27.84

Codes

Color #8EB8AD in popluar color models

8E B8 AD
RGB 142 184 173
HSL 164° 22.83% 63.92%
HSB/HSV 164° 22.83% 72.16%
CMYK 22.83% 0.00% 5.98%
27.84%

Color #8EB8AD in popluar number systems.

HEX 8E B8 AD
Decimal 142 184 173
Binary 10001110 10111000 10101101
Octal 216 270 255

Shades and tints

Shades of #8EB8AD

#8EB8AD
(142,184,173)
#82A89E
(130,168,158)
#76988F
(118,152,143)
#6A8880
(106,136,128)
#5E7871
(94,120,113)
#526862
(82,104,98)
#465853
(70,88,83)
#3A4844
(58,72,68)
#2E3835
(46,56,53)
#222826
(34,40,38)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #8EB8AD

#8EB8AD
(142,184,173)
#98BEB4
(152,190,180)
#A2C4BB
(162,196,187)
#ACCAC2
(172,202,194)
#B6D0C9
(182,208,201)
#C0D6D0
(192,214,208)
#CADCD7
(202,220,215)
#D4E2DE
(212,226,222)
#DEE8E5
(222,232,229)
#E8EEEC
(232,238,236)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB8AD color. Also use rgb(142,184,173) instead hex code.

Text Font Color

.myTextColor { color: #8EB8AD; }

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

This text font color is #8EB8AD.

Background Color

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

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

This div background color is #8EB8AD.

Border color

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

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

This div border color is #8EB8AD.

Opacity

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

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

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

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

This text has shadow with #8EB8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB8AD.

Preview

Color preview on black background

This text has color #8EB8AD on black background.


Color preview on white background

This text has color #8EB8AD on white background.


Black color preview on #8EB8AD background

This text has black color on #8EB8AD background.


White color preview on #8EB8AD background

This text has white color on #8EB8AD background.


Related colors

Complementary color

Complementary color for #hex is #714752.


I love getcolorcode.com

Triadic colors

1 #AD8EB8 and #B8AD8E with #8EB8AD are triadic colors.

2 #ADB88E and #B88EAD with #8EB8AD are triadic colors.