COLOR #848DAA

HEX: #848DAA RGB: (132,141,170)

Color info

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

RGB color model

#848DAA color RGB value is (132,141,170).

RGB: (132,141,170) (52%, 55%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 170 of 255 = 67%

132
141
170

R + G + B ~ 58%. #848DAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 141 + 170 = 443 (100%)
R 132 of 443 ~ 29.8%
G 141 of 443 ~ 31.83%
B 170 of 443 ~ 38.37'%

%29.8
%31.83
%38.37

CMYK color model

#848DAA color CMYK value is (22,17,0,33).

  • cyan value is 22.35%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (22,17,0,33)
C22M17Y0K33 (22%, 17%, 0%, 33%)
(0.22 / 0.17 / 0.00 / 0.33)

CMYK percentages

%22.35
%17.06
%0
%33.33

Codes

Color #848DAA in popluar color models

84 8D AA
RGB 132 141 170
HSL 226° 18.27% 59.22%
HSB/HSV 226° 22.35% 66.67%
CMYK 22.35% 17.06% 0.00%
33.33%

Color #848DAA in popluar number systems.

HEX 84 8D AA
Decimal 132 141 170
Binary 10000100 10001101 10101010
Octal 204 215 252

Shades and tints

Shades of #848DAA

#848DAA
(132,141,170)
#78819B
(120,129,155)
#6C758C
(108,117,140)
#60697D
(96,105,125)
#545D6E
(84,93,110)
#48515F
(72,81,95)
#3C4550
(60,69,80)
#303941
(48,57,65)
#242D32
(36,45,50)
#182123
(24,33,35)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #848DAA

#848DAA
(132,141,170)
#8F97B1
(143,151,177)
#9AA1B8
(154,161,184)
#A5ABBF
(165,171,191)
#B0B5C6
(176,181,198)
#BBBFCD
(187,191,205)
#C6C9D4
(198,201,212)
#D1D3DB
(209,211,219)
#DCDDE2
(220,221,226)
#E7E7E9
(231,231,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848DAA color. Also use rgb(132,141,170) instead hex code.

Text Font Color

.myTextColor { color: #848DAA; }

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

This text font color is #848DAA.

Background Color

.myBgColor { background-color: #848DAA; }

<div style="background-color:#848DAA">Inner text</div>

This div background color is #848DAA.

Border color

.myBorderColor { border: 1px solid #848DAA; }

<div style="border:3px solid #848DAA">Div</div>

This div border color is #848DAA.

Opacity

.myOpacity80 { color: #848DAA; opacity: 0.8; }

<p style="color:#848DAA;opacity:0.8;">80%</p>

Text with #848DAA 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 #848DAA;}

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

This text has shadow with #848DAA color.


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

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

This text has shadow with #848DAA primary color and red secondary color.


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

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

This text has shadow with #848DAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #848DAA.

Preview

Color preview on black background

This text has color #848DAA on black background.


Color preview on white background

This text has color #848DAA on white background.


Black color preview on #848DAA background

This text has black color on #848DAA background.


White color preview on #848DAA background

This text has white color on #848DAA background.


Related colors

Complementary color

Complementary color for #hex is #7B7255.


I love getcolorcode.com

Triadic colors

1 #AA848D and #8DAA84 with #848DAA are triadic colors.

2 #AA8D84 and #8D84AA with #848DAA are triadic colors.