COLOR #8EBB99

HEX: #8EBB99
RGB: (142,187,153)

Color info

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

RGB color model

#8EBB99 color RGB value is (142,187,153).

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

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 153 of 255 = 60%

142
187
153

R + G + B ~ 63%. #8EBB99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 187 + 153 = 482 (100%)
R 142 of 482 ~ 29.46%
G 187 of 482 ~ 38.8%
B 153 of 482 ~ 31.74%

%29.46
%38.8
%31.74

CMYK color model

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

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK:
(24,0,18,27)
C24M0Y18K27 
(24%,0%,18%,27%)
(0.24/0.00/0.18/0.27)	

CMYK percentages

%24.06
%0
%18.18
%26.67

Codes

Color #8EBB99 in popluar color models

8EBB99
RGB142187153
HSL135°24.86%64.51%
HSB/HSV135°24.06%73.33%
CMYK24.06%0.00%18.18%
26.67%

Color #8EBB99 in popluar number systems.

HEX8EBB99
Decimal142187153
Binary100011101011101110011001
Octal216273231

Shades and tints

Shades of #8EBB99

#8EBB99
(142,187,153)
#82AA8C
(130,170,140)
#76997F
(118,153,127)
#6A8872
(106,136,114)
#5E7765
(94,119,101)
#526658
(82,102,88)
#46554B
(70,85,75)
#3A443E
(58,68,62)
#2E3331
(46,51,49)
#222224
(34,34,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #8EBB99

#8EBB99
(142,187,153)
#98C1A2
(152,193,162)
#A2C7AB
(162,199,171)
#ACCDB4
(172,205,180)
#B6D3BD
(182,211,189)
#C0D9C6
(192,217,198)
#CADFCF
(202,223,207)
#D4E5D8
(212,229,216)
#DEEBE1
(222,235,225)
#E8F1EA
(232,241,234)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBB99; }

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

This text font color is #8EBB99.


Background Color

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

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

This div background color is #8EBB99.


Border color

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

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

This div border color is #8EBB99.


Opacity

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

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

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

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

This text has shadow with #8EBB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBB99 on black background.


Color preview on white background

This text has color #8EBB99 on white background.



Black color preview on #8EBB99 background

This text has black color on #8EBB99 background.


White color preview on #8EBB99 background

This text has white color on #8EBB99 background.