COLOR #848688

HEX: #848688
RGB: (132,134,136)

Color info

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

RGB color model

#848688 color RGB value is (132,134,136).

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

RGB channels and saturation

R 132 of 255 = 52%
G 134 of 255 = 53%
B 136 of 255 = 53%

132
134
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 134 + 136 = 402 (100%)
R 132 of 402 ~ 32.84%
G 134 of 402 ~ 33.33%
B 136 of 402 ~ 33.83%

%32.84
%33.33
%33.83

CMYK color model

#848688 color CMYK value is (3,1,0,47).

  • cyan value is 2.94%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(3,1,0,47)
C3M1Y0K47 
(3%,1%,0%,47%)
(0.03/0.01/0.00/0.47)	

CMYK percentages

%2.94
%1.47
%0
%46.67

Codes

Color #848688 in popluar color models

848688
RGB132134136
HSL210°1.65%52.55%
HSB/HSV210°2.94%53.33%
CMYK2.94%1.47%0.00%
46.67%

Color #848688 in popluar number systems.

HEX848688
Decimal132134136
Binary100001001000011010001000
Octal204206210

Shades and tints

Shades of #848688

#848688
(132,134,136)
#787A7C
(120,122,124)
#6C6E70
(108,110,112)
#606264
(96,98,100)
#545658
(84,86,88)
#484A4C
(72,74,76)
#3C3E40
(60,62,64)
#303234
(48,50,52)
#242628
(36,38,40)
#181A1C
(24,26,28)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #848688

#848688
(132,134,136)
#8F9192
(143,145,146)
#9A9C9C
(154,156,156)
#A5A7A6
(165,167,166)
#B0B2B0
(176,178,176)
#BBBDBA
(187,189,186)
#C6C8C4
(198,200,196)
#D1D3CE
(209,211,206)
#DCDED8
(220,222,216)
#E7E9E2
(231,233,226)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848688; }

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

This text font color is #848688.


Background Color

.myBgColor { background-color: #848688; }

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

This div background color is #848688.


Border color

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

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

This div border color is #848688.


Opacity

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

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

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

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

This text has shadow with #848688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848688 on black background.


Color preview on white background

This text has color #848688 on white background.



Black color preview on #848688 background

This text has black color on #848688 background.


White color preview on #848688 background

This text has white color on #848688 background.