COLOR #867C95

HEX: #867C95
RGB: (134,124,149)

Color info

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

RGB color model

#867C95 color RGB value is (134,124,149).

  • red value is 134;
  • green value is 124;
  • blue value is 149.
RGB:
(134,124,149)
(53%,49%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 149 of 255 = 58%

134
124
149

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

Portions of RGB colors in percentages

R + G + B =
134 + 124 + 149 = 407 (100%)
R 134 of 407 ~ 32.92%
G 124 of 407 ~ 30.47%
B 149 of 407 ~ 36.61%

%32.92
%30.47
%36.61

CMYK color model

#867C95 color CMYK value is (10,17,0,42).

  • cyan value is 10.07%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(10,17,0,42)
C10M17Y0K42 
(10%,17%,0%,42%)
(0.10/0.17/0.00/0.42)	

CMYK percentages

%10.07
%16.78
%0
%41.57

Codes

Color #867C95 in popluar color models

867C95
RGB134124149
HSL264°10.55%53.53%
HSB/HSV264°16.78%58.43%
CMYK10.07%16.78%0.00%
41.57%

Color #867C95 in popluar number systems.

HEX867C95
Decimal134124149
Binary10000110111110010010101
Octal206174225

Shades and tints

Shades of #867C95

#867C95
(134,124,149)
#7A7188
(122,113,136)
#6E667B
(110,102,123)
#625B6E
(98,91,110)
#565061
(86,80,97)
#4A4554
(74,69,84)
#3E3A47
(62,58,71)
#322F3A
(50,47,58)
#26242D
(38,36,45)
#1A1920
(26,25,32)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #867C95

#867C95
(134,124,149)
#91879E
(145,135,158)
#9C92A7
(156,146,167)
#A79DB0
(167,157,176)
#B2A8B9
(178,168,185)
#BDB3C2
(189,179,194)
#C8BECB
(200,190,203)
#D3C9D4
(211,201,212)
#DED4DD
(222,212,221)
#E9DFE6
(233,223,230)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867C95 color. Also use rgb(134,124,149) instead hex code.

Text Font Color

.myTextColor { color: #867C95; }

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

This text font color is #867C95.


Background Color

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

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

This div background color is #867C95.


Border color

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

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

This div border color is #867C95.


Opacity

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

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

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

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

This text has shadow with #867C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867C95 on black background.


Color preview on white background

This text has color #867C95 on white background.



Black color preview on #867C95 background

This text has black color on #867C95 background.


White color preview on #867C95 background

This text has white color on #867C95 background.