COLOR #8BD3E7

HEX: #8BD3E7 RGB: (139,211,231)

Color info

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

RGB color model

#8BD3E7 color RGB value is (139,211,231).

RGB: (139,211,231) (55%, 83%, 91%)

RGB channels and saturation

R 139 of 255 = 55%
G 211 of 255 = 83%
B 231 of 255 = 91%

139
211
231

R + G + B ~ 76%. #8BD3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 211 + 231 = 581 (100%)
R 139 of 581 ~ 23.92%
G 211 of 581 ~ 36.32%
B 231 of 581 ~ 39.76'%

%23.92
%36.32
%39.76

CMYK color model

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

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

CMYK: (40,9,0,9)
C40M9Y0K9 (40%, 9%, 0%, 9%)
(0.40 / 0.09 / 0.00 / 0.09)

CMYK percentages

%39.83
%8.66
%0
%9.41

Codes

Color #8BD3E7 in popluar color models

8B D3 E7
RGB 139 211 231
HSL 193° 65.71% 72.55%
HSB/HSV 193° 39.83% 90.59%
CMYK 39.83% 8.66% 0.00%
9.41%

Color #8BD3E7 in popluar number systems.

HEX 8B D3 E7
Decimal 139 211 231
Binary 10001011 11010011 11100111
Octal 213 323 347

Shades and tints

Shades of #8BD3E7

#8BD3E7
(139,211,231)
#7FC0D2
(127,192,210)
#73ADBD
(115,173,189)
#679AA8
(103,154,168)
#5B8793
(91,135,147)
#4F747E
(79,116,126)
#436169
(67,97,105)
#374E54
(55,78,84)
#2B3B3F
(43,59,63)
#1F282A
(31,40,42)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #8BD3E7

#8BD3E7
(139,211,231)
#95D7E9
(149,215,233)
#9FDBEB
(159,219,235)
#A9DFED
(169,223,237)
#B3E3EF
(179,227,239)
#BDE7F1
(189,231,241)
#C7EBF3
(199,235,243)
#D1EFF5
(209,239,245)
#DBF3F7
(219,243,247)
#E5F7F9
(229,247,249)
#EFFBFB
(239,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BD3E7; }

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

This text font color is #8BD3E7.

Background Color

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

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

This div background color is #8BD3E7.

Border color

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

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

This div border color is #8BD3E7.

Opacity

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

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

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

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

This text has shadow with #8BD3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BD3E7.

Preview

Color preview on black background

This text has color #8BD3E7 on black background.


Color preview on white background

This text has color #8BD3E7 on white background.


Black color preview on #8BD3E7 background

This text has black color on #8BD3E7 background.


White color preview on #8BD3E7 background

This text has white color on #8BD3E7 background.


Related colors

Complementary color

Complementary color for #hex is #742C18.


I love getcolorcode.com

Triadic colors

1 #E78BD3 and #D3E78B with #8BD3E7 are triadic colors.

2 #E7D38B and #D38BE7 with #8BD3E7 are triadic colors.