COLOR #87C195

HEX: #87C195 RGB: (135,193,149)

Color info

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

RGB color model

#87C195 color RGB value is (135,193,149).

RGB: (135,193,149) (53%, 76%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 193 of 255 = 76%
B 149 of 255 = 58%

135
193
149

R + G + B ~ 62%. #87C195 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 193 + 149 = 477 (100%)
R 135 of 477 ~ 28.3%
G 193 of 477 ~ 40.46%
B 149 of 477 ~ 31.24'%

%28.3
%40.46
%31.24

CMYK color model

#87C195 color CMYK value is (30,0,23,24).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%

CMYK: (30,0,23,24)
C30M0Y23K24 (30%, 0%, 23%, 24%)
(0.30 / 0.00 / 0.23 / 0.24)

CMYK percentages

%30.05
%0
%22.8
%24.31

Codes

Color #87C195 in popluar color models

87 C1 95
RGB 135 193 149
HSL 134° 31.87% 64.31%
HSB/HSV 134° 30.05% 75.69%
CMYK 30.05% 0.00% 22.80%
24.31%

Color #87C195 in popluar number systems.

HEX 87 C1 95
Decimal 135 193 149
Binary 10000111 11000001 10010101
Octal 207 301 225

Shades and tints

Shades of #87C195

#87C195
(135,193,149)
#7BB088
(123,176,136)
#6F9F7B
(111,159,123)
#638E6E
(99,142,110)
#577D61
(87,125,97)
#4B6C54
(75,108,84)
#3F5B47
(63,91,71)
#334A3A
(51,74,58)
#27392D
(39,57,45)
#1B2820
(27,40,32)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87C195

#87C195
(135,193,149)
#91C69E
(145,198,158)
#9BCBA7
(155,203,167)
#A5D0B0
(165,208,176)
#AFD5B9
(175,213,185)
#B9DAC2
(185,218,194)
#C3DFCB
(195,223,203)
#CDE4D4
(205,228,212)
#D7E9DD
(215,233,221)
#E1EEE6
(225,238,230)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C195 color. Also use rgb(135,193,149) instead hex code.

Text Font Color

.myTextColor { color: #87C195; }

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

This text font color is #87C195.

Background Color

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

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

This div background color is #87C195.

Border color

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

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

This div border color is #87C195.

Opacity

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

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

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

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

This text has shadow with #87C195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C195.

Preview

Color preview on black background

This text has color #87C195 on black background.


Color preview on white background

This text has color #87C195 on white background.


Black color preview on #87C195 background

This text has black color on #87C195 background.


White color preview on #87C195 background

This text has white color on #87C195 background.


Related colors

Complementary color

Complementary color for #hex is #783E6A.


I love getcolorcode.com

Triadic colors

1 #9587C1 and #C19587 with #87C195 are triadic colors.

2 #95C187 and #C18795 with #87C195 are triadic colors.