COLOR #8BADE4

HEX: #8BADE4 RGB: (139,173,228)

Color info

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

RGB color model

#8BADE4 color RGB value is (139,173,228).

RGB: (139,173,228) (55%, 68%, 89%)

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 228 of 255 = 89%

139
173
228

R + G + B ~ 71%. #8BADE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 173 + 228 = 540 (100%)
R 139 of 540 ~ 25.74%
G 173 of 540 ~ 32.04%
B 228 of 540 ~ 42.22'%

%25.74
%32.04
%42.22

CMYK color model

#8BADE4 color CMYK value is (39,24,0,11).

  • cyan value is 39.04%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (39,24,0,11)
C39M24Y0K11 (39%, 24%, 0%, 11%)
(0.39 / 0.24 / 0.00 / 0.11)

CMYK percentages

%39.04
%24.12
%0
%10.59

Codes

Color #8BADE4 in popluar color models

8B AD E4
RGB 139 173 228
HSL 217° 62.24% 71.96%
HSB/HSV 217° 39.04% 89.41%
CMYK 39.04% 24.12% 0.00%
10.59%

Color #8BADE4 in popluar number systems.

HEX 8B AD E4
Decimal 139 173 228
Binary 10001011 10101101 11100100
Octal 213 255 344

Shades and tints

Shades of #8BADE4

#8BADE4
(139,173,228)
#7F9ED0
(127,158,208)
#738FBC
(115,143,188)
#6780A8
(103,128,168)
#5B7194
(91,113,148)
#4F6280
(79,98,128)
#43536C
(67,83,108)
#374458
(55,68,88)
#2B3544
(43,53,68)
#1F2630
(31,38,48)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #8BADE4

#8BADE4
(139,173,228)
#95B4E6
(149,180,230)
#9FBBE8
(159,187,232)
#A9C2EA
(169,194,234)
#B3C9EC
(179,201,236)
#BDD0EE
(189,208,238)
#C7D7F0
(199,215,240)
#D1DEF2
(209,222,242)
#DBE5F4
(219,229,244)
#E5ECF6
(229,236,246)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BADE4; }

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

This text font color is #8BADE4.

Background Color

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

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

This div background color is #8BADE4.

Border color

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

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

This div border color is #8BADE4.

Opacity

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

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

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

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

This text has shadow with #8BADE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BADE4.

Preview

Color preview on black background

This text has color #8BADE4 on black background.


Color preview on white background

This text has color #8BADE4 on white background.


Black color preview on #8BADE4 background

This text has black color on #8BADE4 background.


White color preview on #8BADE4 background

This text has white color on #8BADE4 background.


Related colors

Complementary color

Complementary color for #hex is #74521B.


I love getcolorcode.com

Triadic colors

1 #E48BAD and #ADE48B with #8BADE4 are triadic colors.

2 #E4AD8B and #AD8BE4 with #8BADE4 are triadic colors.