COLOR #8EBBEA

HEX: #8EBBEA
RGB: (142,187,234)

Color info

#8EBBEA contains mainly green and blue colors. Web safe color of #8EBBEA is #99CCFF (or #9CF).

RGB color model

#8EBBEA color RGB value is (142,187,234).

  • red value is 142;
  • green value is 187;
  • blue value is 234.
RGB:
(142,187,234)
(56%,73%,92%)

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 234 of 255 = 92%

142
187
234

R + G + B ~ 74%. #8EBBEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 234 = 563 (100%)
R 142 of 563 ~ 25.22%
G 187 of 563 ~ 33.21%
B 234 of 563 ~ 41.56%

%25.22
%33.21
%41.56

CMYK color model

#8EBBEA color CMYK value is (39,20,0,8).

  • cyan value is 39.32%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(39,20,0,8)
C39M20Y0K8 
(39%,20%,0%,8%)
(0.39/0.20/0.00/0.08)	

CMYK percentages

%39.32
%20.09
%0
%8.24

Codes

Color #8EBBEA in popluar color models

8EBBEA
RGB142187234
HSL211°68.66%73.73%
HSB/HSV211°39.32%91.76%
CMYK39.32%20.09%0.00%
8.24%

Color #8EBBEA in popluar number systems.

HEX8EBBEA
Decimal142187234
Binary100011101011101111101010
Octal216273352

Shades and tints

Shades of #8EBBEA

#8EBBEA
(142,187,234)
#82AAD5
(130,170,213)
#7699C0
(118,153,192)
#6A88AB
(106,136,171)
#5E7796
(94,119,150)
#526681
(82,102,129)
#46556C
(70,85,108)
#3A4457
(58,68,87)
#2E3342
(46,51,66)
#22222D
(34,34,45)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #8EBBEA

#8EBBEA
(142,187,234)
#98C1EB
(152,193,235)
#A2C7EC
(162,199,236)
#ACCDED
(172,205,237)
#B6D3EE
(182,211,238)
#C0D9EF
(192,217,239)
#CADFF0
(202,223,240)
#D4E5F1
(212,229,241)
#DEEBF2
(222,235,242)
#E8F1F3
(232,241,243)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBBEA color. Also use rgb(142,187,234) instead hex code.

Text Font Color

.myTextColor { color: #8EBBEA; }

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

This text font color is #8EBBEA.


Background Color

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

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

This div background color is #8EBBEA.


Border color

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

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

This div border color is #8EBBEA.


Opacity

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

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

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

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

This text has shadow with #8EBBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBBEA on black background.


Color preview on white background

This text has color #8EBBEA on white background.



Black color preview on #8EBBEA background

This text has black color on #8EBBEA background.


White color preview on #8EBBEA background

This text has white color on #8EBBEA background.