COLOR #87A875

HEX: #87A875
RGB: (135,168,117)

Renk bilgisi

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

RGB renk modeli

#87A875 color RGB value is (135,168,117).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 168 of 255 = 66%
B 117 of 255 = 46%

135
168
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 168 + 117 = 420 (100%)
R 135 of 420 ~ 32.14%
G 168 of 420 ~ 40%
B 117 of 420 ~ 27.86%

%32.14
%40
%27.86

CMYK RENK MODELİ

#87A875 rengi CMYK tonu (20,0,30,34).

  • camgöbeği tonu 19.64%
  • eflatun tonu 0.00%
  • sarı tonu 30.36%
  • ana renk tonu 34.12%
CMYK:
(20,0,30,34)
C20M0Y30K34 
(20%,0%,30%,34%)
(0.20/0.00/0.30/0.34)	

CMYK yüzdeleri

%19.64
%0
%30.36
%34.12

Codes

Color #87A875 in popluar color models

87A875
RGB135168117
HSL99°22.67%55.88%
HSB/HSV99°30.36%65.88%
CMYK19.64%0.00%30.36%
34.12%

Color #87A875 in popluar number systems.

HEX87A875
Decimal135168117
Binary10000111101010001110101
Octal207250165

Shades and tints

Shades of #87A875

#87A875
(135,168,117)
#7B996B
(123,153,107)
#6F8A61
(111,138,97)
#637B57
(99,123,87)
#576C4D
(87,108,77)
#4B5D43
(75,93,67)
#3F4E39
(63,78,57)
#333F2F
(51,63,47)
#273025
(39,48,37)
#1B211B
(27,33,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #87A875

#87A875
(135,168,117)
#91AF81
(145,175,129)
#9BB68D
(155,182,141)
#A5BD99
(165,189,153)
#AFC4A5
(175,196,165)
#B9CBB1
(185,203,177)
#C3D2BD
(195,210,189)
#CDD9C9
(205,217,201)
#D7E0D5
(215,224,213)
#E1E7E1
(225,231,225)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A875; }

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

This text font color is #87A875.


Background Color

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

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

This div background color is #87A875.


Border color

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

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

This div border color is #87A875.


Opacity

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

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

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

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

This text has shadow with #87A875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A875 on black background.


Color preview on white background

This text has color #87A875 on white background.



Black color preview on #87A875 background

This text has black color on #87A875 background.


White color preview on #87A875 background

This text has white color on #87A875 background.