COLOR #8EB1B8

HEX: #8EB1B8
RGB: (142,177,184)

Color info

#8EB1B8 contains red, green and blue colors in about the same proportion. Web safe color of #8EB1B8 is #9999CC (or #99C).

RGB color model

#8EB1B8 color RGB value is (142,177,184).

  • red value is 142;
  • green value is 177;
  • blue value is 184.
RGB:
(142,177,184)
(56%,69%,72%)

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 184 of 255 = 72%

142
177
184

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 184 = 503 (100%)
R 142 of 503 ~ 28.23%
G 177 of 503 ~ 35.19%
B 184 of 503 ~ 36.58%

%28.23
%35.19
%36.58

CMYK color model

#8EB1B8 color CMYK value is (23,4,0,28).

  • cyan value is 22.83%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(23,4,0,28)
C23M4Y0K28 
(23%,4%,0%,28%)
(0.23/0.04/0.00/0.28)	

CMYK percentages

%22.83
%3.8
%0
%27.84

Codes

Color #8EB1B8 in popluar color models

8EB1B8
RGB142177184
HSL190°22.83%63.92%
HSB/HSV190°22.83%72.16%
CMYK22.83%3.80%0.00%
27.84%

Color #8EB1B8 in popluar number systems.

HEX8EB1B8
Decimal142177184
Binary100011101011000110111000
Octal216261270

Shades and tints

Shades of #8EB1B8

#8EB1B8
(142,177,184)
#82A1A8
(130,161,168)
#769198
(118,145,152)
#6A8188
(106,129,136)
#5E7178
(94,113,120)
#526168
(82,97,104)
#465158
(70,81,88)
#3A4148
(58,65,72)
#2E3138
(46,49,56)
#222128
(34,33,40)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #8EB1B8

#8EB1B8
(142,177,184)
#98B8BE
(152,184,190)
#A2BFC4
(162,191,196)
#ACC6CA
(172,198,202)
#B6CDD0
(182,205,208)
#C0D4D6
(192,212,214)
#CADBDC
(202,219,220)
#D4E2E2
(212,226,226)
#DEE9E8
(222,233,232)
#E8F0EE
(232,240,238)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB1B8; }

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

This text font color is #8EB1B8.


Background Color

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

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

This div background color is #8EB1B8.


Border color

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

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

This div border color is #8EB1B8.


Opacity

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

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

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

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

This text has shadow with #8EB1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB1B8 on black background.


Color preview on white background

This text has color #8EB1B8 on white background.



Black color preview on #8EB1B8 background

This text has black color on #8EB1B8 background.


White color preview on #8EB1B8 background

This text has white color on #8EB1B8 background.