COLOR #825E85

HEX: #825E85
RGB: (130,94,133)

Renk bilgisi

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

RGB renk modeli

#825E85 color RGB value is (130,94,133).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 94 of 255 = 37%
B 133 of 255 = 52%

130
94
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 94 + 133 = 357 (100%)
R 130 of 357 ~ 36.41%
G 94 of 357 ~ 26.33%
B 133 of 357 ~ 37.25%

%36.41
%26.33
%37.25

CMYK RENK MODELİ

#825E85 rengi CMYK tonu (2,29,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 29.32%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,29,0,48)
C2M29Y0K48 
(2%,29%,0%,48%)
(0.02/0.29/0.00/0.48)	

CMYK yüzdeleri

%2.26
%29.32
%0
%47.84

Codes

Color #825E85 in popluar color models

825E85
RGB13094133
HSL295°17.18%44.51%
HSB/HSV295°29.32%52.16%
CMYK2.26%29.32%0.00%
47.84%

Color #825E85 in popluar number systems.

HEX825E85
Decimal13094133
Binary10000010101111010000101
Octal202136205

Shades and tints

Shades of #825E85

#825E85
(130,94,133)
#775679
(119,86,121)
#6C4E6D
(108,78,109)
#614661
(97,70,97)
#563E55
(86,62,85)
#4B3649
(75,54,73)
#402E3D
(64,46,61)
#352631
(53,38,49)
#2A1E25
(42,30,37)
#1F1619
(31,22,25)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #825E85

#825E85
(130,94,133)
#8D6C90
(141,108,144)
#987A9B
(152,122,155)
#A388A6
(163,136,166)
#AE96B1
(174,150,177)
#B9A4BC
(185,164,188)
#C4B2C7
(196,178,199)
#CFC0D2
(207,192,210)
#DACEDD
(218,206,221)
#E5DCE8
(229,220,232)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E85; }

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

This text font color is #825E85.


Background Color

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

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

This div background color is #825E85.


Border color

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

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

This div border color is #825E85.


Opacity

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

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

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

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

This text has shadow with #825E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E85 on black background.


Color preview on white background

This text has color #825E85 on white background.



Black color preview on #825E85 background

This text has black color on #825E85 background.


White color preview on #825E85 background

This text has white color on #825E85 background.