COLOR #849988

HEX: #849988
RGB: (132,153,136)

Color info

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

RGB color model

#849988 color RGB value is (132,153,136).

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

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 136 of 255 = 53%

132
153
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 136 = 421 (100%)
R 132 of 421 ~ 31.35%
G 153 of 421 ~ 36.34%
B 136 of 421 ~ 32.3%

%31.35
%36.34
%32.3

CMYK color model

#849988 color CMYK value is (14,0,11,40).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(14,0,11,40)
C14M0Y11K40 
(14%,0%,11%,40%)
(0.14/0.00/0.11/0.40)	

CMYK percentages

%13.73
%0
%11.11
%40

Codes

Color #849988 in popluar color models

849988
RGB132153136
HSL131°9.33%55.88%
HSB/HSV131°13.73%60.00%
CMYK13.73%0.00%11.11%
40.00%

Color #849988 in popluar number systems.

HEX849988
Decimal132153136
Binary100001001001100110001000
Octal204231210

Shades and tints

Shades of #849988

#849988
(132,153,136)
#788C7C
(120,140,124)
#6C7F70
(108,127,112)
#607264
(96,114,100)
#546558
(84,101,88)
#48584C
(72,88,76)
#3C4B40
(60,75,64)
#303E34
(48,62,52)
#243128
(36,49,40)
#18241C
(24,36,28)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #849988

#849988
(132,153,136)
#8FA292
(143,162,146)
#9AAB9C
(154,171,156)
#A5B4A6
(165,180,166)
#B0BDB0
(176,189,176)
#BBC6BA
(187,198,186)
#C6CFC4
(198,207,196)
#D1D8CE
(209,216,206)
#DCE1D8
(220,225,216)
#E7EAE2
(231,234,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849988; }

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

This text font color is #849988.


Background Color

.myBgColor { background-color: #849988; }

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

This div background color is #849988.


Border color

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

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

This div border color is #849988.


Opacity

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

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

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

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

This text has shadow with #849988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849988 on black background.


Color preview on white background

This text has color #849988 on white background.



Black color preview on #849988 background

This text has black color on #849988 background.


White color preview on #849988 background

This text has white color on #849988 background.