COLOR #8BC7E7

HEX: #8BC7E7
RGB: (139,199,231)

Color info

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

RGB color model

#8BC7E7 color RGB value is (139,199,231).

  • red value is 139;
  • green value is 199;
  • blue value is 231.
RGB:
(139,199,231)
(55%,78%,91%)

RGB channels and saturation

R 139 of 255 = 55%
G 199 of 255 = 78%
B 231 of 255 = 91%

139
199
231

R + G + B ~ 75%. #8BC7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 199 + 231 = 569 (100%)
R 139 of 569 ~ 24.43%
G 199 of 569 ~ 34.97%
B 231 of 569 ~ 40.6%

%24.43
%34.97
%40.6

CMYK color model

#8BC7E7 color CMYK value is (40,14,0,9).

  • cyan value is 39.83%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(40,14,0,9)
C40M14Y0K9 
(40%,14%,0%,9%)
(0.40/0.14/0.00/0.09)	

CMYK percentages

%39.83
%13.85
%0
%9.41

Codes

Color #8BC7E7 in popluar color models

8BC7E7
RGB139199231
HSL201°65.71%72.55%
HSB/HSV201°39.83%90.59%
CMYK39.83%13.85%0.00%
9.41%

Color #8BC7E7 in popluar number systems.

HEX8BC7E7
Decimal139199231
Binary100010111100011111100111
Octal213307347

Shades and tints

Shades of #8BC7E7

#8BC7E7
(139,199,231)
#7FB5D2
(127,181,210)
#73A3BD
(115,163,189)
#6791A8
(103,145,168)
#5B7F93
(91,127,147)
#4F6D7E
(79,109,126)
#435B69
(67,91,105)
#374954
(55,73,84)
#2B373F
(43,55,63)
#1F252A
(31,37,42)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #8BC7E7

#8BC7E7
(139,199,231)
#95CCE9
(149,204,233)
#9FD1EB
(159,209,235)
#A9D6ED
(169,214,237)
#B3DBEF
(179,219,239)
#BDE0F1
(189,224,241)
#C7E5F3
(199,229,243)
#D1EAF5
(209,234,245)
#DBEFF7
(219,239,247)
#E5F4F9
(229,244,249)
#EFF9FB
(239,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC7E7; }

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

This text font color is #8BC7E7.


Background Color

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

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

This div background color is #8BC7E7.


Border color

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

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

This div border color is #8BC7E7.


Opacity

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

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

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

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

This text has shadow with #8BC7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC7E7 on black background.


Color preview on white background

This text has color #8BC7E7 on white background.



Black color preview on #8BC7E7 background

This text has black color on #8BC7E7 background.


White color preview on #8BC7E7 background

This text has white color on #8BC7E7 background.