COLOR #87A393

HEX: #87A393
RGB: (135,163,147)

Renk bilgisi

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

RGB renk modeli

#87A393 color RGB value is (135,163,147).

  • kırmız ton 135;
  • yeşil ton 163;
  • mavi ton 147.
RGB:
(135,163,147)
(53%,64%,58%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 163 of 255 = 64%
B 147 of 255 = 58%

135
163
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 163 + 147 = 445 (100%)
R 135 of 445 ~ 30.34%
G 163 of 445 ~ 36.63%
B 147 of 445 ~ 33.03%

%30.34
%36.63
%33.03

CMYK RENK MODELİ

#87A393 rengi CMYK tonu (17,0,10,36).

  • camgöbeği tonu 17.18%
  • eflatun tonu 0.00%
  • sarı tonu 9.82%
  • ana renk tonu 36.08%
CMYK:
(17,0,10,36)
C17M0Y10K36 
(17%,0%,10%,36%)
(0.17/0.00/0.10/0.36)	

CMYK yüzdeleri

%17.18
%0
%9.82
%36.08

Codes

Color #87A393 in popluar color models

87A393
RGB135163147
HSL146°13.21%58.43%
HSB/HSV146°17.18%63.92%
CMYK17.18%0.00%9.82%
36.08%

Color #87A393 in popluar number systems.

HEX87A393
Decimal135163147
Binary100001111010001110010011
Octal207243223

Shades and tints

Shades of #87A393

#87A393
(135,163,147)
#7B9586
(123,149,134)
#6F8779
(111,135,121)
#63796C
(99,121,108)
#576B5F
(87,107,95)
#4B5D52
(75,93,82)
#3F4F45
(63,79,69)
#334138
(51,65,56)
#27332B
(39,51,43)
#1B251E
(27,37,30)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #87A393

#87A393
(135,163,147)
#91AB9C
(145,171,156)
#9BB3A5
(155,179,165)
#A5BBAE
(165,187,174)
#AFC3B7
(175,195,183)
#B9CBC0
(185,203,192)
#C3D3C9
(195,211,201)
#CDDBD2
(205,219,210)
#D7E3DB
(215,227,219)
#E1EBE4
(225,235,228)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A393 color. Also use rgb(135,163,147) instead hex code.

Text Font Color

.myTextColor { color: #87A393; }

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

This text font color is #87A393.


Background Color

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

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

This div background color is #87A393.


Border color

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

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

This div border color is #87A393.


Opacity

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

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

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

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

This text has shadow with #87A393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A393 on black background.


Color preview on white background

This text has color #87A393 on white background.



Black color preview on #87A393 background

This text has black color on #87A393 background.


White color preview on #87A393 background

This text has white color on #87A393 background.