COLOR #849D90

HEX: #849D90
RGB: (132,157,144)

Color info

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

RGB color model

#849D90 color RGB value is (132,157,144).

  • red value is 132;
  • green value is 157;
  • blue value is 144.
RGB:
(132,157,144)
(52%,62%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 144 of 255 = 56%

132
157
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 144 = 433 (100%)
R 132 of 433 ~ 30.48%
G 157 of 433 ~ 36.26%
B 144 of 433 ~ 33.26%

%30.48
%36.26
%33.26

CMYK color model

#849D90 color CMYK value is (16,0,8,38).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 38.43%
CMYK:
(16,0,8,38)
C16M0Y8K38 
(16%,0%,8%,38%)
(0.16/0.00/0.08/0.38)	

CMYK percentages

%15.92
%0
%8.28
%38.43

Codes

Color #849D90 in popluar color models

849D90
RGB132157144
HSL149°11.31%56.67%
HSB/HSV149°15.92%61.57%
CMYK15.92%0.00%8.28%
38.43%

Color #849D90 in popluar number systems.

HEX849D90
Decimal132157144
Binary100001001001110110010000
Octal204235220

Shades and tints

Shades of #849D90

#849D90
(132,157,144)
#788F83
(120,143,131)
#6C8176
(108,129,118)
#607369
(96,115,105)
#54655C
(84,101,92)
#48574F
(72,87,79)
#3C4942
(60,73,66)
#303B35
(48,59,53)
#242D28
(36,45,40)
#181F1B
(24,31,27)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #849D90

#849D90
(132,157,144)
#8FA59A
(143,165,154)
#9AADA4
(154,173,164)
#A5B5AE
(165,181,174)
#B0BDB8
(176,189,184)
#BBC5C2
(187,197,194)
#C6CDCC
(198,205,204)
#D1D5D6
(209,213,214)
#DCDDE0
(220,221,224)
#E7E5EA
(231,229,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849D90 color. Also use rgb(132,157,144) instead hex code.

Text Font Color

.myTextColor { color: #849D90; }

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

This text font color is #849D90.


Background Color

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

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

This div background color is #849D90.


Border color

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

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

This div border color is #849D90.


Opacity

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

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

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

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

This text has shadow with #849D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D90 on black background.


Color preview on white background

This text has color #849D90 on white background.



Black color preview on #849D90 background

This text has black color on #849D90 background.


White color preview on #849D90 background

This text has white color on #849D90 background.