COLOR #827080

HEX: #827080
RGB: (130,112,128)

Renk bilgisi

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

RGB renk modeli

#827080 color RGB value is (130,112,128).

  • kırmız ton 130;
  • yeşil ton 112;
  • mavi ton 128.
RGB:
(130,112,128)
(51%,44%,50%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 112 of 255 = 44%
B 128 of 255 = 50%

130
112
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 112 + 128 = 370 (100%)
R 130 of 370 ~ 35.14%
G 112 of 370 ~ 30.27%
B 128 of 370 ~ 34.59%

%35.14
%30.27
%34.59

CMYK RENK MODELİ

#827080 rengi CMYK tonu (0,14,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.85%
  • sarı tonu 1.54%
  • ana renk tonu 49.02%
CMYK:
(0,14,2,49)
C0M14Y2K49 
(0%,14%,2%,49%)
(0.00/0.14/0.02/0.49)	

CMYK yüzdeleri

%0
%13.85
%1.54
%49.02

Codes

Color #827080 in popluar color models

827080
RGB130112128
HSL307°7.44%47.45%
HSB/HSV307°13.85%50.98%
CMYK0.00%13.85%1.54%
49.02%

Color #827080 in popluar number systems.

HEX827080
Decimal130112128
Binary10000010111000010000000
Octal202160200

Shades and tints

Shades of #827080

#827080
(130,112,128)
#776675
(119,102,117)
#6C5C6A
(108,92,106)
#61525F
(97,82,95)
#564854
(86,72,84)
#4B3E49
(75,62,73)
#40343E
(64,52,62)
#352A33
(53,42,51)
#2A2028
(42,32,40)
#1F161D
(31,22,29)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #827080

#827080
(130,112,128)
#8D7D8B
(141,125,139)
#988A96
(152,138,150)
#A397A1
(163,151,161)
#AEA4AC
(174,164,172)
#B9B1B7
(185,177,183)
#C4BEC2
(196,190,194)
#CFCBCD
(207,203,205)
#DAD8D8
(218,216,216)
#E5E5E3
(229,229,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827080 color. Also use rgb(130,112,128) instead hex code.

Text Font Color

.myTextColor { color: #827080; }

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

This text font color is #827080.


Background Color

.myBgColor { background-color: #827080; }

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

This div background color is #827080.


Border color

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

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

This div border color is #827080.


Opacity

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

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

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

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

This text has shadow with #827080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827080 on black background.


Color preview on white background

This text has color #827080 on white background.



Black color preview on #827080 background

This text has black color on #827080 background.


White color preview on #827080 background

This text has white color on #827080 background.