COLOR #87A87C

HEX: #87A87C
RGB: (135,168,124)

Renk bilgisi

#87A87C contains red, green and blue colors in about the same proportion. #87A87C ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#87A87C color RGB value is (135,168,124).

  • kırmız ton 135;
  • yeşil ton 168;
  • mavi ton 124.
RGB:
(135,168,124)
(53%,66%,49%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 168 of 255 = 66%
B 124 of 255 = 49%

135
168
124

R + G + B ~ 56%. #87A87C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 168 + 124 = 427 (100%)
R 135 of 427 ~ 31.62%
G 168 of 427 ~ 39.34%
B 124 of 427 ~ 29.04%

%31.62
%39.34
%29.04

CMYK RENK MODELİ

#87A87C rengi CMYK tonu (20,0,26,34).

  • camgöbeği tonu 19.64%
  • eflatun tonu 0.00%
  • sarı tonu 26.19%
  • ana renk tonu 34.12%
CMYK:
(20,0,26,34)
C20M0Y26K34 
(20%,0%,26%,34%)
(0.20/0.00/0.26/0.34)	

CMYK yüzdeleri

%19.64
%0
%26.19
%34.12

Codes

Color #87A87C in popluar color models

87A87C
RGB135168124
HSL105°20.18%57.25%
HSB/HSV105°26.19%65.88%
CMYK19.64%0.00%26.19%
34.12%

Color #87A87C in popluar number systems.

HEX87A87C
Decimal135168124
Binary10000111101010001111100
Octal207250174

Shades and tints

Shades of #87A87C

#87A87C
(135,168,124)
#7B9971
(123,153,113)
#6F8A66
(111,138,102)
#637B5B
(99,123,91)
#576C50
(87,108,80)
#4B5D45
(75,93,69)
#3F4E3A
(63,78,58)
#333F2F
(51,63,47)
#273024
(39,48,36)
#1B2119
(27,33,25)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #87A87C

#87A87C
(135,168,124)
#91AF87
(145,175,135)
#9BB692
(155,182,146)
#A5BD9D
(165,189,157)
#AFC4A8
(175,196,168)
#B9CBB3
(185,203,179)
#C3D2BE
(195,210,190)
#CDD9C9
(205,217,201)
#D7E0D4
(215,224,212)
#E1E7DF
(225,231,223)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A87C color. Also use rgb(135,168,124) instead hex code.

Text Font Color

.myTextColor { color: #87A87C; }

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

This text font color is #87A87C.


Background Color

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

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

This div background color is #87A87C.


Border color

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

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

This div border color is #87A87C.


Opacity

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

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

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

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

This text has shadow with #87A87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A87C on black background.


Color preview on white background

This text has color #87A87C on white background.



Black color preview on #87A87C background

This text has black color on #87A87C background.


White color preview on #87A87C background

This text has white color on #87A87C background.