COLOR #825D85

HEX: #825D85
RGB: (130,93,133)

Renk bilgisi

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

RGB renk modeli

#825D85 color RGB value is (130,93,133).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 93 of 255 = 36%
B 133 of 255 = 52%

130
93
133

R + G + B ~ 46%. #825D85 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 93 + 133 = 356 (100%)
R 130 of 356 ~ 36.52%
G 93 of 356 ~ 26.12%
B 133 of 356 ~ 37.36%

%36.52
%26.12
%37.36

CMYK RENK MODELİ

#825D85 rengi CMYK tonu (2,30,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 30.08%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,30,0,48)
C2M30Y0K48 
(2%,30%,0%,48%)
(0.02/0.30/0.00/0.48)	

CMYK yüzdeleri

%2.26
%30.08
%0
%47.84

Codes

Color #825D85 in popluar color models

825D85
RGB13093133
HSL296°17.70%44.31%
HSB/HSV296°30.08%52.16%
CMYK2.26%30.08%0.00%
47.84%

Color #825D85 in popluar number systems.

HEX825D85
Decimal13093133
Binary10000010101110110000101
Octal202135205

Shades and tints

Shades of #825D85

#825D85
(130,93,133)
#775579
(119,85,121)
#6C4D6D
(108,77,109)
#614561
(97,69,97)
#563D55
(86,61,85)
#4B3549
(75,53,73)
#402D3D
(64,45,61)
#352531
(53,37,49)
#2A1D25
(42,29,37)
#1F1519
(31,21,25)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #825D85

#825D85
(130,93,133)
#8D6B90
(141,107,144)
#98799B
(152,121,155)
#A387A6
(163,135,166)
#AE95B1
(174,149,177)
#B9A3BC
(185,163,188)
#C4B1C7
(196,177,199)
#CFBFD2
(207,191,210)
#DACDDD
(218,205,221)
#E5DBE8
(229,219,232)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825D85; }

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

This text font color is #825D85.


Background Color

.myBgColor { background-color: #825D85; }

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

This div background color is #825D85.


Border color

.myBorderColor { border: 1px solid #825D85; }

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

This div border color is #825D85.


Opacity

.myOpacity80 { color: #825D85; opacity: 0.8; }

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

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

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

This text has shadow with #825D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825D85 on black background.


Color preview on white background

This text has color #825D85 on white background.



Black color preview on #825D85 background

This text has black color on #825D85 background.


White color preview on #825D85 background

This text has white color on #825D85 background.