COLOR #827385

HEX: #827385
RGB: (130,115,133)

Renk bilgisi

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

RGB renk modeli

#827385 color RGB value is (130,115,133).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 115 of 255 = 45%
B 133 of 255 = 52%

130
115
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 115 + 133 = 378 (100%)
R 130 of 378 ~ 34.39%
G 115 of 378 ~ 30.42%
B 133 of 378 ~ 35.19%

%34.39
%30.42
%35.19

CMYK RENK MODELİ

#827385 rengi CMYK tonu (2,14,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 13.53%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,14,0,48)
C2M14Y0K48 
(2%,14%,0%,48%)
(0.02/0.14/0.00/0.48)	

CMYK yüzdeleri

%2.26
%13.53
%0
%47.84

Codes

Color #827385 in popluar color models

827385
RGB130115133
HSL290°7.26%48.63%
HSB/HSV290°13.53%52.16%
CMYK2.26%13.53%0.00%
47.84%

Color #827385 in popluar number systems.

HEX827385
Decimal130115133
Binary10000010111001110000101
Octal202163205

Shades and tints

Shades of #827385

#827385
(130,115,133)
#776979
(119,105,121)
#6C5F6D
(108,95,109)
#615561
(97,85,97)
#564B55
(86,75,85)
#4B4149
(75,65,73)
#40373D
(64,55,61)
#352D31
(53,45,49)
#2A2325
(42,35,37)
#1F1919
(31,25,25)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #827385

#827385
(130,115,133)
#8D7F90
(141,127,144)
#988B9B
(152,139,155)
#A397A6
(163,151,166)
#AEA3B1
(174,163,177)
#B9AFBC
(185,175,188)
#C4BBC7
(196,187,199)
#CFC7D2
(207,199,210)
#DAD3DD
(218,211,221)
#E5DFE8
(229,223,232)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827385; }

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

This text font color is #827385.


Background Color

.myBgColor { background-color: #827385; }

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

This div background color is #827385.


Border color

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

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

This div border color is #827385.


Opacity

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

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

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

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

This text has shadow with #827385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827385 on black background.


Color preview on white background

This text has color #827385 on white background.



Black color preview on #827385 background

This text has black color on #827385 background.


White color preview on #827385 background

This text has white color on #827385 background.