COLOR #8BB4EA

HEX: #8BB4EA RGB: (139,180,234)

Color info

#8BB4EA contains mainly green and blue colors. Web safe color of #8BB4EA is #99CCFF (or #9CF).

RGB color model

#8BB4EA color RGB value is (139,180,234).

RGB: (139,180,234) (55%, 71%, 92%)

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 234 of 255 = 92%

139
180
234

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

Portions of RGB colors in percentages

R + G + B = 139 + 180 + 234 = 553 (100%)
R 139 of 553 ~ 25.14%
G 180 of 553 ~ 32.55%
B 234 of 553 ~ 42.31'%

%25.14
%32.55
%42.31

CMYK color model

#8BB4EA color CMYK value is (41,23,0,8).

  • cyan value is 40.60%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (41,23,0,8) C41M23Y0K8 (41%,23%,0%,8%) (0.41/0.23/0.00/0.08) 

CMYK percentages

%40.6
%23.08
%0
%8.24

Codes

Color #8BB4EA in popluar color models

8B B4 EA
RGB 139 180 234
HSL 214° 69.34% 73.14%
HSB/HSV 214° 40.60% 91.76%
CMYK 40.60% 23.08% 0.00%
8.24%

Color #8BB4EA in popluar number systems.

HEX 8B B4 EA
Decimal 139 180 234
Binary 10001011 10110100 11101010
Octal 213 264 352

Shades and tints

Shades of #8BB4EA

#8BB4EA
(139,180,234)
#7FA4D5
(127,164,213)
#7394C0
(115,148,192)
#6784AB
(103,132,171)
#5B7496
(91,116,150)
#4F6481
(79,100,129)
#43546C
(67,84,108)
#374457
(55,68,87)
#2B3442
(43,52,66)
#1F242D
(31,36,45)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #8BB4EA

#8BB4EA
(139,180,234)
#95BAEB
(149,186,235)
#9FC0EC
(159,192,236)
#A9C6ED
(169,198,237)
#B3CCEE
(179,204,238)
#BDD2EF
(189,210,239)
#C7D8F0
(199,216,240)
#D1DEF1
(209,222,241)
#DBE4F2
(219,228,242)
#E5EAF3
(229,234,243)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB4EA color. Also use rgb(139,180,234) instead hex code.

Text Font Color

.myTextColor { color: #8BB4EA; }

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

This text font color is #8BB4EA.

Background Color

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

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

This div background color is #8BB4EA.

Border color

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

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

This div border color is #8BB4EA.

Opacity

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

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

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

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

This text has shadow with #8BB4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB4EA.

Preview

Color preview on black background

This text has color #8BB4EA on black background.


Color preview on white background

This text has color #8BB4EA on white background.


Black color preview on #8BB4EA background

This text has black color on #8BB4EA background.


White color preview on #8BB4EA background

This text has white color on #8BB4EA background.


Related colors

Complementary color

Complementary color for #hex is #744B15.


I love getcolorcode.com

Triadic colors

1 #EA8BB4 and #B4EA8B with #8BB4EA are triadic colors.

2 #EAB48B and #B48BEA with #8BB4EA are triadic colors.