COLOR #87DF94

HEX: #87DF94
RGB: (135,223,148)

Color info

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

RGB color model

#87DF94 color RGB value is (135,223,148).

  • red value is 135;
  • green value is 223;
  • blue value is 148.
RGB:
(135,223,148)
(53%,87%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 223 of 255 = 87%
B 148 of 255 = 58%

135
223
148

R + G + B ~ 66%. #87DF94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 223 + 148 = 506 (100%)
R 135 of 506 ~ 26.68%
G 223 of 506 ~ 44.07%
B 148 of 506 ~ 29.25%

%26.68
%44.07
%29.25

CMYK color model

#87DF94 color CMYK value is (39,0,34,13).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(39,0,34,13)
C39M0Y34K13 
(39%,0%,34%,13%)
(0.39/0.00/0.34/0.13)	

CMYK percentages

%39.46
%0
%33.63
%12.55

Codes

Color #87DF94 in popluar color models

87DF94
RGB135223148
HSL129°57.89%70.20%
HSB/HSV129°39.46%87.45%
CMYK39.46%0.00%33.63%
12.55%

Color #87DF94 in popluar number systems.

HEX87DF94
Decimal135223148
Binary100001111101111110010100
Octal207337224

Shades and tints

Shades of #87DF94

#87DF94
(135,223,148)
#7BCB87
(123,203,135)
#6FB77A
(111,183,122)
#63A36D
(99,163,109)
#578F60
(87,143,96)
#4B7B53
(75,123,83)
#3F6746
(63,103,70)
#335339
(51,83,57)
#273F2C
(39,63,44)
#1B2B1F
(27,43,31)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #87DF94

#87DF94
(135,223,148)
#91E19D
(145,225,157)
#9BE3A6
(155,227,166)
#A5E5AF
(165,229,175)
#AFE7B8
(175,231,184)
#B9E9C1
(185,233,193)
#C3EBCA
(195,235,202)
#CDEDD3
(205,237,211)
#D7EFDC
(215,239,220)
#E1F1E5
(225,241,229)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DF94 color. Also use rgb(135,223,148) instead hex code.

Text Font Color

.myTextColor { color: #87DF94; }

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

This text font color is #87DF94.


Background Color

.myBgColor { background-color: #87DF94; }

<div style="background-color:#87DF94">Inner text</div>

This div background color is #87DF94.


Border color

.myBorderColor { border: 1px solid #87DF94; }

<div style="border:3px solid #87DF94">Div</div>

This div border color is #87DF94.


Opacity

.myOpacity80 { color: #87DF94; opacity: 0.8; }

<p style="color:#87DF94;opacity:0.8;">80%</p>

Text with #87DF94 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 #87DF94;}

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

This text has shadow with #87DF94 color.

.textShadow {text-shadow: 3px 3px 1px #87DF94, 3px 3px 1px red;}

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

This text has shadow with #87DF94 primary color and red secondary color.


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

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

This text has shadow with #87DF94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DF94 on black background.


Color preview on white background

This text has color #87DF94 on white background.



Black color preview on #87DF94 background

This text has black color on #87DF94 background.


White color preview on #87DF94 background

This text has white color on #87DF94 background.