COLOR #867089

HEX: #867089
RGB: (134,112,137)

Color info

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

RGB color model

#867089 color RGB value is (134,112,137).

  • red value is 134;
  • green value is 112;
  • blue value is 137.
RGB:
(134,112,137)
(53%,44%,54%)

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 137 of 255 = 54%

134
112
137

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

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 137 = 383 (100%)
R 134 of 383 ~ 34.99%
G 112 of 383 ~ 29.24%
B 137 of 383 ~ 35.77%

%34.99
%29.24
%35.77

CMYK color model

#867089 color CMYK value is (2,18,0,46).

  • cyan value is 2.19%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(2,18,0,46)
C2M18Y0K46 
(2%,18%,0%,46%)
(0.02/0.18/0.00/0.46)	

CMYK percentages

%2.19
%18.25
%0
%46.27

Codes

Color #867089 in popluar color models

867089
RGB134112137
HSL293°10.04%48.82%
HSB/HSV293°18.25%53.73%
CMYK2.19%18.25%0.00%
46.27%

Color #867089 in popluar number systems.

HEX867089
Decimal134112137
Binary10000110111000010001001
Octal206160211

Shades and tints

Shades of #867089

#867089
(134,112,137)
#7A667D
(122,102,125)
#6E5C71
(110,92,113)
#625265
(98,82,101)
#564859
(86,72,89)
#4A3E4D
(74,62,77)
#3E3441
(62,52,65)
#322A35
(50,42,53)
#262029
(38,32,41)
#1A161D
(26,22,29)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #867089

#867089
(134,112,137)
#917D93
(145,125,147)
#9C8A9D
(156,138,157)
#A797A7
(167,151,167)
#B2A4B1
(178,164,177)
#BDB1BB
(189,177,187)
#C8BEC5
(200,190,197)
#D3CBCF
(211,203,207)
#DED8D9
(222,216,217)
#E9E5E3
(233,229,227)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867089 color. Also use rgb(134,112,137) instead hex code.

Text Font Color

.myTextColor { color: #867089; }

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

This text font color is #867089.


Background Color

.myBgColor { background-color: #867089; }

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

This div background color is #867089.


Border color

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

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

This div border color is #867089.


Opacity

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

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

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

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

This text has shadow with #867089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867089 on black background.


Color preview on white background

This text has color #867089 on white background.



Black color preview on #867089 background

This text has black color on #867089 background.


White color preview on #867089 background

This text has white color on #867089 background.