COLOR #8EB7AD

HEX: #8EB7AD RGB: (142,183,173)

Color info

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

RGB color model

#8EB7AD color RGB value is (142,183,173).

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

RGB channels and saturation

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

142
183
173

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

Portions of RGB colors in percentages

R + G + B = 142 + 183 + 173 = 498 (100%)
R 142 of 498 ~ 28.51%
G 183 of 498 ~ 36.75%
B 173 of 498 ~ 34.74'%

%28.51
%36.75
%34.74

CMYK color model

#8EB7AD color CMYK value is (22,0,5,28).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%

CMYK: (22,0,5,28)
C22M0Y5K28 (22%, 0%, 5%, 28%)
(0.22 / 0.00 / 0.05 / 0.28)

CMYK percentages

%22.4
%0
%5.46
%28.24

Codes

Color #8EB7AD in popluar color models

8E B7 AD
RGB 142 183 173
HSL 165° 22.16% 63.73%
HSB/HSV 165° 22.40% 71.76%
CMYK 22.40% 0.00% 5.46%
28.24%

Color #8EB7AD in popluar number systems.

HEX 8E B7 AD
Decimal 142 183 173
Binary 10001110 10110111 10101101
Octal 216 267 255

Shades and tints

Shades of #8EB7AD

#8EB7AD
(142,183,173)
#82A79E
(130,167,158)
#76978F
(118,151,143)
#6A8780
(106,135,128)
#5E7771
(94,119,113)
#526762
(82,103,98)
#465753
(70,87,83)
#3A4744
(58,71,68)
#2E3735
(46,55,53)
#222726
(34,39,38)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #8EB7AD

#8EB7AD
(142,183,173)
#98BDB4
(152,189,180)
#A2C3BB
(162,195,187)
#ACC9C2
(172,201,194)
#B6CFC9
(182,207,201)
#C0D5D0
(192,213,208)
#CADBD7
(202,219,215)
#D4E1DE
(212,225,222)
#DEE7E5
(222,231,229)
#E8EDEC
(232,237,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB7AD; }

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

This text font color is #8EB7AD.

Background Color

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

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

This div background color is #8EB7AD.

Border color

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

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

This div border color is #8EB7AD.

Opacity

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

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

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

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

This text has shadow with #8EB7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB7AD.

Preview

Color preview on black background

This text has color #8EB7AD on black background.


Color preview on white background

This text has color #8EB7AD on white background.


Black color preview on #8EB7AD background

This text has black color on #8EB7AD background.


White color preview on #8EB7AD background

This text has white color on #8EB7AD background.


Related colors

Complementary color

Complementary color for #hex is #714852.


I love getcolorcode.com

Triadic colors

1 #AD8EB7 and #B7AD8E with #8EB7AD are triadic colors.

2 #ADB78E and #B78EAD with #8EB7AD are triadic colors.