COLOR #8EBB88

HEX: #8EBB88
RGB: (142,187,136)

Color info

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

RGB color model

#8EBB88 color RGB value is (142,187,136).

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

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 136 of 255 = 53%

142
187
136

R + G + B ~ 61%. #8EBB88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 136 = 465 (100%)
R 142 of 465 ~ 30.54%
G 187 of 465 ~ 40.22%
B 136 of 465 ~ 29.25%

%30.54
%40.22
%29.25

CMYK color model

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

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(24,0,27,27)
C24M0Y27K27 
(24%,0%,27%,27%)
(0.24/0.00/0.27/0.27)	

CMYK percentages

%24.06
%0
%27.27
%26.67

Codes

Color #8EBB88 in popluar color models

8EBB88
RGB142187136
HSL113°27.27%63.33%
HSB/HSV113°27.27%73.33%
CMYK24.06%0.00%27.27%
26.67%

Color #8EBB88 in popluar number systems.

HEX8EBB88
Decimal142187136
Binary100011101011101110001000
Octal216273210

Shades and tints

Shades of #8EBB88

#8EBB88
(142,187,136)
#82AA7C
(130,170,124)
#769970
(118,153,112)
#6A8864
(106,136,100)
#5E7758
(94,119,88)
#52664C
(82,102,76)
#465540
(70,85,64)
#3A4434
(58,68,52)
#2E3328
(46,51,40)
#22221C
(34,34,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #8EBB88

#8EBB88
(142,187,136)
#98C192
(152,193,146)
#A2C79C
(162,199,156)
#ACCDA6
(172,205,166)
#B6D3B0
(182,211,176)
#C0D9BA
(192,217,186)
#CADFC4
(202,223,196)
#D4E5CE
(212,229,206)
#DEEBD8
(222,235,216)
#E8F1E2
(232,241,226)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBB88; }

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

This text font color is #8EBB88.


Background Color

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

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

This div background color is #8EBB88.


Border color

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

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

This div border color is #8EBB88.


Opacity

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

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

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

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

This text has shadow with #8EBB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBB88 on black background.


Color preview on white background

This text has color #8EBB88 on white background.



Black color preview on #8EBB88 background

This text has black color on #8EBB88 background.


White color preview on #8EBB88 background

This text has white color on #8EBB88 background.