COLOR #849EAB

HEX: #849EAB RGB: (132,158,171)

Color info

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

RGB color model

#849EAB color RGB value is (132,158,171).

RGB: (132,158,171) (52%, 62%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 171 of 255 = 67%

132
158
171

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

Portions of RGB colors in percentages

R + G + B = 132 + 158 + 171 = 461 (100%)
R 132 of 461 ~ 28.63%
G 158 of 461 ~ 34.27%
B 171 of 461 ~ 37.09'%

%28.63
%34.27
%37.09

CMYK color model

#849EAB color CMYK value is (23,8,0,33).

  • cyan value is 22.81%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (23,8,0,33)
C23M8Y0K33 (23%, 8%, 0%, 33%)
(0.23 / 0.08 / 0.00 / 0.33)

CMYK percentages

%22.81
%7.6
%0
%32.94

Codes

Color #849EAB in popluar color models

84 9E AB
RGB 132 158 171
HSL 200° 18.84% 59.41%
HSB/HSV 200° 22.81% 67.06%
CMYK 22.81% 7.60% 0.00%
32.94%

Color #849EAB in popluar number systems.

HEX 84 9E AB
Decimal 132 158 171
Binary 10000100 10011110 10101011
Octal 204 236 253

Shades and tints

Shades of #849EAB

#849EAB
(132,158,171)
#78909C
(120,144,156)
#6C828D
(108,130,141)
#60747E
(96,116,126)
#54666F
(84,102,111)
#485860
(72,88,96)
#3C4A51
(60,74,81)
#303C42
(48,60,66)
#242E33
(36,46,51)
#182024
(24,32,36)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #849EAB

#849EAB
(132,158,171)
#8FA6B2
(143,166,178)
#9AAEB9
(154,174,185)
#A5B6C0
(165,182,192)
#B0BEC7
(176,190,199)
#BBC6CE
(187,198,206)
#C6CED5
(198,206,213)
#D1D6DC
(209,214,220)
#DCDEE3
(220,222,227)
#E7E6EA
(231,230,234)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849EAB color. Also use rgb(132,158,171) instead hex code.

Text Font Color

.myTextColor { color: #849EAB; }

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

This text font color is #849EAB.

Background Color

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

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

This div background color is #849EAB.

Border color

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

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

This div border color is #849EAB.

Opacity

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

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

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

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

This text has shadow with #849EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849EAB.

Preview

Color preview on black background

This text has color #849EAB on black background.


Color preview on white background

This text has color #849EAB on white background.


Black color preview on #849EAB background

This text has black color on #849EAB background.


White color preview on #849EAB background

This text has white color on #849EAB background.


Related colors

Complementary color

Complementary color for #hex is #7B6154.


I love getcolorcode.com

Triadic colors

1 #AB849E and #9EAB84 with #849EAB are triadic colors.

2 #AB9E84 and #9E84AB with #849EAB are triadic colors.