COLOR #8BE1E7

HEX: #8BE1E7 RGB: (139,225,231)

Color info

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

RGB color model

#8BE1E7 color RGB value is (139,225,231).

RGB: (139,225,231) (55%, 88%, 91%)

RGB channels and saturation

R 139 of 255 = 55%
G 225 of 255 = 88%
B 231 of 255 = 91%

139
225
231

R + G + B ~ 78%. #8BE1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 225 + 231 = 595 (100%)
R 139 of 595 ~ 23.36%
G 225 of 595 ~ 37.82%
B 231 of 595 ~ 38.82'%

%23.36
%37.82
%38.82

CMYK color model

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

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

CMYK: (40,3,0,9)
C40M3Y0K9 (40%, 3%, 0%, 9%)
(0.40 / 0.03 / 0.00 / 0.09)

CMYK percentages

%39.83
%2.6
%0
%9.41

Codes

Color #8BE1E7 in popluar color models

8B E1 E7
RGB 139 225 231
HSL 184° 65.71% 72.55%
HSB/HSV 184° 39.83% 90.59%
CMYK 39.83% 2.60% 0.00%
9.41%

Color #8BE1E7 in popluar number systems.

HEX 8B E1 E7
Decimal 139 225 231
Binary 10001011 11100001 11100111
Octal 213 341 347

Shades and tints

Shades of #8BE1E7

#8BE1E7
(139,225,231)
#7FCDD2
(127,205,210)
#73B9BD
(115,185,189)
#67A5A8
(103,165,168)
#5B9193
(91,145,147)
#4F7D7E
(79,125,126)
#436969
(67,105,105)
#375554
(55,85,84)
#2B413F
(43,65,63)
#1F2D2A
(31,45,42)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #8BE1E7

#8BE1E7
(139,225,231)
#95E3E9
(149,227,233)
#9FE5EB
(159,229,235)
#A9E7ED
(169,231,237)
#B3E9EF
(179,233,239)
#BDEBF1
(189,235,241)
#C7EDF3
(199,237,243)
#D1EFF5
(209,239,245)
#DBF1F7
(219,241,247)
#E5F3F9
(229,243,249)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BE1E7; }

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

This text font color is #8BE1E7.

Background Color

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

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

This div background color is #8BE1E7.

Border color

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

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

This div border color is #8BE1E7.

Opacity

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

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

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

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

This text has shadow with #8BE1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BE1E7.

Preview

Color preview on black background

This text has color #8BE1E7 on black background.


Color preview on white background

This text has color #8BE1E7 on white background.


Black color preview on #8BE1E7 background

This text has black color on #8BE1E7 background.


White color preview on #8BE1E7 background

This text has white color on #8BE1E7 background.


Related colors

Complementary color

Complementary color for #hex is #741E18.


I love getcolorcode.com

Triadic colors

1 #E78BE1 and #E1E78B with #8BE1E7 are triadic colors.

2 #E7E18B and #E18BE7 with #8BE1E7 are triadic colors.