COLOR #8BAEDB

HEX: #8BAEDB RGB: (139,174,219)

Color info

#8BAEDB contains mainly green and blue colors. Web safe color of #8BAEDB is #9999CC (or #99C).

RGB color model

#8BAEDB color RGB value is (139,174,219).

RGB: (139,174,219) (55%, 68%, 86%)

RGB channels and saturation

R 139 of 255 = 55%
G 174 of 255 = 68%
B 219 of 255 = 86%

139
174
219

R + G + B ~ 70%. #8BAEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 174 + 219 = 532 (100%)
R 139 of 532 ~ 26.13%
G 174 of 532 ~ 32.71%
B 219 of 532 ~ 41.17'%

%26.13
%32.71
%41.17

CMYK color model

#8BAEDB color CMYK value is (37,21,0,14).

  • cyan value is 36.53%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (37,21,0,14)
C37M21Y0K14 (37%, 21%, 0%, 14%)
(0.37 / 0.21 / 0.00 / 0.14)

CMYK percentages

%36.53
%20.55
%0
%14.12

Codes

Color #8BAEDB in popluar color models

8B AE DB
RGB 139 174 219
HSL 214° 52.63% 70.20%
HSB/HSV 214° 36.53% 85.88%
CMYK 36.53% 20.55% 0.00%
14.12%

Color #8BAEDB in popluar number systems.

HEX 8B AE DB
Decimal 139 174 219
Binary 10001011 10101110 11011011
Octal 213 256 333

Shades and tints

Shades of #8BAEDB

#8BAEDB
(139,174,219)
#7F9FC8
(127,159,200)
#7390B5
(115,144,181)
#6781A2
(103,129,162)
#5B728F
(91,114,143)
#4F637C
(79,99,124)
#435469
(67,84,105)
#374556
(55,69,86)
#2B3643
(43,54,67)
#1F2730
(31,39,48)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #8BAEDB

#8BAEDB
(139,174,219)
#95B5DE
(149,181,222)
#9FBCE1
(159,188,225)
#A9C3E4
(169,195,228)
#B3CAE7
(179,202,231)
#BDD1EA
(189,209,234)
#C7D8ED
(199,216,237)
#D1DFF0
(209,223,240)
#DBE6F3
(219,230,243)
#E5EDF6
(229,237,246)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAEDB; }

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

This text font color is #8BAEDB.

Background Color

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

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

This div background color is #8BAEDB.

Border color

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

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

This div border color is #8BAEDB.

Opacity

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

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

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

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

This text has shadow with #8BAEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAEDB.

Preview

Color preview on black background

This text has color #8BAEDB on black background.


Color preview on white background

This text has color #8BAEDB on white background.


Black color preview on #8BAEDB background

This text has black color on #8BAEDB background.


White color preview on #8BAEDB background

This text has white color on #8BAEDB background.


Related colors

Complementary color

Complementary color for #hex is #745124.


I love getcolorcode.com

Triadic colors

1 #DB8BAE and #AEDB8B with #8BAEDB are triadic colors.

2 #DBAE8B and #AE8BDB with #8BAEDB are triadic colors.