COLOR #8BD584

HEX: #8BD584
RGB: (139,213,132)

Color info

#8BD584 contains mainly green color. Web safe color of #8BD584 is #99CC99 (or #9C9).

RGB color model

#8BD584 color RGB value is (139,213,132).

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

RGB channels and saturation

R 139 of 255 = 55%
G 213 of 255 = 84%
B 132 of 255 = 52%

139
213
132

R + G + B ~ 64%. #8BD584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 213 + 132 = 484 (100%)
R 139 of 484 ~ 28.72%
G 213 of 484 ~ 44.01%
B 132 of 484 ~ 27.27%

%28.72
%44.01
%27.27

CMYK color model

#8BD584 color CMYK value is (35,0,38,16).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 16.47%
CMYK:
(35,0,38,16)
C35M0Y38K16 
(35%,0%,38%,16%)
(0.35/0.00/0.38/0.16)	

CMYK percentages

%34.74
%0
%38.03
%16.47

Codes

Color #8BD584 in popluar color models

8BD584
RGB139213132
HSL115°49.09%67.65%
HSB/HSV115°38.03%83.53%
CMYK34.74%0.00%38.03%
16.47%

Color #8BD584 in popluar number systems.

HEX8BD584
Decimal139213132
Binary100010111101010110000100
Octal213325204

Shades and tints

Shades of #8BD584

#8BD584
(139,213,132)
#7FC278
(127,194,120)
#73AF6C
(115,175,108)
#679C60
(103,156,96)
#5B8954
(91,137,84)
#4F7648
(79,118,72)
#43633C
(67,99,60)
#375030
(55,80,48)
#2B3D24
(43,61,36)
#1F2A18
(31,42,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #8BD584

#8BD584
(139,213,132)
#95D88F
(149,216,143)
#9FDB9A
(159,219,154)
#A9DEA5
(169,222,165)
#B3E1B0
(179,225,176)
#BDE4BB
(189,228,187)
#C7E7C6
(199,231,198)
#D1EAD1
(209,234,209)
#DBEDDC
(219,237,220)
#E5F0E7
(229,240,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BD584; }

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

This text font color is #8BD584.


Background Color

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

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

This div background color is #8BD584.


Border color

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

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

This div border color is #8BD584.


Opacity

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

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

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

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

This text has shadow with #8BD584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD584 on black background.


Color preview on white background

This text has color #8BD584 on white background.



Black color preview on #8BD584 background

This text has black color on #8BD584 background.


White color preview on #8BD584 background

This text has white color on #8BD584 background.