COLOR #826988

HEX: #826988
RGB: (130,105,136)

Color info

#826988 contains red, green and blue colors in about the same proportion. Web safe color of #826988 is #996699 (or #969).

RGB color model

#826988 color RGB value is (130,105,136).

  • red value is 130;
  • green value is 105;
  • blue value is 136.
RGB:
(130,105,136)
(51%,41%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 136 of 255 = 53%

130
105
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 136 = 371 (100%)
R 130 of 371 ~ 35.04%
G 105 of 371 ~ 28.3%
B 136 of 371 ~ 36.66%

%35.04
%28.3
%36.66

CMYK color model

#826988 color CMYK value is (4,23,0,47).

  • cyan value is 4.41%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,23,0,47)
C4M23Y0K47 
(4%,23%,0%,47%)
(0.04/0.23/0.00/0.47)	

CMYK percentages

%4.41
%22.79
%0
%46.67

Codes

Color #826988 in popluar color models

826988
RGB130105136
HSL288°12.86%47.25%
HSB/HSV288°22.79%53.33%
CMYK4.41%22.79%0.00%
46.67%

Color #826988 in popluar number systems.

HEX826988
Decimal130105136
Binary10000010110100110001000
Octal202151210

Shades and tints

Shades of #826988

#826988
(130,105,136)
#77607C
(119,96,124)
#6C5770
(108,87,112)
#614E64
(97,78,100)
#564558
(86,69,88)
#4B3C4C
(75,60,76)
#403340
(64,51,64)
#352A34
(53,42,52)
#2A2128
(42,33,40)
#1F181C
(31,24,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #826988

#826988
(130,105,136)
#8D7692
(141,118,146)
#98839C
(152,131,156)
#A390A6
(163,144,166)
#AE9DB0
(174,157,176)
#B9AABA
(185,170,186)
#C4B7C4
(196,183,196)
#CFC4CE
(207,196,206)
#DAD1D8
(218,209,216)
#E5DEE2
(229,222,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826988; }

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

This text font color is #826988.


Background Color

.myBgColor { background-color: #826988; }

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

This div background color is #826988.


Border color

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

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

This div border color is #826988.


Opacity

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

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

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

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

This text has shadow with #826988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826988 on black background.


Color preview on white background

This text has color #826988 on white background.



Black color preview on #826988 background

This text has black color on #826988 background.


White color preview on #826988 background

This text has white color on #826988 background.