COLOR #825888

HEX: #825888
RGB: (130,88,136)

Renk bilgisi

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

RGB renk modeli

#825888 color RGB value is (130,88,136).

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

RGB bağlantıları ve doygunluk

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

130
88
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 88 + 136 = 354 (100%)
R 130 of 354 ~ 36.72%
G 88 of 354 ~ 24.86%
B 136 of 354 ~ 38.42%

%36.72
%24.86
%38.42

CMYK RENK MODELİ

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

  • camgöbeği tonu 4.41%
  • eflatun tonu 35.29%
  • 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
%35.29
%0
%46.67

Codes

Color #825888 in popluar color models

825888
RGB13088136
HSL293°21.43%43.92%
HSB/HSV293°35.29%53.33%
CMYK4.41%35.29%0.00%
46.67%

Color #825888 in popluar number systems.

HEX825888
Decimal13088136
Binary10000010101100010001000
Octal202130210

Shades and tints

Shades of #825888

#825888
(130,88,136)
#77507C
(119,80,124)
#6C4870
(108,72,112)
#614064
(97,64,100)
#563858
(86,56,88)
#4B304C
(75,48,76)
#402840
(64,40,64)
#352034
(53,32,52)
#2A1828
(42,24,40)
#1F101C
(31,16,28)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #825888

#825888
(130,88,136)
#8D6792
(141,103,146)
#98769C
(152,118,156)
#A385A6
(163,133,166)
#AE94B0
(174,148,176)
#B9A3BA
(185,163,186)
#C4B2C4
(196,178,196)
#CFC1CE
(207,193,206)
#DAD0D8
(218,208,216)
#E5DFE2
(229,223,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825888; }

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

This text font color is #825888.


Background Color

.myBgColor { background-color: #825888; }

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

This div background color is #825888.


Border color

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

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

This div border color is #825888.


Opacity

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

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

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

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

This text has shadow with #825888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825888 on black background.


Color preview on white background

This text has color #825888 on white background.



Black color preview on #825888 background

This text has black color on #825888 background.


White color preview on #825888 background

This text has white color on #825888 background.