COLOR #8BB884

HEX: #8BB884
RGB: (139,184,132)

Color info

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

RGB color model

#8BB884 color RGB value is (139,184,132).

  • red value is 139;
  • green value is 184;
  • blue value is 132.
RGB:
(139,184,132)
(55%,72%,52%)

RGB channels and saturation

R 139 of 255 = 55%
G 184 of 255 = 72%
B 132 of 255 = 52%

139
184
132

R + G + B ~ 60%. #8BB884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 184 + 132 = 455 (100%)
R 139 of 455 ~ 30.55%
G 184 of 455 ~ 40.44%
B 132 of 455 ~ 29.01%

%30.55
%40.44
%29.01

CMYK color model

#8BB884 color CMYK value is (24,0,28,28).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 27.84%
CMYK:
(24,0,28,28)
C24M0Y28K28 
(24%,0%,28%,28%)
(0.24/0.00/0.28/0.28)	

CMYK percentages

%24.46
%0
%28.26
%27.84

Codes

Color #8BB884 in popluar color models

8BB884
RGB139184132
HSL112°26.80%61.96%
HSB/HSV112°28.26%72.16%
CMYK24.46%0.00%28.26%
27.84%

Color #8BB884 in popluar number systems.

HEX8BB884
Decimal139184132
Binary100010111011100010000100
Octal213270204

Shades and tints

Shades of #8BB884

#8BB884
(139,184,132)
#7FA878
(127,168,120)
#73986C
(115,152,108)
#678860
(103,136,96)
#5B7854
(91,120,84)
#4F6848
(79,104,72)
#43583C
(67,88,60)
#374830
(55,72,48)
#2B3824
(43,56,36)
#1F2818
(31,40,24)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #8BB884

#8BB884
(139,184,132)
#95BE8F
(149,190,143)
#9FC49A
(159,196,154)
#A9CAA5
(169,202,165)
#B3D0B0
(179,208,176)
#BDD6BB
(189,214,187)
#C7DCC6
(199,220,198)
#D1E2D1
(209,226,209)
#DBE8DC
(219,232,220)
#E5EEE7
(229,238,231)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB884 color. Also use rgb(139,184,132) instead hex code.

Text Font Color

.myTextColor { color: #8BB884; }

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

This text font color is #8BB884.


Background Color

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

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

This div background color is #8BB884.


Border color

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

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

This div border color is #8BB884.


Opacity

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

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

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

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

This text has shadow with #8BB884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB884 on black background.


Color preview on white background

This text has color #8BB884 on white background.



Black color preview on #8BB884 background

This text has black color on #8BB884 background.


White color preview on #8BB884 background

This text has white color on #8BB884 background.