COLOR #8BD1E4

HEX: #8BD1E4
RGB: (139,209,228)

Color info

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

RGB color model

#8BD1E4 color RGB value is (139,209,228).

  • red value is 139;
  • green value is 209;
  • blue value is 228.
RGB:
(139,209,228)
(55%,82%,89%)

RGB channels and saturation

R 139 of 255 = 55%
G 209 of 255 = 82%
B 228 of 255 = 89%

139
209
228

R + G + B ~ 75%. #8BD1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 209 + 228 = 576 (100%)
R 139 of 576 ~ 24.13%
G 209 of 576 ~ 36.28%
B 228 of 576 ~ 39.58%

%24.13
%36.28
%39.58

CMYK color model

#8BD1E4 color CMYK value is (39,8,0,11).

  • cyan value is 39.04%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(39,8,0,11)
C39M8Y0K11 
(39%,8%,0%,11%)
(0.39/0.08/0.00/0.11)	

CMYK percentages

%39.04
%8.33
%0
%10.59

Codes

Color #8BD1E4 in popluar color models

8BD1E4
RGB139209228
HSL193°62.24%71.96%
HSB/HSV193°39.04%89.41%
CMYK39.04%8.33%0.00%
10.59%

Color #8BD1E4 in popluar number systems.

HEX8BD1E4
Decimal139209228
Binary100010111101000111100100
Octal213321344

Shades and tints

Shades of #8BD1E4

#8BD1E4
(139,209,228)
#7FBED0
(127,190,208)
#73ABBC
(115,171,188)
#6798A8
(103,152,168)
#5B8594
(91,133,148)
#4F7280
(79,114,128)
#435F6C
(67,95,108)
#374C58
(55,76,88)
#2B3944
(43,57,68)
#1F2630
(31,38,48)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #8BD1E4

#8BD1E4
(139,209,228)
#95D5E6
(149,213,230)
#9FD9E8
(159,217,232)
#A9DDEA
(169,221,234)
#B3E1EC
(179,225,236)
#BDE5EE
(189,229,238)
#C7E9F0
(199,233,240)
#D1EDF2
(209,237,242)
#DBF1F4
(219,241,244)
#E5F5F6
(229,245,246)
#EFF9F8
(239,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD1E4 color. Also use rgb(139,209,228) instead hex code.

Text Font Color

.myTextColor { color: #8BD1E4; }

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

This text font color is #8BD1E4.


Background Color

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

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

This div background color is #8BD1E4.


Border color

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

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

This div border color is #8BD1E4.


Opacity

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

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

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

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

This text has shadow with #8BD1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD1E4 on black background.


Color preview on white background

This text has color #8BD1E4 on white background.



Black color preview on #8BD1E4 background

This text has black color on #8BD1E4 background.


White color preview on #8BD1E4 background

This text has white color on #8BD1E4 background.