COLOR #8BD9E0

HEX: #8BD9E0
RGB: (139,217,224)

Color info

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

RGB color model

#8BD9E0 color RGB value is (139,217,224).

  • red value is 139;
  • green value is 217;
  • blue value is 224.
RGB:
(139,217,224)
(55%,85%,88%)

RGB channels and saturation

R 139 of 255 = 55%
G 217 of 255 = 85%
B 224 of 255 = 88%

139
217
224

R + G + B ~ 76%. #8BD9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 217 + 224 = 580 (100%)
R 139 of 580 ~ 23.97%
G 217 of 580 ~ 37.41%
B 224 of 580 ~ 38.62%

%23.97
%37.41
%38.62

CMYK color model

#8BD9E0 color CMYK value is (38,3,0,12).

  • cyan value is 37.95%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,3,0,12)
C38M3Y0K12 
(38%,3%,0%,12%)
(0.38/0.03/0.00/0.12)	

CMYK percentages

%37.95
%3.13
%0
%12.16

Codes

Color #8BD9E0 in popluar color models

8BD9E0
RGB139217224
HSL185°57.82%71.18%
HSB/HSV185°37.95%87.84%
CMYK37.95%3.13%0.00%
12.16%

Color #8BD9E0 in popluar number systems.

HEX8BD9E0
Decimal139217224
Binary100010111101100111100000
Octal213331340

Shades and tints

Shades of #8BD9E0

#8BD9E0
(139,217,224)
#7FC6CC
(127,198,204)
#73B3B8
(115,179,184)
#67A0A4
(103,160,164)
#5B8D90
(91,141,144)
#4F7A7C
(79,122,124)
#436768
(67,103,104)
#375454
(55,84,84)
#2B4140
(43,65,64)
#1F2E2C
(31,46,44)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #8BD9E0

#8BD9E0
(139,217,224)
#95DCE2
(149,220,226)
#9FDFE4
(159,223,228)
#A9E2E6
(169,226,230)
#B3E5E8
(179,229,232)
#BDE8EA
(189,232,234)
#C7EBEC
(199,235,236)
#D1EEEE
(209,238,238)
#DBF1F0
(219,241,240)
#E5F4F2
(229,244,242)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD9E0 color. Also use rgb(139,217,224) instead hex code.

Text Font Color

.myTextColor { color: #8BD9E0; }

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

This text font color is #8BD9E0.


Background Color

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

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

This div background color is #8BD9E0.


Border color

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

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

This div border color is #8BD9E0.


Opacity

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

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

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

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

This text has shadow with #8BD9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD9E0 on black background.


Color preview on white background

This text has color #8BD9E0 on white background.



Black color preview on #8BD9E0 background

This text has black color on #8BD9E0 background.


White color preview on #8BD9E0 background

This text has white color on #8BD9E0 background.