COLOR #849CAD

HEX: #849CAD
RGB: (132,156,173)

Color info

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

RGB color model

#849CAD color RGB value is (132,156,173).

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

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 173 of 255 = 68%

132
156
173

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 173 = 461 (100%)
R 132 of 461 ~ 28.63%
G 156 of 461 ~ 33.84%
B 173 of 461 ~ 37.53%

%28.63
%33.84
%37.53

CMYK color model

#849CAD color CMYK value is (24,10,0,32).

  • cyan value is 23.70%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(24,10,0,32)
C24M10Y0K32 
(24%,10%,0%,32%)
(0.24/0.10/0.00/0.32)	

CMYK percentages

%23.7
%9.83
%0
%32.16

Codes

Color #849CAD in popluar color models

849CAD
RGB132156173
HSL205°20.00%59.80%
HSB/HSV205°23.70%67.84%
CMYK23.70%9.83%0.00%
32.16%

Color #849CAD in popluar number systems.

HEX849CAD
Decimal132156173
Binary100001001001110010101101
Octal204234255

Shades and tints

Shades of #849CAD

#849CAD
(132,156,173)
#788E9E
(120,142,158)
#6C808F
(108,128,143)
#607280
(96,114,128)
#546471
(84,100,113)
#485662
(72,86,98)
#3C4853
(60,72,83)
#303A44
(48,58,68)
#242C35
(36,44,53)
#181E26
(24,30,38)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #849CAD

#849CAD
(132,156,173)
#8FA5B4
(143,165,180)
#9AAEBB
(154,174,187)
#A5B7C2
(165,183,194)
#B0C0C9
(176,192,201)
#BBC9D0
(187,201,208)
#C6D2D7
(198,210,215)
#D1DBDE
(209,219,222)
#DCE4E5
(220,228,229)
#E7EDEC
(231,237,236)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849CAD; }

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

This text font color is #849CAD.


Background Color

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

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

This div background color is #849CAD.


Border color

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

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

This div border color is #849CAD.


Opacity

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

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

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

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

This text has shadow with #849CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849CAD on black background.


Color preview on white background

This text has color #849CAD on white background.



Black color preview on #849CAD background

This text has black color on #849CAD background.


White color preview on #849CAD background

This text has white color on #849CAD background.