COLOR #8EBBA5

HEX: #8EBBA5
RGB: (142,187,165)

Color info

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

RGB color model

#8EBBA5 color RGB value is (142,187,165).

  • red value is 142;
  • green value is 187;
  • blue value is 165.
RGB:
(142,187,165)
(56%,73%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 165 of 255 = 65%

142
187
165

R + G + B ~ 65%. #8EBBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 165 = 494 (100%)
R 142 of 494 ~ 28.74%
G 187 of 494 ~ 37.85%
B 165 of 494 ~ 33.4%

%28.74
%37.85
%33.4

CMYK color model

#8EBBA5 color CMYK value is (24,0,12,27).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(24,0,12,27)
C24M0Y12K27 
(24%,0%,12%,27%)
(0.24/0.00/0.12/0.27)	

CMYK percentages

%24.06
%0
%11.76
%26.67

Codes

Color #8EBBA5 in popluar color models

8EBBA5
RGB142187165
HSL151°24.86%64.51%
HSB/HSV151°24.06%73.33%
CMYK24.06%0.00%11.76%
26.67%

Color #8EBBA5 in popluar number systems.

HEX8EBBA5
Decimal142187165
Binary100011101011101110100101
Octal216273245

Shades and tints

Shades of #8EBBA5

#8EBBA5
(142,187,165)
#82AA96
(130,170,150)
#769987
(118,153,135)
#6A8878
(106,136,120)
#5E7769
(94,119,105)
#52665A
(82,102,90)
#46554B
(70,85,75)
#3A443C
(58,68,60)
#2E332D
(46,51,45)
#22221E
(34,34,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8EBBA5

#8EBBA5
(142,187,165)
#98C1AD
(152,193,173)
#A2C7B5
(162,199,181)
#ACCDBD
(172,205,189)
#B6D3C5
(182,211,197)
#C0D9CD
(192,217,205)
#CADFD5
(202,223,213)
#D4E5DD
(212,229,221)
#DEEBE5
(222,235,229)
#E8F1ED
(232,241,237)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBBA5 color. Also use rgb(142,187,165) instead hex code.

Text Font Color

.myTextColor { color: #8EBBA5; }

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

This text font color is #8EBBA5.


Background Color

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

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

This div background color is #8EBBA5.


Border color

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

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

This div border color is #8EBBA5.


Opacity

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

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

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

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

This text has shadow with #8EBBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBBA5 on black background.


Color preview on white background

This text has color #8EBBA5 on white background.



Black color preview on #8EBBA5 background

This text has black color on #8EBBA5 background.


White color preview on #8EBBA5 background

This text has white color on #8EBBA5 background.