COLOR #825985

HEX: #825985
RGB: (130,89,133)

Renk bilgisi

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

RGB renk modeli

#825985 color RGB value is (130,89,133).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 89 of 255 = 35%
B 133 of 255 = 52%

130
89
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 89 + 133 = 352 (100%)
R 130 of 352 ~ 36.93%
G 89 of 352 ~ 25.28%
B 133 of 352 ~ 37.78%

%36.93
%25.28
%37.78

CMYK RENK MODELİ

#825985 rengi CMYK tonu (2,33,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 33.08%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,33,0,48)
C2M33Y0K48 
(2%,33%,0%,48%)
(0.02/0.33/0.00/0.48)	

CMYK yüzdeleri

%2.26
%33.08
%0
%47.84

Codes

Color #825985 in popluar color models

825985
RGB13089133
HSL296°19.82%43.53%
HSB/HSV296°33.08%52.16%
CMYK2.26%33.08%0.00%
47.84%

Color #825985 in popluar number systems.

HEX825985
Decimal13089133
Binary10000010101100110000101
Octal202131205

Shades and tints

Shades of #825985

#825985
(130,89,133)
#775179
(119,81,121)
#6C496D
(108,73,109)
#614161
(97,65,97)
#563955
(86,57,85)
#4B3149
(75,49,73)
#40293D
(64,41,61)
#352131
(53,33,49)
#2A1925
(42,25,37)
#1F1119
(31,17,25)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #825985

#825985
(130,89,133)
#8D6890
(141,104,144)
#98779B
(152,119,155)
#A386A6
(163,134,166)
#AE95B1
(174,149,177)
#B9A4BC
(185,164,188)
#C4B3C7
(196,179,199)
#CFC2D2
(207,194,210)
#DAD1DD
(218,209,221)
#E5E0E8
(229,224,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825985; }

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

This text font color is #825985.


Background Color

.myBgColor { background-color: #825985; }

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

This div background color is #825985.


Border color

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

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

This div border color is #825985.


Opacity

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

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

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

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

This text has shadow with #825985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825985 on black background.


Color preview on white background

This text has color #825985 on white background.



Black color preview on #825985 background

This text has black color on #825985 background.


White color preview on #825985 background

This text has white color on #825985 background.