COLOR #8BE5D8

HEX: #8BE5D8 RGB: (139,229,216)

Color info

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

RGB color model

#8BE5D8 color RGB value is (139,229,216).

RGB: (139,229,216) (55%, 90%, 85%)

RGB channels and saturation

R 139 of 255 = 55%
G 229 of 255 = 90%
B 216 of 255 = 85%

139
229
216

R + G + B ~ 77%. #8BE5D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 229 + 216 = 584 (100%)
R 139 of 584 ~ 23.8%
G 229 of 584 ~ 39.21%
B 216 of 584 ~ 36.99'%

%23.8
%39.21
%36.99

CMYK color model

#8BE5D8 color CMYK value is (39,0,6,10).

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

CMYK: (39,0,6,10)
C39M0Y6K10 (39%, 0%, 6%, 10%)
(0.39 / 0.00 / 0.06 / 0.10)

CMYK percentages

%39.3
%0
%5.68
%10.2

Codes

Color #8BE5D8 in popluar color models

8B E5 D8
RGB 139 229 216
HSL 171° 63.38% 72.16%
HSB/HSV 171° 39.30% 89.80%
CMYK 39.30% 0.00% 5.68%
10.20%

Color #8BE5D8 in popluar number systems.

HEX 8B E5 D8
Decimal 139 229 216
Binary 10001011 11100101 11011000
Octal 213 345 330

Shades and tints

Shades of #8BE5D8

#8BE5D8
(139,229,216)
#7FD1C5
(127,209,197)
#73BDB2
(115,189,178)
#67A99F
(103,169,159)
#5B958C
(91,149,140)
#4F8179
(79,129,121)
#436D66
(67,109,102)
#375953
(55,89,83)
#2B4540
(43,69,64)
#1F312D
(31,49,45)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #8BE5D8

#8BE5D8
(139,229,216)
#95E7DB
(149,231,219)
#9FE9DE
(159,233,222)
#A9EBE1
(169,235,225)
#B3EDE4
(179,237,228)
#BDEFE7
(189,239,231)
#C7F1EA
(199,241,234)
#D1F3ED
(209,243,237)
#DBF5F0
(219,245,240)
#E5F7F3
(229,247,243)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BE5D8; }

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

This text font color is #8BE5D8.

Background Color

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

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

This div background color is #8BE5D8.

Border color

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

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

This div border color is #8BE5D8.

Opacity

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

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

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

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

This text has shadow with #8BE5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BE5D8.

Preview

Color preview on black background

This text has color #8BE5D8 on black background.


Color preview on white background

This text has color #8BE5D8 on white background.


Black color preview on #8BE5D8 background

This text has black color on #8BE5D8 background.


White color preview on #8BE5D8 background

This text has white color on #8BE5D8 background.


Related colors

Complementary color

Complementary color for #hex is #741A27.


I love getcolorcode.com

Triadic colors

1 #D88BE5 and #E5D88B with #8BE5D8 are triadic colors.

2 #D8E58B and #E58BD8 with #8BE5D8 are triadic colors.