COLOR #8BADE7

HEX: #8BADE7 RGB: (139,173,231)

Color info

#8BADE7 contains mainly green and blue colors. Web safe color of #8BADE7 is #9999FF (or #99F).

RGB color model

#8BADE7 color RGB value is (139,173,231).

RGB: (139,173,231) (55%, 68%, 91%)

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 231 of 255 = 91%

139
173
231

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

Portions of RGB colors in percentages

R + G + B = 139 + 173 + 231 = 543 (100%)
R 139 of 543 ~ 25.6%
G 173 of 543 ~ 31.86%
B 231 of 543 ~ 42.54'%

%25.6
%31.86
%42.54

CMYK color model

#8BADE7 color CMYK value is (40,25,0,9).

  • cyan value is 39.83%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (40,25,0,9)
C40M25Y0K9 (40%, 25%, 0%, 9%)
(0.40 / 0.25 / 0.00 / 0.09)

CMYK percentages

%39.83
%25.11
%0
%9.41

Codes

Color #8BADE7 in popluar color models

8B AD E7
RGB 139 173 231
HSL 218° 65.71% 72.55%
HSB/HSV 218° 39.83% 90.59%
CMYK 39.83% 25.11% 0.00%
9.41%

Color #8BADE7 in popluar number systems.

HEX 8B AD E7
Decimal 139 173 231
Binary 10001011 10101101 11100111
Octal 213 255 347

Shades and tints

Shades of #8BADE7

#8BADE7
(139,173,231)
#7F9ED2
(127,158,210)
#738FBD
(115,143,189)
#6780A8
(103,128,168)
#5B7193
(91,113,147)
#4F627E
(79,98,126)
#435369
(67,83,105)
#374454
(55,68,84)
#2B353F
(43,53,63)
#1F262A
(31,38,42)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #8BADE7

#8BADE7
(139,173,231)
#95B4E9
(149,180,233)
#9FBBEB
(159,187,235)
#A9C2ED
(169,194,237)
#B3C9EF
(179,201,239)
#BDD0F1
(189,208,241)
#C7D7F3
(199,215,243)
#D1DEF5
(209,222,245)
#DBE5F7
(219,229,247)
#E5ECF9
(229,236,249)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BADE7; }

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

This text font color is #8BADE7.

Background Color

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

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

This div background color is #8BADE7.

Border color

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

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

This div border color is #8BADE7.

Opacity

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

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

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

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

This text has shadow with #8BADE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BADE7.

Preview

Color preview on black background

This text has color #8BADE7 on black background.


Color preview on white background

This text has color #8BADE7 on white background.


Black color preview on #8BADE7 background

This text has black color on #8BADE7 background.


White color preview on #8BADE7 background

This text has white color on #8BADE7 background.


Related colors

Complementary color

Complementary color for #hex is #745218.


I love getcolorcode.com

Triadic colors

1 #E78BAD and #ADE78B with #8BADE7 are triadic colors.

2 #E7AD8B and #AD8BE7 with #8BADE7 are triadic colors.