COLOR #827589

HEX: #827589
RGB: (130,117,137)

Renk bilgisi

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

RGB renk modeli

#827589 color RGB value is (130,117,137).

  • kırmız ton 130;
  • yeşil ton 117;
  • mavi ton 137.
RGB:
(130,117,137)
(51%,46%,54%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 117 of 255 = 46%
B 137 of 255 = 54%

130
117
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 117 + 137 = 384 (100%)
R 130 of 384 ~ 33.85%
G 117 of 384 ~ 30.47%
B 137 of 384 ~ 35.68%

%33.85
%30.47
%35.68

CMYK RENK MODELİ

#827589 rengi CMYK tonu (5,15,0,46).

  • camgöbeği tonu 5.11%
  • eflatun tonu 14.60%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(5,15,0,46)
C5M15Y0K46 
(5%,15%,0%,46%)
(0.05/0.15/0.00/0.46)	

CMYK yüzdeleri

%5.11
%14.6
%0
%46.27

Codes

Color #827589 in popluar color models

827589
RGB130117137
HSL279°7.87%49.80%
HSB/HSV279°14.60%53.73%
CMYK5.11%14.60%0.00%
46.27%

Color #827589 in popluar number systems.

HEX827589
Decimal130117137
Binary10000010111010110001001
Octal202165211

Shades and tints

Shades of #827589

#827589
(130,117,137)
#776B7D
(119,107,125)
#6C6171
(108,97,113)
#615765
(97,87,101)
#564D59
(86,77,89)
#4B434D
(75,67,77)
#403941
(64,57,65)
#352F35
(53,47,53)
#2A2529
(42,37,41)
#1F1B1D
(31,27,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #827589

#827589
(130,117,137)
#8D8193
(141,129,147)
#988D9D
(152,141,157)
#A399A7
(163,153,167)
#AEA5B1
(174,165,177)
#B9B1BB
(185,177,187)
#C4BDC5
(196,189,197)
#CFC9CF
(207,201,207)
#DAD5D9
(218,213,217)
#E5E1E3
(229,225,227)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827589 color. Also use rgb(130,117,137) instead hex code.

Text Font Color

.myTextColor { color: #827589; }

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

This text font color is #827589.


Background Color

.myBgColor { background-color: #827589; }

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

This div background color is #827589.


Border color

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

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

This div border color is #827589.


Opacity

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

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

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

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

This text has shadow with #827589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827589 on black background.


Color preview on white background

This text has color #827589 on white background.



Black color preview on #827589 background

This text has black color on #827589 background.


White color preview on #827589 background

This text has white color on #827589 background.