COLOR #8BE8E6

HEX: #8BE8E6
RGB: (139,232,230)

Color info

#8BE8E6 contains mainly green and blue colors. Web safe color of #8BE8E6 is #99FFCC (or #9FC).

RGB color model

#8BE8E6 color RGB value is (139,232,230).

  • red value is 139;
  • green value is 232;
  • blue value is 230.
RGB:
(139,232,230)
(55%,91%,90%)

RGB channels and saturation

R 139 of 255 = 55%
G 232 of 255 = 91%
B 230 of 255 = 90%

139
232
230

R + G + B ~ 79%. #8BE8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 232 + 230 = 601 (100%)
R 139 of 601 ~ 23.13%
G 232 of 601 ~ 38.6%
B 230 of 601 ~ 38.27%

%23.13
%38.6
%38.27

CMYK color model

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

  • cyan value is 40.09%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 9.02%
CMYK:
(40,0,1,9)
C40M0Y1K9 
(40%,0%,1%,9%)
(0.40/0.00/0.01/0.09)	

CMYK percentages

%40.09
%0
%0.86
%9.02

Codes

Color #8BE8E6 in popluar color models

8BE8E6
RGB139232230
HSL179°66.91%72.75%
HSB/HSV179°40.09%90.98%
CMYK40.09%0.00%0.86%
9.02%

Color #8BE8E6 in popluar number systems.

HEX8BE8E6
Decimal139232230
Binary100010111110100011100110
Octal213350346

Shades and tints

Shades of #8BE8E6

#8BE8E6
(139,232,230)
#7FD3D2
(127,211,210)
#73BEBE
(115,190,190)
#67A9AA
(103,169,170)
#5B9496
(91,148,150)
#4F7F82
(79,127,130)
#436A6E
(67,106,110)
#37555A
(55,85,90)
#2B4046
(43,64,70)
#1F2B32
(31,43,50)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #8BE8E6

#8BE8E6
(139,232,230)
#95EAE8
(149,234,232)
#9FECEA
(159,236,234)
#A9EEEC
(169,238,236)
#B3F0EE
(179,240,238)
#BDF2F0
(189,242,240)
#C7F4F2
(199,244,242)
#D1F6F4
(209,246,244)
#DBF8F6
(219,248,246)
#E5FAF8
(229,250,248)
#EFFCFA
(239,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BE8E6 color. Also use rgb(139,232,230) instead hex code.

Text Font Color

.myTextColor { color: #8BE8E6; }

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

This text font color is #8BE8E6.


Background Color

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

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

This div background color is #8BE8E6.


Border color

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

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

This div border color is #8BE8E6.


Opacity

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

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

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

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

This text has shadow with #8BE8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BE8E6 on black background.


Color preview on white background

This text has color #8BE8E6 on white background.



Black color preview on #8BE8E6 background

This text has black color on #8BE8E6 background.


White color preview on #8BE8E6 background

This text has white color on #8BE8E6 background.