COLOR #87A599

HEX: #87A599
RGB: (135,165,153)

Renk bilgisi

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

RGB renk modeli

#87A599 color RGB value is (135,165,153).

  • kırmız ton 135;
  • yeşil ton 165;
  • mavi ton 153.
RGB:
(135,165,153)
(53%,65%,60%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 165 of 255 = 65%
B 153 of 255 = 60%

135
165
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 165 + 153 = 453 (100%)
R 135 of 453 ~ 29.8%
G 165 of 453 ~ 36.42%
B 153 of 453 ~ 33.77%

%29.8
%36.42
%33.77

CMYK RENK MODELİ

#87A599 rengi CMYK tonu (18,0,7,35).

  • camgöbeği tonu 18.18%
  • eflatun tonu 0.00%
  • sarı tonu 7.27%
  • ana renk tonu 35.29%
CMYK:
(18,0,7,35)
C18M0Y7K35 
(18%,0%,7%,35%)
(0.18/0.00/0.07/0.35)	

CMYK yüzdeleri

%18.18
%0
%7.27
%35.29

Codes

Color #87A599 in popluar color models

87A599
RGB135165153
HSL156°14.29%58.82%
HSB/HSV156°18.18%64.71%
CMYK18.18%0.00%7.27%
35.29%

Color #87A599 in popluar number systems.

HEX87A599
Decimal135165153
Binary100001111010010110011001
Octal207245231

Shades and tints

Shades of #87A599

#87A599
(135,165,153)
#7B968C
(123,150,140)
#6F877F
(111,135,127)
#637872
(99,120,114)
#576965
(87,105,101)
#4B5A58
(75,90,88)
#3F4B4B
(63,75,75)
#333C3E
(51,60,62)
#272D31
(39,45,49)
#1B1E24
(27,30,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #87A599

#87A599
(135,165,153)
#91ADA2
(145,173,162)
#9BB5AB
(155,181,171)
#A5BDB4
(165,189,180)
#AFC5BD
(175,197,189)
#B9CDC6
(185,205,198)
#C3D5CF
(195,213,207)
#CDDDD8
(205,221,216)
#D7E5E1
(215,229,225)
#E1EDEA
(225,237,234)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A599 color. Also use rgb(135,165,153) instead hex code.

Text Font Color

.myTextColor { color: #87A599; }

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

This text font color is #87A599.


Background Color

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

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

This div background color is #87A599.


Border color

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

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

This div border color is #87A599.


Opacity

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

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

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

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

This text has shadow with #87A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A599 on black background.


Color preview on white background

This text has color #87A599 on white background.



Black color preview on #87A599 background

This text has black color on #87A599 background.


White color preview on #87A599 background

This text has white color on #87A599 background.