COLOR #849EAF

HEX: #849EAF
RGB: (132,158,175)

Color info

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

RGB color model

#849EAF color RGB value is (132,158,175).

  • red value is 132;
  • green value is 158;
  • blue value is 175.
RGB:
(132,158,175)
(52%,62%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 175 of 255 = 69%

132
158
175

R + G + B ~ 61%. #849EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 158 + 175 = 465 (100%)
R 132 of 465 ~ 28.39%
G 158 of 465 ~ 33.98%
B 175 of 465 ~ 37.63%

%28.39
%33.98
%37.63

CMYK color model

#849EAF color CMYK value is (25,10,0,31).

  • cyan value is 24.57%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,10,0,31)
C25M10Y0K31 
(25%,10%,0%,31%)
(0.25/0.10/0.00/0.31)	

CMYK percentages

%24.57
%9.71
%0
%31.37

Codes

Color #849EAF in popluar color models

849EAF
RGB132158175
HSL204°21.18%60.20%
HSB/HSV204°24.57%68.63%
CMYK24.57%9.71%0.00%
31.37%

Color #849EAF in popluar number systems.

HEX849EAF
Decimal132158175
Binary100001001001111010101111
Octal204236257

Shades and tints

Shades of #849EAF

#849EAF
(132,158,175)
#7890A0
(120,144,160)
#6C8291
(108,130,145)
#607482
(96,116,130)
#546673
(84,102,115)
#485864
(72,88,100)
#3C4A55
(60,74,85)
#303C46
(48,60,70)
#242E37
(36,46,55)
#182028
(24,32,40)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #849EAF

#849EAF
(132,158,175)
#8FA6B6
(143,166,182)
#9AAEBD
(154,174,189)
#A5B6C4
(165,182,196)
#B0BECB
(176,190,203)
#BBC6D2
(187,198,210)
#C6CED9
(198,206,217)
#D1D6E0
(209,214,224)
#DCDEE7
(220,222,231)
#E7E6EE
(231,230,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849EAF; }

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

This text font color is #849EAF.


Background Color

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

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

This div background color is #849EAF.


Border color

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

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

This div border color is #849EAF.


Opacity

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

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

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

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

This text has shadow with #849EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849EAF on black background.


Color preview on white background

This text has color #849EAF on white background.



Black color preview on #849EAF background

This text has black color on #849EAF background.


White color preview on #849EAF background

This text has white color on #849EAF background.