COLOR #8EBFC6

HEX: #8EBFC6 RGB: (142,191,198)

Color info

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

RGB color model

#8EBFC6 color RGB value is (142,191,198).

RGB: (142,191,198) (56%, 75%, 78%)

RGB channels and saturation

R 142 of 255 = 56%
G 191 of 255 = 75%
B 198 of 255 = 78%

142
191
198

R + G + B ~ 70%. #8EBFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 191 + 198 = 531 (100%)
R 142 of 531 ~ 26.74%
G 191 of 531 ~ 35.97%
B 198 of 531 ~ 37.29'%

%26.74
%35.97
%37.29

CMYK color model

#8EBFC6 color CMYK value is (28,4,0,22).

  • cyan value is 28.28%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (28,4,0,22)
C28M4Y0K22 (28%, 4%, 0%, 22%)
(0.28 / 0.04 / 0.00 / 0.22)

CMYK percentages

%28.28
%3.54
%0
%22.35

Codes

Color #8EBFC6 in popluar color models

8E BF C6
RGB 142 191 198
HSL 188° 32.94% 66.67%
HSB/HSV 188° 28.28% 77.65%
CMYK 28.28% 3.54% 0.00%
22.35%

Color #8EBFC6 in popluar number systems.

HEX 8E BF C6
Decimal 142 191 198
Binary 10001110 10111111 11000110
Octal 216 277 306

Shades and tints

Shades of #8EBFC6

#8EBFC6
(142,191,198)
#82AEB4
(130,174,180)
#769DA2
(118,157,162)
#6A8C90
(106,140,144)
#5E7B7E
(94,123,126)
#526A6C
(82,106,108)
#46595A
(70,89,90)
#3A4848
(58,72,72)
#2E3736
(46,55,54)
#222624
(34,38,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #8EBFC6

#8EBFC6
(142,191,198)
#98C4CB
(152,196,203)
#A2C9D0
(162,201,208)
#ACCED5
(172,206,213)
#B6D3DA
(182,211,218)
#C0D8DF
(192,216,223)
#CADDE4
(202,221,228)
#D4E2E9
(212,226,233)
#DEE7EE
(222,231,238)
#E8ECF3
(232,236,243)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBFC6 color. Also use rgb(142,191,198) instead hex code.

Text Font Color

.myTextColor { color: #8EBFC6; }

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

This text font color is #8EBFC6.

Background Color

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

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

This div background color is #8EBFC6.

Border color

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

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

This div border color is #8EBFC6.

Opacity

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

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

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

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

This text has shadow with #8EBFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBFC6.

Preview

Color preview on black background

This text has color #8EBFC6 on black background.


Color preview on white background

This text has color #8EBFC6 on white background.


Black color preview on #8EBFC6 background

This text has black color on #8EBFC6 background.


White color preview on #8EBFC6 background

This text has white color on #8EBFC6 background.


Related colors

Complementary color

Complementary color for #hex is #714039.


I love getcolorcode.com

Triadic colors

1 #C68EBF and #BFC68E with #8EBFC6 are triadic colors.

2 #C6BF8E and #BF8EC6 with #8EBFC6 are triadic colors.