COLOR #8BA7E2

HEX: #8BA7E2
RGB: (139,167,226)

Color info

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

RGB color model

#8BA7E2 color RGB value is (139,167,226).

  • red value is 139;
  • green value is 167;
  • blue value is 226.
RGB:
(139,167,226)
(55%,65%,89%)

RGB channels and saturation

R 139 of 255 = 55%
G 167 of 255 = 65%
B 226 of 255 = 89%

139
167
226

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

Portions of RGB colors in percentages

R + G + B =
139 + 167 + 226 = 532 (100%)
R 139 of 532 ~ 26.13%
G 167 of 532 ~ 31.39%
B 226 of 532 ~ 42.48%

%26.13
%31.39
%42.48

CMYK color model

#8BA7E2 color CMYK value is (38,26,0,11).

  • cyan value is 38.50%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(38,26,0,11)
C38M26Y0K11 
(38%,26%,0%,11%)
(0.38/0.26/0.00/0.11)	

CMYK percentages

%38.5
%26.11
%0
%11.37

Codes

Color #8BA7E2 in popluar color models

8BA7E2
RGB139167226
HSL221°60.00%71.57%
HSB/HSV221°38.50%88.63%
CMYK38.50%26.11%0.00%
11.37%

Color #8BA7E2 in popluar number systems.

HEX8BA7E2
Decimal139167226
Binary100010111010011111100010
Octal213247342

Shades and tints

Shades of #8BA7E2

#8BA7E2
(139,167,226)
#7F98CE
(127,152,206)
#7389BA
(115,137,186)
#677AA6
(103,122,166)
#5B6B92
(91,107,146)
#4F5C7E
(79,92,126)
#434D6A
(67,77,106)
#373E56
(55,62,86)
#2B2F42
(43,47,66)
#1F202E
(31,32,46)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #8BA7E2

#8BA7E2
(139,167,226)
#95AFE4
(149,175,228)
#9FB7E6
(159,183,230)
#A9BFE8
(169,191,232)
#B3C7EA
(179,199,234)
#BDCFEC
(189,207,236)
#C7D7EE
(199,215,238)
#D1DFF0
(209,223,240)
#DBE7F2
(219,231,242)
#E5EFF4
(229,239,244)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA7E2 color. Also use rgb(139,167,226) instead hex code.

Text Font Color

.myTextColor { color: #8BA7E2; }

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

This text font color is #8BA7E2.


Background Color

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

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

This div background color is #8BA7E2.


Border color

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

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

This div border color is #8BA7E2.


Opacity

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

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

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

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

This text has shadow with #8BA7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA7E2 on black background.


Color preview on white background

This text has color #8BA7E2 on white background.



Black color preview on #8BA7E2 background

This text has black color on #8BA7E2 background.


White color preview on #8BA7E2 background

This text has white color on #8BA7E2 background.