COLOR #8EBCB7

HEX: #8EBCB7 RGB: (142,188,183)

Color info

#8EBCB7 contains red, green and blue colors in about the same proportion. Web safe color of #8EBCB7 is #99CCCC (or #9CC).

RGB color model

#8EBCB7 color RGB value is (142,188,183).

RGB: (142,188,183) (56%, 74%, 72%)

RGB channels and saturation

R 142 of 255 = 56%
G 188 of 255 = 74%
B 183 of 255 = 72%

142
188
183

R + G + B ~ 67%. #8EBCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 188 + 183 = 513 (100%)
R 142 of 513 ~ 27.68%
G 188 of 513 ~ 36.65%
B 183 of 513 ~ 35.67'%

%27.68
%36.65
%35.67

CMYK color model

#8EBCB7 color CMYK value is (24,0,3,26).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK: (24,0,3,26) C24M0Y3K26 (24%,0%,3%,26%) (0.24/0.00/0.03/0.26) 

CMYK percentages

%24.47
%0
%2.66
%26.27

Codes

Color #8EBCB7 in popluar color models

8E BC B7
RGB 142 188 183
HSL 173° 25.56% 64.71%
HSB/HSV 173° 24.47% 73.73%
CMYK 24.47% 0.00% 2.66%
26.27%

Color #8EBCB7 in popluar number systems.

HEX 8E BC B7
Decimal 142 188 183
Binary 10001110 10111100 10110111
Octal 216 274 267

Shades and tints

Shades of #8EBCB7

#8EBCB7
(142,188,183)
#82ABA7
(130,171,167)
#769A97
(118,154,151)
#6A8987
(106,137,135)
#5E7877
(94,120,119)
#526767
(82,103,103)
#465657
(70,86,87)
#3A4547
(58,69,71)
#2E3437
(46,52,55)
#222327
(34,35,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #8EBCB7

#8EBCB7
(142,188,183)
#98C2BD
(152,194,189)
#A2C8C3
(162,200,195)
#ACCEC9
(172,206,201)
#B6D4CF
(182,212,207)
#C0DAD5
(192,218,213)
#CAE0DB
(202,224,219)
#D4E6E1
(212,230,225)
#DEECE7
(222,236,231)
#E8F2ED
(232,242,237)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBCB7 color. Also use rgb(142,188,183) instead hex code.

Text Font Color

.myTextColor { color: #8EBCB7; }

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

This text font color is #8EBCB7.

Background Color

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

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

This div background color is #8EBCB7.

Border color

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

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

This div border color is #8EBCB7.

Opacity

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

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

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

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

This text has shadow with #8EBCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBCB7.

Preview

Color preview on black background

This text has color #8EBCB7 on black background.


Color preview on white background

This text has color #8EBCB7 on white background.


Black color preview on #8EBCB7 background

This text has black color on #8EBCB7 background.


White color preview on #8EBCB7 background

This text has white color on #8EBCB7 background.


Related colors

Complementary color

Complementary color for #hex is #714348.


I love getcolorcode.com

Triadic colors

1 #B78EBC and #BCB78E with #8EBCB7 are triadic colors.

2 #B7BC8E and #BC8EB7 with #8EBCB7 are triadic colors.