COLOR #8BC4DB

HEX: #8BC4DB
RGB: (139,196,219)

Color info

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

RGB color model

#8BC4DB color RGB value is (139,196,219).

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

RGB channels and saturation

R 139 of 255 = 55%
G 196 of 255 = 77%
B 219 of 255 = 86%

139
196
219

R + G + B ~ 73%. #8BC4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 196 + 219 = 554 (100%)
R 139 of 554 ~ 25.09%
G 196 of 554 ~ 35.38%
B 219 of 554 ~ 39.53%

%25.09
%35.38
%39.53

CMYK color model

#8BC4DB color CMYK value is (37,11,0,14).

  • cyan value is 36.53%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,11,0,14)
C37M11Y0K14 
(37%,11%,0%,14%)
(0.37/0.11/0.00/0.14)	

CMYK percentages

%36.53
%10.5
%0
%14.12

Codes

Color #8BC4DB in popluar color models

8BC4DB
RGB139196219
HSL197°52.63%70.20%
HSB/HSV197°36.53%85.88%
CMYK36.53%10.50%0.00%
14.12%

Color #8BC4DB in popluar number systems.

HEX8BC4DB
Decimal139196219
Binary100010111100010011011011
Octal213304333

Shades and tints

Shades of #8BC4DB

#8BC4DB
(139,196,219)
#7FB3C8
(127,179,200)
#73A2B5
(115,162,181)
#6791A2
(103,145,162)
#5B808F
(91,128,143)
#4F6F7C
(79,111,124)
#435E69
(67,94,105)
#374D56
(55,77,86)
#2B3C43
(43,60,67)
#1F2B30
(31,43,48)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #8BC4DB

#8BC4DB
(139,196,219)
#95C9DE
(149,201,222)
#9FCEE1
(159,206,225)
#A9D3E4
(169,211,228)
#B3D8E7
(179,216,231)
#BDDDEA
(189,221,234)
#C7E2ED
(199,226,237)
#D1E7F0
(209,231,240)
#DBECF3
(219,236,243)
#E5F1F6
(229,241,246)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC4DB; }

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

This text font color is #8BC4DB.


Background Color

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

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

This div background color is #8BC4DB.


Border color

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

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

This div border color is #8BC4DB.


Opacity

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

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

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

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

This text has shadow with #8BC4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC4DB on black background.


Color preview on white background

This text has color #8BC4DB on white background.



Black color preview on #8BC4DB background

This text has black color on #8BC4DB background.


White color preview on #8BC4DB background

This text has white color on #8BC4DB background.