COLOR #8BCDE4

HEX: #8BCDE4
RGB: (139,205,228)

Color info

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

RGB color model

#8BCDE4 color RGB value is (139,205,228).

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

RGB channels and saturation

R 139 of 255 = 55%
G 205 of 255 = 80%
B 228 of 255 = 89%

139
205
228

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

Portions of RGB colors in percentages

R + G + B =
139 + 205 + 228 = 572 (100%)
R 139 of 572 ~ 24.3%
G 205 of 572 ~ 35.84%
B 228 of 572 ~ 39.86%

%24.3
%35.84
%39.86

CMYK color model

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

  • cyan value is 39.04%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(39,10,0,11)
C39M10Y0K11 
(39%,10%,0%,11%)
(0.39/0.10/0.00/0.11)	

CMYK percentages

%39.04
%10.09
%0
%10.59

Codes

Color #8BCDE4 in popluar color models

8BCDE4
RGB139205228
HSL196°62.24%71.96%
HSB/HSV196°39.04%89.41%
CMYK39.04%10.09%0.00%
10.59%

Color #8BCDE4 in popluar number systems.

HEX8BCDE4
Decimal139205228
Binary100010111100110111100100
Octal213315344

Shades and tints

Shades of #8BCDE4

#8BCDE4
(139,205,228)
#7FBBD0
(127,187,208)
#73A9BC
(115,169,188)
#6797A8
(103,151,168)
#5B8594
(91,133,148)
#4F7380
(79,115,128)
#43616C
(67,97,108)
#374F58
(55,79,88)
#2B3D44
(43,61,68)
#1F2B30
(31,43,48)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #8BCDE4

#8BCDE4
(139,205,228)
#95D1E6
(149,209,230)
#9FD5E8
(159,213,232)
#A9D9EA
(169,217,234)
#B3DDEC
(179,221,236)
#BDE1EE
(189,225,238)
#C7E5F0
(199,229,240)
#D1E9F2
(209,233,242)
#DBEDF4
(219,237,244)
#E5F1F6
(229,241,246)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BCDE4; }

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

This text font color is #8BCDE4.


Background Color

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

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

This div background color is #8BCDE4.


Border color

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

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

This div border color is #8BCDE4.


Opacity

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

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

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

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

This text has shadow with #8BCDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCDE4 on black background.


Color preview on white background

This text has color #8BCDE4 on white background.



Black color preview on #8BCDE4 background

This text has black color on #8BCDE4 background.


White color preview on #8BCDE4 background

This text has white color on #8BCDE4 background.