COLOR #867993

HEX: #867993
RGB: (134,121,147)

Color info

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

RGB color model

#867993 color RGB value is (134,121,147).

  • red value is 134;
  • green value is 121;
  • blue value is 147.
RGB:
(134,121,147)
(53%,47%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 121 of 255 = 47%
B 147 of 255 = 58%

134
121
147

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

Portions of RGB colors in percentages

R + G + B =
134 + 121 + 147 = 402 (100%)
R 134 of 402 ~ 33.33%
G 121 of 402 ~ 30.1%
B 147 of 402 ~ 36.57%

%33.33
%30.1
%36.57

CMYK color model

#867993 color CMYK value is (9,18,0,42).

  • cyan value is 8.84%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(9,18,0,42)
C9M18Y0K42 
(9%,18%,0%,42%)
(0.09/0.18/0.00/0.42)	

CMYK percentages

%8.84
%17.69
%0
%42.35

Codes

Color #867993 in popluar color models

867993
RGB134121147
HSL270°10.74%52.55%
HSB/HSV270°17.69%57.65%
CMYK8.84%17.69%0.00%
42.35%

Color #867993 in popluar number systems.

HEX867993
Decimal134121147
Binary10000110111100110010011
Octal206171223

Shades and tints

Shades of #867993

#867993
(134,121,147)
#7A6E86
(122,110,134)
#6E6379
(110,99,121)
#62586C
(98,88,108)
#564D5F
(86,77,95)
#4A4252
(74,66,82)
#3E3745
(62,55,69)
#322C38
(50,44,56)
#26212B
(38,33,43)
#1A161E
(26,22,30)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #867993

#867993
(134,121,147)
#91859C
(145,133,156)
#9C91A5
(156,145,165)
#A79DAE
(167,157,174)
#B2A9B7
(178,169,183)
#BDB5C0
(189,181,192)
#C8C1C9
(200,193,201)
#D3CDD2
(211,205,210)
#DED9DB
(222,217,219)
#E9E5E4
(233,229,228)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867993 color. Also use rgb(134,121,147) instead hex code.

Text Font Color

.myTextColor { color: #867993; }

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

This text font color is #867993.


Background Color

.myBgColor { background-color: #867993; }

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

This div background color is #867993.


Border color

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

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

This div border color is #867993.


Opacity

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

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

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

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

This text has shadow with #867993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867993 on black background.


Color preview on white background

This text has color #867993 on white background.



Black color preview on #867993 background

This text has black color on #867993 background.


White color preview on #867993 background

This text has white color on #867993 background.