COLOR #827DE6

HEX: #827DE6
RGB: (130,125,230)

Renk bilgisi

#827DE6 contains mainly blue color. #827DE6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#827DE6 color RGB value is (130,125,230).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 230 of 255 = 90%

130
125
230

R + G + B ~ 63%. #827DE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 230 = 485 (100%)
R 130 of 485 ~ 26.8%
G 125 of 485 ~ 25.77%
B 230 of 485 ~ 47.42%

%26.8
%25.77
%47.42

CMYK RENK MODELİ

#827DE6 rengi CMYK tonu (43,46,0,10).

  • camgöbeği tonu 43.48%
  • eflatun tonu 45.65%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(43,46,0,10)
C43M46Y0K10 
(43%,46%,0%,10%)
(0.43/0.46/0.00/0.10)	

CMYK yüzdeleri

%43.48
%45.65
%0
%9.8

Codes

Color #827DE6 in popluar color models

827DE6
RGB130125230
HSL243°67.74%69.61%
HSB/HSV243°45.65%90.20%
CMYK43.48%45.65%0.00%
9.80%

Color #827DE6 in popluar number systems.

HEX827DE6
Decimal130125230
Binary10000010111110111100110
Octal202175346

Shades and tints

Shades of #827DE6

#827DE6
(130,125,230)
#7772D2
(119,114,210)
#6C67BE
(108,103,190)
#615CAA
(97,92,170)
#565196
(86,81,150)
#4B4682
(75,70,130)
#403B6E
(64,59,110)
#35305A
(53,48,90)
#2A2546
(42,37,70)
#1F1A32
(31,26,50)
#140F1E
(20,15,30)
#000000
(0,0,0)

Tints of #827DE6

#827DE6
(130,125,230)
#8D88E8
(141,136,232)
#9893EA
(152,147,234)
#A39EEC
(163,158,236)
#AEA9EE
(174,169,238)
#B9B4F0
(185,180,240)
#C4BFF2
(196,191,242)
#CFCAF4
(207,202,244)
#DAD5F6
(218,213,246)
#E5E0F8
(229,224,248)
#F0EBFA
(240,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827DE6; }

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

This text font color is #827DE6.


Background Color

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

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

This div background color is #827DE6.


Border color

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

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

This div border color is #827DE6.


Opacity

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

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

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

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

This text has shadow with #827DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827DE6 on black background.


Color preview on white background

This text has color #827DE6 on white background.



Black color preview on #827DE6 background

This text has black color on #827DE6 background.


White color preview on #827DE6 background

This text has white color on #827DE6 background.