COLOR #827DAF

HEX: #827DAF
RGB: (130,125,175)

Renk bilgisi

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

RGB renk modeli

#827DAF color RGB value is (130,125,175).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 175 of 255 = 69%

130
125
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 175 = 430 (100%)
R 130 of 430 ~ 30.23%
G 125 of 430 ~ 29.07%
B 175 of 430 ~ 40.7%

%30.23
%29.07
%40.7

CMYK RENK MODELİ

#827DAF rengi CMYK tonu (26,29,0,31).

  • camgöbeği tonu 25.71%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(26,29,0,31)
C26M29Y0K31 
(26%,29%,0%,31%)
(0.26/0.29/0.00/0.31)	

CMYK yüzdeleri

%25.71
%28.57
%0
%31.37

Codes

Color #827DAF in popluar color models

827DAF
RGB130125175
HSL246°23.81%58.82%
HSB/HSV246°28.57%68.63%
CMYK25.71%28.57%0.00%
31.37%

Color #827DAF in popluar number systems.

HEX827DAF
Decimal130125175
Binary10000010111110110101111
Octal202175257

Shades and tints

Shades of #827DAF

#827DAF
(130,125,175)
#7772A0
(119,114,160)
#6C6791
(108,103,145)
#615C82
(97,92,130)
#565173
(86,81,115)
#4B4664
(75,70,100)
#403B55
(64,59,85)
#353046
(53,48,70)
#2A2537
(42,37,55)
#1F1A28
(31,26,40)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #827DAF

#827DAF
(130,125,175)
#8D88B6
(141,136,182)
#9893BD
(152,147,189)
#A39EC4
(163,158,196)
#AEA9CB
(174,169,203)
#B9B4D2
(185,180,210)
#C4BFD9
(196,191,217)
#CFCAE0
(207,202,224)
#DAD5E7
(218,213,231)
#E5E0EE
(229,224,238)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827DAF; }

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

This text font color is #827DAF.


Background Color

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

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

This div background color is #827DAF.


Border color

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

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

This div border color is #827DAF.


Opacity

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

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

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

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

This text has shadow with #827DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827DAF on black background.


Color preview on white background

This text has color #827DAF on white background.



Black color preview on #827DAF background

This text has black color on #827DAF background.


White color preview on #827DAF background

This text has white color on #827DAF background.