COLOR #825185

HEX: #825185
RGB: (130,81,133)

Renk bilgisi

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

RGB renk modeli

#825185 color RGB value is (130,81,133).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 81 of 255 = 32%
B 133 of 255 = 52%

130
81
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 81 + 133 = 344 (100%)
R 130 of 344 ~ 37.79%
G 81 of 344 ~ 23.55%
B 133 of 344 ~ 38.66%

%37.79
%23.55
%38.66

CMYK RENK MODELİ

#825185 rengi CMYK tonu (2,39,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 39.10%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,39,0,48)
C2M39Y0K48 
(2%,39%,0%,48%)
(0.02/0.39/0.00/0.48)	

CMYK yüzdeleri

%2.26
%39.1
%0
%47.84

Codes

Color #825185 in popluar color models

825185
RGB13081133
HSL297°24.30%41.96%
HSB/HSV297°39.10%52.16%
CMYK2.26%39.10%0.00%
47.84%

Color #825185 in popluar number systems.

HEX825185
Decimal13081133
Binary10000010101000110000101
Octal202121205

Shades and tints

Shades of #825185

#825185
(130,81,133)
#774A79
(119,74,121)
#6C436D
(108,67,109)
#613C61
(97,60,97)
#563555
(86,53,85)
#4B2E49
(75,46,73)
#40273D
(64,39,61)
#352031
(53,32,49)
#2A1925
(42,25,37)
#1F1219
(31,18,25)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #825185

#825185
(130,81,133)
#8D6090
(141,96,144)
#986F9B
(152,111,155)
#A37EA6
(163,126,166)
#AE8DB1
(174,141,177)
#B99CBC
(185,156,188)
#C4ABC7
(196,171,199)
#CFBAD2
(207,186,210)
#DAC9DD
(218,201,221)
#E5D8E8
(229,216,232)
#F0E7F3
(240,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825185; }

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

This text font color is #825185.


Background Color

.myBgColor { background-color: #825185; }

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

This div background color is #825185.


Border color

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

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

This div border color is #825185.


Opacity

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

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

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

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

This text has shadow with #825185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825185 on black background.


Color preview on white background

This text has color #825185 on white background.



Black color preview on #825185 background

This text has black color on #825185 background.


White color preview on #825185 background

This text has white color on #825185 background.