COLOR #827985

HEX: #827985
RGB: (130,121,133)

Renk bilgisi

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

RGB renk modeli

#827985 color RGB value is (130,121,133).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 121 of 255 = 47%
B 133 of 255 = 52%

130
121
133

R + G + B ~ 50%. #827985 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 121 + 133 = 384 (100%)
R 130 of 384 ~ 33.85%
G 121 of 384 ~ 31.51%
B 133 of 384 ~ 34.64%

%33.85
%31.51
%34.64

CMYK RENK MODELİ

#827985 rengi CMYK tonu (2,9,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 9.02%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,9,0,48)
C2M9Y0K48 
(2%,9%,0%,48%)
(0.02/0.09/0.00/0.48)	

CMYK yüzdeleri

%2.26
%9.02
%0
%47.84

Codes

Color #827985 in popluar color models

827985
RGB130121133
HSL285°4.72%49.80%
HSB/HSV285°9.02%52.16%
CMYK2.26%9.02%0.00%
47.84%

Color #827985 in popluar number systems.

HEX827985
Decimal130121133
Binary10000010111100110000101
Octal202171205

Shades and tints

Shades of #827985

#827985
(130,121,133)
#776E79
(119,110,121)
#6C636D
(108,99,109)
#615861
(97,88,97)
#564D55
(86,77,85)
#4B4249
(75,66,73)
#40373D
(64,55,61)
#352C31
(53,44,49)
#2A2125
(42,33,37)
#1F1619
(31,22,25)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #827985

#827985
(130,121,133)
#8D8590
(141,133,144)
#98919B
(152,145,155)
#A39DA6
(163,157,166)
#AEA9B1
(174,169,177)
#B9B5BC
(185,181,188)
#C4C1C7
(196,193,199)
#CFCDD2
(207,205,210)
#DAD9DD
(218,217,221)
#E5E5E8
(229,229,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827985; }

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

This text font color is #827985.


Background Color

.myBgColor { background-color: #827985; }

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

This div background color is #827985.


Border color

.myBorderColor { border: 1px solid #827985; }

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

This div border color is #827985.


Opacity

.myOpacity80 { color: #827985; opacity: 0.8; }

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

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

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

This text has shadow with #827985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827985 on black background.


Color preview on white background

This text has color #827985 on white background.



Black color preview on #827985 background

This text has black color on #827985 background.


White color preview on #827985 background

This text has white color on #827985 background.