COLOR #8EBDAE

HEX: #8EBDAE
RGB: (142,189,174)

Color info

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

RGB color model

#8EBDAE color RGB value is (142,189,174).

  • red value is 142;
  • green value is 189;
  • blue value is 174.
RGB:
(142,189,174)
(56%,74%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 174 of 255 = 68%

142
189
174

R + G + B ~ 66%. #8EBDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 189 + 174 = 505 (100%)
R 142 of 505 ~ 28.12%
G 189 of 505 ~ 37.43%
B 174 of 505 ~ 34.46%

%28.12
%37.43
%34.46

CMYK color model

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

  • cyan value is 24.87%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(25,0,8,26)
C25M0Y8K26 
(25%,0%,8%,26%)
(0.25/0.00/0.08/0.26)	

CMYK percentages

%24.87
%0
%7.94
%25.88

Codes

Color #8EBDAE in popluar color models

8EBDAE
RGB142189174
HSL161°26.26%64.90%
HSB/HSV161°24.87%74.12%
CMYK24.87%0.00%7.94%
25.88%

Color #8EBDAE in popluar number systems.

HEX8EBDAE
Decimal142189174
Binary100011101011110110101110
Octal216275256

Shades and tints

Shades of #8EBDAE

#8EBDAE
(142,189,174)
#82AC9F
(130,172,159)
#769B90
(118,155,144)
#6A8A81
(106,138,129)
#5E7972
(94,121,114)
#526863
(82,104,99)
#465754
(70,87,84)
#3A4645
(58,70,69)
#2E3536
(46,53,54)
#222427
(34,36,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #8EBDAE

#8EBDAE
(142,189,174)
#98C3B5
(152,195,181)
#A2C9BC
(162,201,188)
#ACCFC3
(172,207,195)
#B6D5CA
(182,213,202)
#C0DBD1
(192,219,209)
#CAE1D8
(202,225,216)
#D4E7DF
(212,231,223)
#DEEDE6
(222,237,230)
#E8F3ED
(232,243,237)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBDAE color. Also use rgb(142,189,174) instead hex code.

Text Font Color

.myTextColor { color: #8EBDAE; }

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

This text font color is #8EBDAE.


Background Color

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

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

This div background color is #8EBDAE.


Border color

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

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

This div border color is #8EBDAE.


Opacity

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

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

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

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

This text has shadow with #8EBDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBDAE on black background.


Color preview on white background

This text has color #8EBDAE on white background.



Black color preview on #8EBDAE background

This text has black color on #8EBDAE background.


White color preview on #8EBDAE background

This text has white color on #8EBDAE background.