COLOR #827F87

HEX: #827F87
RGB: (130,127,135)

Renk bilgisi

#827F87 contains red, green and blue colors in about the same proportion. #827F87 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#827F87 color RGB value is (130,127,135).

  • kırmız ton 130;
  • yeşil ton 127;
  • mavi ton 135.
RGB:
(130,127,135)
(51%,50%,53%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 127 of 255 = 50%
B 135 of 255 = 53%

130
127
135

R + G + B ~ 51%. #827F87 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 127 + 135 = 392 (100%)
R 130 of 392 ~ 33.16%
G 127 of 392 ~ 32.4%
B 135 of 392 ~ 34.44%

%33.16
%32.4
%34.44

CMYK RENK MODELİ

#827F87 rengi CMYK tonu (4,6,0,47).

  • camgöbeği tonu 3.70%
  • eflatun tonu 5.93%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(4,6,0,47)
C4M6Y0K47 
(4%,6%,0%,47%)
(0.04/0.06/0.00/0.47)	

CMYK yüzdeleri

%3.7
%5.93
%0
%47.06

Codes

Color #827F87 in popluar color models

827F87
RGB130127135
HSL263°3.23%51.37%
HSB/HSV263°5.93%52.94%
CMYK3.70%5.93%0.00%
47.06%

Color #827F87 in popluar number systems.

HEX827F87
Decimal130127135
Binary10000010111111110000111
Octal202177207

Shades and tints

Shades of #827F87

#827F87
(130,127,135)
#77747B
(119,116,123)
#6C696F
(108,105,111)
#615E63
(97,94,99)
#565357
(86,83,87)
#4B484B
(75,72,75)
#403D3F
(64,61,63)
#353233
(53,50,51)
#2A2727
(42,39,39)
#1F1C1B
(31,28,27)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #827F87

#827F87
(130,127,135)
#8D8A91
(141,138,145)
#98959B
(152,149,155)
#A3A0A5
(163,160,165)
#AEABAF
(174,171,175)
#B9B6B9
(185,182,185)
#C4C1C3
(196,193,195)
#CFCCCD
(207,204,205)
#DAD7D7
(218,215,215)
#E5E2E1
(229,226,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827F87 color. Also use rgb(130,127,135) instead hex code.

Text Font Color

.myTextColor { color: #827F87; }

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

This text font color is #827F87.


Background Color

.myBgColor { background-color: #827F87; }

<div style="background-color:#827F87">Inner text</div>

This div background color is #827F87.


Border color

.myBorderColor { border: 1px solid #827F87; }

<div style="border:3px solid #827F87">Div</div>

This div border color is #827F87.


Opacity

.myOpacity80 { color: #827F87; opacity: 0.8; }

<p style="color:#827F87;opacity:0.8;">80%</p>

Text with #827F87 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 #827F87;}

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

This text has shadow with #827F87 color.

.textShadow {text-shadow: 3px 3px 1px #827F87, 3px 3px 1px red;}

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

This text has shadow with #827F87 primary color and red secondary color.


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

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

This text has shadow with #827F87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827F87 on black background.


Color preview on white background

This text has color #827F87 on white background.



Black color preview on #827F87 background

This text has black color on #827F87 background.


White color preview on #827F87 background

This text has white color on #827F87 background.