COLOR #8BDBE0

HEX: #8BDBE0
RGB: (139,219,224)

Color info

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

RGB color model

#8BDBE0 color RGB value is (139,219,224).

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

RGB channels and saturation

R 139 of 255 = 55%
G 219 of 255 = 86%
B 224 of 255 = 88%

139
219
224

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

Portions of RGB colors in percentages

R + G + B =
139 + 219 + 224 = 582 (100%)
R 139 of 582 ~ 23.88%
G 219 of 582 ~ 37.63%
B 224 of 582 ~ 38.49%

%23.88
%37.63
%38.49

CMYK color model

#8BDBE0 color CMYK value is (38,2,0,12).

  • cyan value is 37.95%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,2,0,12)
C38M2Y0K12 
(38%,2%,0%,12%)
(0.38/0.02/0.00/0.12)	

CMYK percentages

%37.95
%2.23
%0
%12.16

Codes

Color #8BDBE0 in popluar color models

8BDBE0
RGB139219224
HSL184°57.82%71.18%
HSB/HSV184°37.95%87.84%
CMYK37.95%2.23%0.00%
12.16%

Color #8BDBE0 in popluar number systems.

HEX8BDBE0
Decimal139219224
Binary100010111101101111100000
Octal213333340

Shades and tints

Shades of #8BDBE0

#8BDBE0
(139,219,224)
#7FC8CC
(127,200,204)
#73B5B8
(115,181,184)
#67A2A4
(103,162,164)
#5B8F90
(91,143,144)
#4F7C7C
(79,124,124)
#436968
(67,105,104)
#375654
(55,86,84)
#2B4340
(43,67,64)
#1F302C
(31,48,44)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #8BDBE0

#8BDBE0
(139,219,224)
#95DEE2
(149,222,226)
#9FE1E4
(159,225,228)
#A9E4E6
(169,228,230)
#B3E7E8
(179,231,232)
#BDEAEA
(189,234,234)
#C7EDEC
(199,237,236)
#D1F0EE
(209,240,238)
#DBF3F0
(219,243,240)
#E5F6F2
(229,246,242)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BDBE0; }

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

This text font color is #8BDBE0.


Background Color

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

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

This div background color is #8BDBE0.


Border color

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

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

This div border color is #8BDBE0.


Opacity

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

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

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

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

This text has shadow with #8BDBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BDBE0 on black background.


Color preview on white background

This text has color #8BDBE0 on white background.



Black color preview on #8BDBE0 background

This text has black color on #8BDBE0 background.


White color preview on #8BDBE0 background

This text has white color on #8BDBE0 background.