COLOR #867DB2

HEX: #867DB2
RGB: (134,125,178)

Color info

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

RGB color model

#867DB2 color RGB value is (134,125,178).

  • red value is 134;
  • green value is 125;
  • blue value is 178.
RGB:
(134,125,178)
(53%,49%,70%)

RGB channels and saturation

R 134 of 255 = 53%
G 125 of 255 = 49%
B 178 of 255 = 70%

134
125
178

R + G + B ~ 57%. #867DB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 125 + 178 = 437 (100%)
R 134 of 437 ~ 30.66%
G 125 of 437 ~ 28.6%
B 178 of 437 ~ 40.73%

%30.66
%28.6
%40.73

CMYK color model

#867DB2 color CMYK value is (25,30,0,30).

  • cyan value is 24.72%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(25,30,0,30)
C25M30Y0K30 
(25%,30%,0%,30%)
(0.25/0.30/0.00/0.30)	

CMYK percentages

%24.72
%29.78
%0
%30.2

Codes

Color #867DB2 in popluar color models

867DB2
RGB134125178
HSL250°25.60%59.41%
HSB/HSV250°29.78%69.80%
CMYK24.72%29.78%0.00%
30.20%

Color #867DB2 in popluar number systems.

HEX867DB2
Decimal134125178
Binary10000110111110110110010
Octal206175262

Shades and tints

Shades of #867DB2

#867DB2
(134,125,178)
#7A72A2
(122,114,162)
#6E6792
(110,103,146)
#625C82
(98,92,130)
#565172
(86,81,114)
#4A4662
(74,70,98)
#3E3B52
(62,59,82)
#323042
(50,48,66)
#262532
(38,37,50)
#1A1A22
(26,26,34)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #867DB2

#867DB2
(134,125,178)
#9188B9
(145,136,185)
#9C93C0
(156,147,192)
#A79EC7
(167,158,199)
#B2A9CE
(178,169,206)
#BDB4D5
(189,180,213)
#C8BFDC
(200,191,220)
#D3CAE3
(211,202,227)
#DED5EA
(222,213,234)
#E9E0F1
(233,224,241)
#F4EBF8
(244,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867DB2 color. Also use rgb(134,125,178) instead hex code.

Text Font Color

.myTextColor { color: #867DB2; }

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

This text font color is #867DB2.


Background Color

.myBgColor { background-color: #867DB2; }

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

This div background color is #867DB2.


Border color

.myBorderColor { border: 1px solid #867DB2; }

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

This div border color is #867DB2.


Opacity

.myOpacity80 { color: #867DB2; opacity: 0.8; }

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

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

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

This text has shadow with #867DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867DB2 on black background.


Color preview on white background

This text has color #867DB2 on white background.



Black color preview on #867DB2 background

This text has black color on #867DB2 background.


White color preview on #867DB2 background

This text has white color on #867DB2 background.