COLOR #827D85

HEX: #827D85
RGB: (130,125,133)

Renk bilgisi

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

RGB renk modeli

#827D85 color RGB value is (130,125,133).

  • kırmız ton 130;
  • yeşil ton 125;
  • mavi ton 133.
RGB:
(130,125,133)
(51%,49%,52%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 133 of 255 = 52%

130
125
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 133 = 388 (100%)
R 130 of 388 ~ 33.51%
G 125 of 388 ~ 32.22%
B 133 of 388 ~ 34.28%

%33.51
%32.22
%34.28

CMYK RENK MODELİ

#827D85 rengi CMYK tonu (2,6,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 6.02%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,6,0,48)
C2M6Y0K48 
(2%,6%,0%,48%)
(0.02/0.06/0.00/0.48)	

CMYK yüzdeleri

%2.26
%6.02
%0
%47.84

Codes

Color #827D85 in popluar color models

827D85
RGB130125133
HSL278°3.17%50.59%
HSB/HSV278°6.02%52.16%
CMYK2.26%6.02%0.00%
47.84%

Color #827D85 in popluar number systems.

HEX827D85
Decimal130125133
Binary10000010111110110000101
Octal202175205

Shades and tints

Shades of #827D85

#827D85
(130,125,133)
#777279
(119,114,121)
#6C676D
(108,103,109)
#615C61
(97,92,97)
#565155
(86,81,85)
#4B4649
(75,70,73)
#403B3D
(64,59,61)
#353031
(53,48,49)
#2A2525
(42,37,37)
#1F1A19
(31,26,25)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #827D85

#827D85
(130,125,133)
#8D8890
(141,136,144)
#98939B
(152,147,155)
#A39EA6
(163,158,166)
#AEA9B1
(174,169,177)
#B9B4BC
(185,180,188)
#C4BFC7
(196,191,199)
#CFCAD2
(207,202,210)
#DAD5DD
(218,213,221)
#E5E0E8
(229,224,232)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827D85 color. Also use rgb(130,125,133) instead hex code.

Text Font Color

.myTextColor { color: #827D85; }

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

This text font color is #827D85.


Background Color

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

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

This div background color is #827D85.


Border color

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

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

This div border color is #827D85.


Opacity

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

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

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

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

This text has shadow with #827D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D85 on black background.


Color preview on white background

This text has color #827D85 on white background.



Black color preview on #827D85 background

This text has black color on #827D85 background.


White color preview on #827D85 background

This text has white color on #827D85 background.