COLOR #8EBDB5

HEX: #8EBDB5
RGB: (142,189,181)

Color info

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

RGB color model

#8EBDB5 color RGB value is (142,189,181).

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

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 181 of 255 = 71%

142
189
181

R + G + B ~ 67%. #8EBDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 189 + 181 = 512 (100%)
R 142 of 512 ~ 27.73%
G 189 of 512 ~ 36.91%
B 181 of 512 ~ 35.35%

%27.73
%36.91
%35.35

CMYK color model

#8EBDB5 color CMYK value is (25,0,4,26).

  • cyan value is 24.87%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK:
(25,0,4,26)
C25M0Y4K26 
(25%,0%,4%,26%)
(0.25/0.00/0.04/0.26)	

CMYK percentages

%24.87
%0
%4.23
%25.88

Codes

Color #8EBDB5 in popluar color models

8EBDB5
RGB142189181
HSL170°26.26%64.90%
HSB/HSV170°24.87%74.12%
CMYK24.87%0.00%4.23%
25.88%

Color #8EBDB5 in popluar number systems.

HEX8EBDB5
Decimal142189181
Binary100011101011110110110101
Octal216275265

Shades and tints

Shades of #8EBDB5

#8EBDB5
(142,189,181)
#82ACA5
(130,172,165)
#769B95
(118,155,149)
#6A8A85
(106,138,133)
#5E7975
(94,121,117)
#526865
(82,104,101)
#465755
(70,87,85)
#3A4645
(58,70,69)
#2E3535
(46,53,53)
#222425
(34,36,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #8EBDB5

#8EBDB5
(142,189,181)
#98C3BB
(152,195,187)
#A2C9C1
(162,201,193)
#ACCFC7
(172,207,199)
#B6D5CD
(182,213,205)
#C0DBD3
(192,219,211)
#CAE1D9
(202,225,217)
#D4E7DF
(212,231,223)
#DEEDE5
(222,237,229)
#E8F3EB
(232,243,235)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBDB5; }

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

This text font color is #8EBDB5.


Background Color

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

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

This div background color is #8EBDB5.


Border color

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

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

This div border color is #8EBDB5.


Opacity

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

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

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

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

This text has shadow with #8EBDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBDB5 on black background.


Color preview on white background

This text has color #8EBDB5 on white background.



Black color preview on #8EBDB5 background

This text has black color on #8EBDB5 background.


White color preview on #8EBDB5 background

This text has white color on #8EBDB5 background.