COLOR #849FA5

HEX: #849FA5 RGB: (132,159,165)

Color info

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

RGB color model

#849FA5 color RGB value is (132,159,165).

RGB: (132,159,165) (52%, 62%, 65%)

RGB channels and saturation

R 132 of 255 = 52%
G 159 of 255 = 62%
B 165 of 255 = 65%

132
159
165

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

Portions of RGB colors in percentages

R + G + B = 132 + 159 + 165 = 456 (100%)
R 132 of 456 ~ 28.95%
G 159 of 456 ~ 34.87%
B 165 of 456 ~ 36.18'%

%28.95
%34.87
%36.18

CMYK color model

#849FA5 color CMYK value is (20,4,0,35).

  • cyan value is 20.00%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (20,4,0,35)
C20M4Y0K35 (20%, 4%, 0%, 35%)
(0.20 / 0.04 / 0.00 / 0.35)

CMYK percentages

%20
%3.64
%0
%35.29

Codes

Color #849FA5 in popluar color models

84 9F A5
RGB 132 159 165
HSL 191° 15.49% 58.24%
HSB/HSV 191° 20.00% 64.71%
CMYK 20.00% 3.64% 0.00%
35.29%

Color #849FA5 in popluar number systems.

HEX 84 9F A5
Decimal 132 159 165
Binary 10000100 10011111 10100101
Octal 204 237 245

Shades and tints

Shades of #849FA5

#849FA5
(132,159,165)
#789196
(120,145,150)
#6C8387
(108,131,135)
#607578
(96,117,120)
#546769
(84,103,105)
#48595A
(72,89,90)
#3C4B4B
(60,75,75)
#303D3C
(48,61,60)
#242F2D
(36,47,45)
#18211E
(24,33,30)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #849FA5

#849FA5
(132,159,165)
#8FA7AD
(143,167,173)
#9AAFB5
(154,175,181)
#A5B7BD
(165,183,189)
#B0BFC5
(176,191,197)
#BBC7CD
(187,199,205)
#C6CFD5
(198,207,213)
#D1D7DD
(209,215,221)
#DCDFE5
(220,223,229)
#E7E7ED
(231,231,237)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849FA5 color. Also use rgb(132,159,165) instead hex code.

Text Font Color

.myTextColor { color: #849FA5; }

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

This text font color is #849FA5.

Background Color

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

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

This div background color is #849FA5.

Border color

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

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

This div border color is #849FA5.

Opacity

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

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

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

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

This text has shadow with #849FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849FA5.

Preview

Color preview on black background

This text has color #849FA5 on black background.


Color preview on white background

This text has color #849FA5 on white background.


Black color preview on #849FA5 background

This text has black color on #849FA5 background.


White color preview on #849FA5 background

This text has white color on #849FA5 background.


Related colors

Complementary color

Complementary color for #hex is #7B605A.


I love getcolorcode.com

Triadic colors

1 #A5849F and #9FA584 with #849FA5 are triadic colors.

2 #A59F84 and #9F84A5 with #849FA5 are triadic colors.