COLOR #867088

HEX: #867088
RGB: (134,112,136)

Color info

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

RGB color model

#867088 color RGB value is (134,112,136).

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

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 136 of 255 = 53%

134
112
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 136 = 382 (100%)
R 134 of 382 ~ 35.08%
G 112 of 382 ~ 29.32%
B 136 of 382 ~ 35.6%

%35.08
%29.32
%35.6

CMYK color model

#867088 color CMYK value is (1,18,0,47).

  • cyan value is 1.47%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,18,0,47)
C1M18Y0K47 
(1%,18%,0%,47%)
(0.01/0.18/0.00/0.47)	

CMYK percentages

%1.47
%17.65
%0
%46.67

Codes

Color #867088 in popluar color models

867088
RGB134112136
HSL295°9.68%48.63%
HSB/HSV295°17.65%53.33%
CMYK1.47%17.65%0.00%
46.67%

Color #867088 in popluar number systems.

HEX867088
Decimal134112136
Binary10000110111000010001000
Octal206160210

Shades and tints

Shades of #867088

#867088
(134,112,136)
#7A667C
(122,102,124)
#6E5C70
(110,92,112)
#625264
(98,82,100)
#564858
(86,72,88)
#4A3E4C
(74,62,76)
#3E3440
(62,52,64)
#322A34
(50,42,52)
#262028
(38,32,40)
#1A161C
(26,22,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #867088

#867088
(134,112,136)
#917D92
(145,125,146)
#9C8A9C
(156,138,156)
#A797A6
(167,151,166)
#B2A4B0
(178,164,176)
#BDB1BA
(189,177,186)
#C8BEC4
(200,190,196)
#D3CBCE
(211,203,206)
#DED8D8
(222,216,216)
#E9E5E2
(233,229,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867088; }

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

This text font color is #867088.


Background Color

.myBgColor { background-color: #867088; }

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

This div background color is #867088.


Border color

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

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

This div border color is #867088.


Opacity

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

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

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

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

This text has shadow with #867088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867088 on black background.


Color preview on white background

This text has color #867088 on white background.



Black color preview on #867088 background

This text has black color on #867088 background.


White color preview on #867088 background

This text has white color on #867088 background.