COLOR #825A88

HEX: #825A88
RGB: (130,90,136)

Renk bilgisi

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

RGB renk modeli

#825A88 color RGB value is (130,90,136).

  • kırmız ton 130;
  • yeşil ton 90;
  • mavi ton 136.
RGB:
(130,90,136)
(51%,35%,53%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 90 of 255 = 35%
B 136 of 255 = 53%

130
90
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 90 + 136 = 356 (100%)
R 130 of 356 ~ 36.52%
G 90 of 356 ~ 25.28%
B 136 of 356 ~ 38.2%

%36.52
%25.28
%38.2

CMYK RENK MODELİ

#825A88 rengi CMYK tonu (4,34,0,47).

  • camgöbeği tonu 4.41%
  • eflatun tonu 33.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(4,34,0,47)
C4M34Y0K47 
(4%,34%,0%,47%)
(0.04/0.34/0.00/0.47)	

CMYK yüzdeleri

%4.41
%33.82
%0
%46.67

Codes

Color #825A88 in popluar color models

825A88
RGB13090136
HSL292°20.35%44.31%
HSB/HSV292°33.82%53.33%
CMYK4.41%33.82%0.00%
46.67%

Color #825A88 in popluar number systems.

HEX825A88
Decimal13090136
Binary10000010101101010001000
Octal202132210

Shades and tints

Shades of #825A88

#825A88
(130,90,136)
#77527C
(119,82,124)
#6C4A70
(108,74,112)
#614264
(97,66,100)
#563A58
(86,58,88)
#4B324C
(75,50,76)
#402A40
(64,42,64)
#352234
(53,34,52)
#2A1A28
(42,26,40)
#1F121C
(31,18,28)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #825A88

#825A88
(130,90,136)
#8D6992
(141,105,146)
#98789C
(152,120,156)
#A387A6
(163,135,166)
#AE96B0
(174,150,176)
#B9A5BA
(185,165,186)
#C4B4C4
(196,180,196)
#CFC3CE
(207,195,206)
#DAD2D8
(218,210,216)
#E5E1E2
(229,225,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825A88 color. Also use rgb(130,90,136) instead hex code.

Text Font Color

.myTextColor { color: #825A88; }

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

This text font color is #825A88.


Background Color

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

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

This div background color is #825A88.


Border color

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

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

This div border color is #825A88.


Opacity

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

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

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

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

This text has shadow with #825A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825A88 on black background.


Color preview on white background

This text has color #825A88 on white background.



Black color preview on #825A88 background

This text has black color on #825A88 background.


White color preview on #825A88 background

This text has white color on #825A88 background.