COLOR #849C98

HEX: #849C98
RGB: (132,156,152)

Color info

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

RGB color model

#849C98 color RGB value is (132,156,152).

  • red value is 132;
  • green value is 156;
  • blue value is 152.
RGB:
(132,156,152)
(52%,61%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 152 of 255 = 60%

132
156
152

R + G + B ~ 58%. #849C98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 152 = 440 (100%)
R 132 of 440 ~ 30%
G 156 of 440 ~ 35.45%
B 152 of 440 ~ 34.55%

%30
%35.45
%34.55

CMYK color model

#849C98 color CMYK value is (15,0,3,39).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 38.82%
CMYK:
(15,0,3,39)
C15M0Y3K39 
(15%,0%,3%,39%)
(0.15/0.00/0.03/0.39)	

CMYK percentages

%15.38
%0
%2.56
%38.82

Codes

Color #849C98 in popluar color models

849C98
RGB132156152
HSL170°10.81%56.47%
HSB/HSV170°15.38%61.18%
CMYK15.38%0.00%2.56%
38.82%

Color #849C98 in popluar number systems.

HEX849C98
Decimal132156152
Binary100001001001110010011000
Octal204234230

Shades and tints

Shades of #849C98

#849C98
(132,156,152)
#788E8B
(120,142,139)
#6C807E
(108,128,126)
#607271
(96,114,113)
#546464
(84,100,100)
#485657
(72,86,87)
#3C484A
(60,72,74)
#303A3D
(48,58,61)
#242C30
(36,44,48)
#181E23
(24,30,35)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #849C98

#849C98
(132,156,152)
#8FA5A1
(143,165,161)
#9AAEAA
(154,174,170)
#A5B7B3
(165,183,179)
#B0C0BC
(176,192,188)
#BBC9C5
(187,201,197)
#C6D2CE
(198,210,206)
#D1DBD7
(209,219,215)
#DCE4E0
(220,228,224)
#E7EDE9
(231,237,233)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849C98 color. Also use rgb(132,156,152) instead hex code.

Text Font Color

.myTextColor { color: #849C98; }

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

This text font color is #849C98.


Background Color

.myBgColor { background-color: #849C98; }

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

This div background color is #849C98.


Border color

.myBorderColor { border: 1px solid #849C98; }

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

This div border color is #849C98.


Opacity

.myOpacity80 { color: #849C98; opacity: 0.8; }

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

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

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

This text has shadow with #849C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849C98 on black background.


Color preview on white background

This text has color #849C98 on white background.



Black color preview on #849C98 background

This text has black color on #849C98 background.


White color preview on #849C98 background

This text has white color on #849C98 background.