COLOR #8BC7D5

HEX: #8BC7D5
RGB: (139,199,213)

Color info

#8BC7D5 contains mainly green and blue colors. Web safe color of #8BC7D5 is #99CCCC (or #9CC).

RGB color model

#8BC7D5 color RGB value is (139,199,213).

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

RGB channels and saturation

R 139 of 255 = 55%
G 199 of 255 = 78%
B 213 of 255 = 84%

139
199
213

R + G + B ~ 72%. #8BC7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 199 + 213 = 551 (100%)
R 139 of 551 ~ 25.23%
G 199 of 551 ~ 36.12%
B 213 of 551 ~ 38.66%

%25.23
%36.12
%38.66

CMYK color model

#8BC7D5 color CMYK value is (35,7,0,16).

  • cyan value is 34.74%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(35,7,0,16)
C35M7Y0K16 
(35%,7%,0%,16%)
(0.35/0.07/0.00/0.16)	

CMYK percentages

%34.74
%6.57
%0
%16.47

Codes

Color #8BC7D5 in popluar color models

8BC7D5
RGB139199213
HSL191°46.84%69.02%
HSB/HSV191°34.74%83.53%
CMYK34.74%6.57%0.00%
16.47%

Color #8BC7D5 in popluar number systems.

HEX8BC7D5
Decimal139199213
Binary100010111100011111010101
Octal213307325

Shades and tints

Shades of #8BC7D5

#8BC7D5
(139,199,213)
#7FB5C2
(127,181,194)
#73A3AF
(115,163,175)
#67919C
(103,145,156)
#5B7F89
(91,127,137)
#4F6D76
(79,109,118)
#435B63
(67,91,99)
#374950
(55,73,80)
#2B373D
(43,55,61)
#1F252A
(31,37,42)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #8BC7D5

#8BC7D5
(139,199,213)
#95CCD8
(149,204,216)
#9FD1DB
(159,209,219)
#A9D6DE
(169,214,222)
#B3DBE1
(179,219,225)
#BDE0E4
(189,224,228)
#C7E5E7
(199,229,231)
#D1EAEA
(209,234,234)
#DBEFED
(219,239,237)
#E5F4F0
(229,244,240)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC7D5; }

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

This text font color is #8BC7D5.


Background Color

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

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

This div background color is #8BC7D5.


Border color

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

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

This div border color is #8BC7D5.


Opacity

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

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

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

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

This text has shadow with #8BC7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC7D5 on black background.


Color preview on white background

This text has color #8BC7D5 on white background.



Black color preview on #8BC7D5 background

This text has black color on #8BC7D5 background.


White color preview on #8BC7D5 background

This text has white color on #8BC7D5 background.