COLOR #8EB5AC

HEX: #8EB5AC
RGB: (142,181,172)

Color info

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

RGB color model

#8EB5AC color RGB value is (142,181,172).

  • red value is 142;
  • green value is 181;
  • blue value is 172.
RGB:
(142,181,172)
(56%,71%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 172 of 255 = 67%

142
181
172

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

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 172 = 495 (100%)
R 142 of 495 ~ 28.69%
G 181 of 495 ~ 36.57%
B 172 of 495 ~ 34.75%

%28.69
%36.57
%34.75

CMYK color model

#8EB5AC color CMYK value is (22,0,5,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(22,0,5,29)
C22M0Y5K29 
(22%,0%,5%,29%)
(0.22/0.00/0.05/0.29)	

CMYK percentages

%21.55
%0
%4.97
%29.02

Codes

Color #8EB5AC in popluar color models

8EB5AC
RGB142181172
HSL166°20.86%63.33%
HSB/HSV166°21.55%70.98%
CMYK21.55%0.00%4.97%
29.02%

Color #8EB5AC in popluar number systems.

HEX8EB5AC
Decimal142181172
Binary100011101011010110101100
Octal216265254

Shades and tints

Shades of #8EB5AC

#8EB5AC
(142,181,172)
#82A59D
(130,165,157)
#76958E
(118,149,142)
#6A857F
(106,133,127)
#5E7570
(94,117,112)
#526561
(82,101,97)
#465552
(70,85,82)
#3A4543
(58,69,67)
#2E3534
(46,53,52)
#222525
(34,37,37)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #8EB5AC

#8EB5AC
(142,181,172)
#98BBB3
(152,187,179)
#A2C1BA
(162,193,186)
#ACC7C1
(172,199,193)
#B6CDC8
(182,205,200)
#C0D3CF
(192,211,207)
#CAD9D6
(202,217,214)
#D4DFDD
(212,223,221)
#DEE5E4
(222,229,228)
#E8EBEB
(232,235,235)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB5AC color. Also use rgb(142,181,172) instead hex code.

Text Font Color

.myTextColor { color: #8EB5AC; }

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

This text font color is #8EB5AC.


Background Color

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

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

This div background color is #8EB5AC.


Border color

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

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

This div border color is #8EB5AC.


Opacity

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

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

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

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

This text has shadow with #8EB5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB5AC on black background.


Color preview on white background

This text has color #8EB5AC on white background.



Black color preview on #8EB5AC background

This text has black color on #8EB5AC background.


White color preview on #8EB5AC background

This text has white color on #8EB5AC background.