COLOR #867F90

HEX: #867F90
RGB: (134,127,144)

Color info

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

RGB color model

#867F90 color RGB value is (134,127,144).

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

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 144 of 255 = 56%

134
127
144

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

Portions of RGB colors in percentages

R + G + B =
134 + 127 + 144 = 405 (100%)
R 134 of 405 ~ 33.09%
G 127 of 405 ~ 31.36%
B 144 of 405 ~ 35.56%

%33.09
%31.36
%35.56

CMYK color model

#867F90 color CMYK value is (7,12,0,44).

  • cyan value is 6.94%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(7,12,0,44)
C7M12Y0K44 
(7%,12%,0%,44%)
(0.07/0.12/0.00/0.44)	

CMYK percentages

%6.94
%11.81
%0
%43.53

Codes

Color #867F90 in popluar color models

867F90
RGB134127144
HSL265°7.11%53.14%
HSB/HSV265°11.81%56.47%
CMYK6.94%11.81%0.00%
43.53%

Color #867F90 in popluar number systems.

HEX867F90
Decimal134127144
Binary10000110111111110010000
Octal206177220

Shades and tints

Shades of #867F90

#867F90
(134,127,144)
#7A7483
(122,116,131)
#6E6976
(110,105,118)
#625E69
(98,94,105)
#56535C
(86,83,92)
#4A484F
(74,72,79)
#3E3D42
(62,61,66)
#323235
(50,50,53)
#262728
(38,39,40)
#1A1C1B
(26,28,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #867F90

#867F90
(134,127,144)
#918A9A
(145,138,154)
#9C95A4
(156,149,164)
#A7A0AE
(167,160,174)
#B2ABB8
(178,171,184)
#BDB6C2
(189,182,194)
#C8C1CC
(200,193,204)
#D3CCD6
(211,204,214)
#DED7E0
(222,215,224)
#E9E2EA
(233,226,234)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867F90; }

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

This text font color is #867F90.


Background Color

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

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

This div background color is #867F90.


Border color

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

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

This div border color is #867F90.


Opacity

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

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

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

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

This text has shadow with #867F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867F90 on black background.


Color preview on white background

This text has color #867F90 on white background.



Black color preview on #867F90 background

This text has black color on #867F90 background.


White color preview on #867F90 background

This text has white color on #867F90 background.