COLOR #87838C

HEX: #87838C
RGB: (135,131,140)

Renk bilgisi

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

RGB renk modeli

#87838C color RGB value is (135,131,140).

  • kırmız ton 135;
  • yeşil ton 131;
  • mavi ton 140.
RGB:
(135,131,140)
(53%,51%,55%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 131 of 255 = 51%
B 140 of 255 = 55%

135
131
140

R + G + B ~ 53%. #87838C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 131 + 140 = 406 (100%)
R 135 of 406 ~ 33.25%
G 131 of 406 ~ 32.27%
B 140 of 406 ~ 34.48%

%33.25
%32.27
%34.48

CMYK RENK MODELİ

#87838C rengi CMYK tonu (4,6,0,45).

  • camgöbeği tonu 3.57%
  • eflatun tonu 6.43%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(4,6,0,45)
C4M6Y0K45 
(4%,6%,0%,45%)
(0.04/0.06/0.00/0.45)	

CMYK yüzdeleri

%3.57
%6.43
%0
%45.1

Codes

Color #87838C in popluar color models

87838C
RGB135131140
HSL267°3.77%53.14%
HSB/HSV267°6.43%54.90%
CMYK3.57%6.43%0.00%
45.10%

Color #87838C in popluar number systems.

HEX87838C
Decimal135131140
Binary100001111000001110001100
Octal207203214

Shades and tints

Shades of #87838C

#87838C
(135,131,140)
#7B7880
(123,120,128)
#6F6D74
(111,109,116)
#636268
(99,98,104)
#57575C
(87,87,92)
#4B4C50
(75,76,80)
#3F4144
(63,65,68)
#333638
(51,54,56)
#272B2C
(39,43,44)
#1B2020
(27,32,32)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #87838C

#87838C
(135,131,140)
#918E96
(145,142,150)
#9B99A0
(155,153,160)
#A5A4AA
(165,164,170)
#AFAFB4
(175,175,180)
#B9BABE
(185,186,190)
#C3C5C8
(195,197,200)
#CDD0D2
(205,208,210)
#D7DBDC
(215,219,220)
#E1E6E6
(225,230,230)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87838C color. Also use rgb(135,131,140) instead hex code.

Text Font Color

.myTextColor { color: #87838C; }

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

This text font color is #87838C.


Background Color

.myBgColor { background-color: #87838C; }

<div style="background-color:#87838C">Inner text</div>

This div background color is #87838C.


Border color

.myBorderColor { border: 1px solid #87838C; }

<div style="border:3px solid #87838C">Div</div>

This div border color is #87838C.


Opacity

.myOpacity80 { color: #87838C; opacity: 0.8; }

<p style="color:#87838C;opacity:0.8;">80%</p>

Text with #87838C 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 #87838C;}

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

This text has shadow with #87838C color.

.textShadow {text-shadow: 3px 3px 1px #87838C, 3px 3px 1px red;}

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

This text has shadow with #87838C primary color and red secondary color.


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

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

This text has shadow with #87838C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87838C on black background.


Color preview on white background

This text has color #87838C on white background.



Black color preview on #87838C background

This text has black color on #87838C background.


White color preview on #87838C background

This text has white color on #87838C background.