COLOR #8EB895

HEX: #8EB895
RGB: (142,184,149)

Color info

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

RGB color model

#8EB895 color RGB value is (142,184,149).

  • red value is 142;
  • green value is 184;
  • blue value is 149.
RGB:
(142,184,149)
(56%,72%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 184 of 255 = 72%
B 149 of 255 = 58%

142
184
149

R + G + B ~ 62%. #8EB895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 184 + 149 = 475 (100%)
R 142 of 475 ~ 29.89%
G 184 of 475 ~ 38.74%
B 149 of 475 ~ 31.37%

%29.89
%38.74
%31.37

CMYK color model

#8EB895 color CMYK value is (23,0,19,28).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 27.84%
CMYK:
(23,0,19,28)
C23M0Y19K28 
(23%,0%,19%,28%)
(0.23/0.00/0.19/0.28)	

CMYK percentages

%22.83
%0
%19.02
%27.84

Codes

Color #8EB895 in popluar color models

8EB895
RGB142184149
HSL130°22.83%63.92%
HSB/HSV130°22.83%72.16%
CMYK22.83%0.00%19.02%
27.84%

Color #8EB895 in popluar number systems.

HEX8EB895
Decimal142184149
Binary100011101011100010010101
Octal216270225

Shades and tints

Shades of #8EB895

#8EB895
(142,184,149)
#82A888
(130,168,136)
#76987B
(118,152,123)
#6A886E
(106,136,110)
#5E7861
(94,120,97)
#526854
(82,104,84)
#465847
(70,88,71)
#3A483A
(58,72,58)
#2E382D
(46,56,45)
#222820
(34,40,32)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #8EB895

#8EB895
(142,184,149)
#98BE9E
(152,190,158)
#A2C4A7
(162,196,167)
#ACCAB0
(172,202,176)
#B6D0B9
(182,208,185)
#C0D6C2
(192,214,194)
#CADCCB
(202,220,203)
#D4E2D4
(212,226,212)
#DEE8DD
(222,232,221)
#E8EEE6
(232,238,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB895 color. Also use rgb(142,184,149) instead hex code.

Text Font Color

.myTextColor { color: #8EB895; }

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

This text font color is #8EB895.


Background Color

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

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

This div background color is #8EB895.


Border color

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

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

This div border color is #8EB895.


Opacity

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

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

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

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

This text has shadow with #8EB895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB895 on black background.


Color preview on white background

This text has color #8EB895 on white background.



Black color preview on #8EB895 background

This text has black color on #8EB895 background.


White color preview on #8EB895 background

This text has white color on #8EB895 background.