COLOR #8EBDD7

HEX: #8EBDD7
RGB: (142,189,215)

Color info

#8EBDD7 contains mainly green and blue colors. Web safe color of #8EBDD7 is #99CCCC (or #9CC).

RGB color model

#8EBDD7 color RGB value is (142,189,215).

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

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 215 of 255 = 84%

142
189
215

R + G + B ~ 71%. #8EBDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 189 + 215 = 546 (100%)
R 142 of 546 ~ 26.01%
G 189 of 546 ~ 34.62%
B 215 of 546 ~ 39.38%

%26.01
%34.62
%39.38

CMYK color model

#8EBDD7 color CMYK value is (34,12,0,16).

  • cyan value is 33.95%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(34,12,0,16)
C34M12Y0K16 
(34%,12%,0%,16%)
(0.34/0.12/0.00/0.16)	

CMYK percentages

%33.95
%12.09
%0
%15.69

Codes

Color #8EBDD7 in popluar color models

8EBDD7
RGB142189215
HSL201°47.71%70.00%
HSB/HSV201°33.95%84.31%
CMYK33.95%12.09%0.00%
15.69%

Color #8EBDD7 in popluar number systems.

HEX8EBDD7
Decimal142189215
Binary100011101011110111010111
Octal216275327

Shades and tints

Shades of #8EBDD7

#8EBDD7
(142,189,215)
#82ACC4
(130,172,196)
#769BB1
(118,155,177)
#6A8A9E
(106,138,158)
#5E798B
(94,121,139)
#526878
(82,104,120)
#465765
(70,87,101)
#3A4652
(58,70,82)
#2E353F
(46,53,63)
#22242C
(34,36,44)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #8EBDD7

#8EBDD7
(142,189,215)
#98C3DA
(152,195,218)
#A2C9DD
(162,201,221)
#ACCFE0
(172,207,224)
#B6D5E3
(182,213,227)
#C0DBE6
(192,219,230)
#CAE1E9
(202,225,233)
#D4E7EC
(212,231,236)
#DEEDEF
(222,237,239)
#E8F3F2
(232,243,242)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBDD7; }

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

This text font color is #8EBDD7.


Background Color

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

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

This div background color is #8EBDD7.


Border color

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

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

This div border color is #8EBDD7.


Opacity

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

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

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

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

This text has shadow with #8EBDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBDD7 on black background.


Color preview on white background

This text has color #8EBDD7 on white background.



Black color preview on #8EBDD7 background

This text has black color on #8EBDD7 background.


White color preview on #8EBDD7 background

This text has white color on #8EBDD7 background.