COLOR #8EBCC0

HEX: #8EBCC0 RGB: (142,188,192)

Color info

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

RGB color model

#8EBCC0 color RGB value is (142,188,192).

RGB: (142,188,192) (56%, 74%, 75%)

RGB channels and saturation

R 142 of 255 = 56%
G 188 of 255 = 74%
B 192 of 255 = 75%

142
188
192

R + G + B ~ 68%. #8EBCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 188 + 192 = 522 (100%)
R 142 of 522 ~ 27.2%
G 188 of 522 ~ 36.02%
B 192 of 522 ~ 36.78'%

%27.2
%36.02
%36.78

CMYK color model

#8EBCC0 color CMYK value is (26,2,0,25).

  • cyan value is 26.04%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (26,2,0,25)
C26M2Y0K25 (26%, 2%, 0%, 25%)
(0.26 / 0.02 / 0.00 / 0.25)

CMYK percentages

%26.04
%2.08
%0
%24.71

Codes

Color #8EBCC0 in popluar color models

8E BC C0
RGB 142 188 192
HSL 185° 28.41% 65.49%
HSB/HSV 185° 26.04% 75.29%
CMYK 26.04% 2.08% 0.00%
24.71%

Color #8EBCC0 in popluar number systems.

HEX 8E BC C0
Decimal 142 188 192
Binary 10001110 10111100 11000000
Octal 216 274 300

Shades and tints

Shades of #8EBCC0

#8EBCC0
(142,188,192)
#82ABAF
(130,171,175)
#769A9E
(118,154,158)
#6A898D
(106,137,141)
#5E787C
(94,120,124)
#52676B
(82,103,107)
#46565A
(70,86,90)
#3A4549
(58,69,73)
#2E3438
(46,52,56)
#222327
(34,35,39)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #8EBCC0

#8EBCC0
(142,188,192)
#98C2C5
(152,194,197)
#A2C8CA
(162,200,202)
#ACCECF
(172,206,207)
#B6D4D4
(182,212,212)
#C0DAD9
(192,218,217)
#CAE0DE
(202,224,222)
#D4E6E3
(212,230,227)
#DEECE8
(222,236,232)
#E8F2ED
(232,242,237)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBCC0; }

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

This text font color is #8EBCC0.

Background Color

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

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

This div background color is #8EBCC0.

Border color

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

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

This div border color is #8EBCC0.

Opacity

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

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

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

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

This text has shadow with #8EBCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBCC0.

Preview

Color preview on black background

This text has color #8EBCC0 on black background.


Color preview on white background

This text has color #8EBCC0 on white background.


Black color preview on #8EBCC0 background

This text has black color on #8EBCC0 background.


White color preview on #8EBCC0 background

This text has white color on #8EBCC0 background.


Related colors

Complementary color

Complementary color for #hex is #71433F.


I love getcolorcode.com

Triadic colors

1 #C08EBC and #BCC08E with #8EBCC0 are triadic colors.

2 #C0BC8E and #BC8EC0 with #8EBCC0 are triadic colors.