COLOR #849699

HEX: #849699
RGB: (132,150,153)

Color info

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

RGB color model

#849699 color RGB value is (132,150,153).

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

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 153 of 255 = 60%

132
150
153

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 153 = 435 (100%)
R 132 of 435 ~ 30.34%
G 150 of 435 ~ 34.48%
B 153 of 435 ~ 35.17%

%30.34
%34.48
%35.17

CMYK color model

#849699 color CMYK value is (14,2,0,40).

  • cyan value is 13.73%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,2,0,40)
C14M2Y0K40 
(14%,2%,0%,40%)
(0.14/0.02/0.00/0.40)	

CMYK percentages

%13.73
%1.96
%0
%40

Codes

Color #849699 in popluar color models

849699
RGB132150153
HSL189°9.33%55.88%
HSB/HSV189°13.73%60.00%
CMYK13.73%1.96%0.00%
40.00%

Color #849699 in popluar number systems.

HEX849699
Decimal132150153
Binary100001001001011010011001
Octal204226231

Shades and tints

Shades of #849699

#849699
(132,150,153)
#78898C
(120,137,140)
#6C7C7F
(108,124,127)
#606F72
(96,111,114)
#546265
(84,98,101)
#485558
(72,85,88)
#3C484B
(60,72,75)
#303B3E
(48,59,62)
#242E31
(36,46,49)
#182124
(24,33,36)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #849699

#849699
(132,150,153)
#8F9FA2
(143,159,162)
#9AA8AB
(154,168,171)
#A5B1B4
(165,177,180)
#B0BABD
(176,186,189)
#BBC3C6
(187,195,198)
#C6CCCF
(198,204,207)
#D1D5D8
(209,213,216)
#DCDEE1
(220,222,225)
#E7E7EA
(231,231,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849699; }

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

This text font color is #849699.


Background Color

.myBgColor { background-color: #849699; }

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

This div background color is #849699.


Border color

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

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

This div border color is #849699.


Opacity

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

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

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

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

This text has shadow with #849699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849699 on black background.


Color preview on white background

This text has color #849699 on white background.



Black color preview on #849699 background

This text has black color on #849699 background.


White color preview on #849699 background

This text has white color on #849699 background.