COLOR #867790

HEX: #867790
RGB: (134,119,144)

Color info

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

RGB color model

#867790 color RGB value is (134,119,144).

  • red value is 134;
  • green value is 119;
  • blue value is 144.
RGB:
(134,119,144)
(53%,47%,56%)

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 144 of 255 = 56%

134
119
144

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

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 144 = 397 (100%)
R 134 of 397 ~ 33.75%
G 119 of 397 ~ 29.97%
B 144 of 397 ~ 36.27%

%33.75
%29.97
%36.27

CMYK color model

#867790 color CMYK value is (7,17,0,44).

  • cyan value is 6.94%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(7,17,0,44)
C7M17Y0K44 
(7%,17%,0%,44%)
(0.07/0.17/0.00/0.44)	

CMYK percentages

%6.94
%17.36
%0
%43.53

Codes

Color #867790 in popluar color models

867790
RGB134119144
HSL276°10.12%51.57%
HSB/HSV276°17.36%56.47%
CMYK6.94%17.36%0.00%
43.53%

Color #867790 in popluar number systems.

HEX867790
Decimal134119144
Binary10000110111011110010000
Octal206167220

Shades and tints

Shades of #867790

#867790
(134,119,144)
#7A6D83
(122,109,131)
#6E6376
(110,99,118)
#625969
(98,89,105)
#564F5C
(86,79,92)
#4A454F
(74,69,79)
#3E3B42
(62,59,66)
#323135
(50,49,53)
#262728
(38,39,40)
#1A1D1B
(26,29,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #867790

#867790
(134,119,144)
#91839A
(145,131,154)
#9C8FA4
(156,143,164)
#A79BAE
(167,155,174)
#B2A7B8
(178,167,184)
#BDB3C2
(189,179,194)
#C8BFCC
(200,191,204)
#D3CBD6
(211,203,214)
#DED7E0
(222,215,224)
#E9E3EA
(233,227,234)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867790 color. Also use rgb(134,119,144) instead hex code.

Text Font Color

.myTextColor { color: #867790; }

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

This text font color is #867790.


Background Color

.myBgColor { background-color: #867790; }

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

This div background color is #867790.


Border color

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

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

This div border color is #867790.


Opacity

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

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

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

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

This text has shadow with #867790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867790 on black background.


Color preview on white background

This text has color #867790 on white background.



Black color preview on #867790 background

This text has black color on #867790 background.


White color preview on #867790 background

This text has white color on #867790 background.