COLOR #868288

HEX: #868288
RGB: (134,130,136)

Color info

#868288 contains red, green and blue colors in about the same proportion. Web safe color of #868288 is #999999 (or #999).

RGB color model

#868288 color RGB value is (134,130,136).

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

RGB channels and saturation

R 134 of 255 = 53%
G 130 of 255 = 51%
B 136 of 255 = 53%

134
130
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 130 + 136 = 400 (100%)
R 134 of 400 ~ 33.5%
G 130 of 400 ~ 32.5%
B 136 of 400 ~ 34%

%33.5
%32.5
%34

CMYK color model

#868288 color CMYK value is (1,4,0,47).

  • cyan value is 1.47%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,4,0,47)
C1M4Y0K47 
(1%,4%,0%,47%)
(0.01/0.04/0.00/0.47)	

CMYK percentages

%1.47
%4.41
%0
%46.67

Codes

Color #868288 in popluar color models

868288
RGB134130136
HSL280°2.46%52.16%
HSB/HSV280°4.41%53.33%
CMYK1.47%4.41%0.00%
46.67%

Color #868288 in popluar number systems.

HEX868288
Decimal134130136
Binary100001101000001010001000
Octal206202210

Shades and tints

Shades of #868288

#868288
(134,130,136)
#7A777C
(122,119,124)
#6E6C70
(110,108,112)
#626164
(98,97,100)
#565658
(86,86,88)
#4A4B4C
(74,75,76)
#3E4040
(62,64,64)
#323534
(50,53,52)
#262A28
(38,42,40)
#1A1F1C
(26,31,28)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #868288

#868288
(134,130,136)
#918D92
(145,141,146)
#9C989C
(156,152,156)
#A7A3A6
(167,163,166)
#B2AEB0
(178,174,176)
#BDB9BA
(189,185,186)
#C8C4C4
(200,196,196)
#D3CFCE
(211,207,206)
#DEDAD8
(222,218,216)
#E9E5E2
(233,229,226)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868288; }

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

This text font color is #868288.


Background Color

.myBgColor { background-color: #868288; }

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

This div background color is #868288.


Border color

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

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

This div border color is #868288.


Opacity

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

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

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

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

This text has shadow with #868288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868288 on black background.


Color preview on white background

This text has color #868288 on white background.



Black color preview on #868288 background

This text has black color on #868288 background.


White color preview on #868288 background

This text has white color on #868288 background.