COLOR #825988

HEX: #825988
RGB: (130,89,136)

Renk bilgisi

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

RGB renk modeli

#825988 color RGB value is (130,89,136).

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

RGB bağlantıları ve doygunluk

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

130
89
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 89 + 136 = 355 (100%)
R 130 of 355 ~ 36.62%
G 89 of 355 ~ 25.07%
B 136 of 355 ~ 38.31%

%36.62
%25.07
%38.31

CMYK RENK MODELİ

#825988 rengi CMYK tonu (4,35,0,47).

  • camgöbeği tonu 4.41%
  • eflatun tonu 34.56%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(4,35,0,47)
C4M35Y0K47 
(4%,35%,0%,47%)
(0.04/0.35/0.00/0.47)	

CMYK yüzdeleri

%4.41
%34.56
%0
%46.67

Codes

Color #825988 in popluar color models

825988
RGB13089136
HSL292°20.89%44.12%
HSB/HSV292°34.56%53.33%
CMYK4.41%34.56%0.00%
46.67%

Color #825988 in popluar number systems.

HEX825988
Decimal13089136
Binary10000010101100110001000
Octal202131210

Shades and tints

Shades of #825988

#825988
(130,89,136)
#77517C
(119,81,124)
#6C4970
(108,73,112)
#614164
(97,65,100)
#563958
(86,57,88)
#4B314C
(75,49,76)
#402940
(64,41,64)
#352134
(53,33,52)
#2A1928
(42,25,40)
#1F111C
(31,17,28)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #825988

#825988
(130,89,136)
#8D6892
(141,104,146)
#98779C
(152,119,156)
#A386A6
(163,134,166)
#AE95B0
(174,149,176)
#B9A4BA
(185,164,186)
#C4B3C4
(196,179,196)
#CFC2CE
(207,194,206)
#DAD1D8
(218,209,216)
#E5E0E2
(229,224,226)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825988; }

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

This text font color is #825988.


Background Color

.myBgColor { background-color: #825988; }

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

This div background color is #825988.


Border color

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

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

This div border color is #825988.


Opacity

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

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

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

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

This text has shadow with #825988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825988 on black background.


Color preview on white background

This text has color #825988 on white background.



Black color preview on #825988 background

This text has black color on #825988 background.


White color preview on #825988 background

This text has white color on #825988 background.