COLOR #8EAEB3

HEX: #8EAEB3 RGB: (142,174,179)

Color info

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

RGB color model

#8EAEB3 color RGB value is (142,174,179).

RGB: (142,174,179) (56%, 68%, 70%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 179 of 255 = 70%

142
174
179

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

Portions of RGB colors in percentages

R + G + B = 142 + 174 + 179 = 495 (100%)
R 142 of 495 ~ 28.69%
G 174 of 495 ~ 35.15%
B 179 of 495 ~ 36.16'%

%28.69
%35.15
%36.16

CMYK color model

#8EAEB3 color CMYK value is (21,3,0,30).

  • cyan value is 20.67%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (21,3,0,30)
C21M3Y0K30 (21%, 3%, 0%, 30%)
(0.21 / 0.03 / 0.00 / 0.30)

CMYK percentages

%20.67
%2.79
%0
%29.8

Codes

Color #8EAEB3 in popluar color models

8E AE B3
RGB 142 174 179
HSL 188° 19.58% 62.94%
HSB/HSV 188° 20.67% 70.20%
CMYK 20.67% 2.79% 0.00%
29.80%

Color #8EAEB3 in popluar number systems.

HEX 8E AE B3
Decimal 142 174 179
Binary 10001110 10101110 10110011
Octal 216 256 263

Shades and tints

Shades of #8EAEB3

#8EAEB3
(142,174,179)
#829FA3
(130,159,163)
#769093
(118,144,147)
#6A8183
(106,129,131)
#5E7273
(94,114,115)
#526363
(82,99,99)
#465453
(70,84,83)
#3A4543
(58,69,67)
#2E3633
(46,54,51)
#222723
(34,39,35)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #8EAEB3

#8EAEB3
(142,174,179)
#98B5B9
(152,181,185)
#A2BCBF
(162,188,191)
#ACC3C5
(172,195,197)
#B6CACB
(182,202,203)
#C0D1D1
(192,209,209)
#CAD8D7
(202,216,215)
#D4DFDD
(212,223,221)
#DEE6E3
(222,230,227)
#E8EDE9
(232,237,233)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAEB3 color. Also use rgb(142,174,179) instead hex code.

Text Font Color

.myTextColor { color: #8EAEB3; }

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

This text font color is #8EAEB3.

Background Color

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

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

This div background color is #8EAEB3.

Border color

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

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

This div border color is #8EAEB3.

Opacity

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

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

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

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

This text has shadow with #8EAEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAEB3.

Preview

Color preview on black background

This text has color #8EAEB3 on black background.


Color preview on white background

This text has color #8EAEB3 on white background.


Black color preview on #8EAEB3 background

This text has black color on #8EAEB3 background.


White color preview on #8EAEB3 background

This text has white color on #8EAEB3 background.


Related colors

Complementary color

Complementary color for #hex is #71514C.


I love getcolorcode.com

Triadic colors

1 #B38EAE and #AEB38E with #8EAEB3 are triadic colors.

2 #B3AE8E and #AE8EB3 with #8EAEB3 are triadic colors.