COLOR #8BE2E5

HEX: #8BE2E5 RGB: (139,226,229)

Color info

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

RGB color model

#8BE2E5 color RGB value is (139,226,229).

RGB: (139,226,229) (55%, 89%, 90%)

RGB channels and saturation

R 139 of 255 = 55%
G 226 of 255 = 89%
B 229 of 255 = 90%

139
226
229

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

Portions of RGB colors in percentages

R + G + B = 139 + 226 + 229 = 594 (100%)
R 139 of 594 ~ 23.4%
G 226 of 594 ~ 38.05%
B 229 of 594 ~ 38.55'%

%23.4
%38.05
%38.55

CMYK color model

#8BE2E5 color CMYK value is (39,1,0,10).

  • cyan value is 39.30%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (39,1,0,10)
C39M1Y0K10 (39%, 1%, 0%, 10%)
(0.39 / 0.01 / 0.00 / 0.10)

CMYK percentages

%39.3
%1.31
%0
%10.2

Codes

Color #8BE2E5 in popluar color models

8B E2 E5
RGB 139 226 229
HSL 182° 63.38% 72.16%
HSB/HSV 182° 39.30% 89.80%
CMYK 39.30% 1.31% 0.00%
10.20%

Color #8BE2E5 in popluar number systems.

HEX 8B E2 E5
Decimal 139 226 229
Binary 10001011 11100010 11100101
Octal 213 342 345

Shades and tints

Shades of #8BE2E5

#8BE2E5
(139,226,229)
#7FCED1
(127,206,209)
#73BABD
(115,186,189)
#67A6A9
(103,166,169)
#5B9295
(91,146,149)
#4F7E81
(79,126,129)
#436A6D
(67,106,109)
#375659
(55,86,89)
#2B4245
(43,66,69)
#1F2E31
(31,46,49)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #8BE2E5

#8BE2E5
(139,226,229)
#95E4E7
(149,228,231)
#9FE6E9
(159,230,233)
#A9E8EB
(169,232,235)
#B3EAED
(179,234,237)
#BDECEF
(189,236,239)
#C7EEF1
(199,238,241)
#D1F0F3
(209,240,243)
#DBF2F5
(219,242,245)
#E5F4F7
(229,244,247)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BE2E5 color. Also use rgb(139,226,229) instead hex code.

Text Font Color

.myTextColor { color: #8BE2E5; }

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

This text font color is #8BE2E5.

Background Color

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

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

This div background color is #8BE2E5.

Border color

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

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

This div border color is #8BE2E5.

Opacity

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

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

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

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

This text has shadow with #8BE2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BE2E5.

Preview

Color preview on black background

This text has color #8BE2E5 on black background.


Color preview on white background

This text has color #8BE2E5 on white background.


Black color preview on #8BE2E5 background

This text has black color on #8BE2E5 background.


White color preview on #8BE2E5 background

This text has white color on #8BE2E5 background.


Related colors

Complementary color

Complementary color for #hex is #741D1A.


I love getcolorcode.com

Triadic colors

1 #E58BE2 and #E2E58B with #8BE2E5 are triadic colors.

2 #E5E28B and #E28BE5 with #8BE2E5 are triadic colors.