COLOR #848EAE

HEX: #848EAE RGB: (132,142,174)

Color info

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

RGB color model

#848EAE color RGB value is (132,142,174).

RGB: (132,142,174) (52%, 56%, 68%)

RGB channels and saturation

R 132 of 255 = 52%
G 142 of 255 = 56%
B 174 of 255 = 68%

132
142
174

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

Portions of RGB colors in percentages

R + G + B = 132 + 142 + 174 = 448 (100%)
R 132 of 448 ~ 29.46%
G 142 of 448 ~ 31.7%
B 174 of 448 ~ 38.84'%

%29.46
%31.7
%38.84

CMYK color model

#848EAE color CMYK value is (24,18,0,32).

  • cyan value is 24.14%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (24,18,0,32) C24M18Y0K32 (24%,18%,0%,32%) (0.24/0.18/0.00/0.32) 

CMYK percentages

%24.14
%18.39
%0
%31.76

Codes

Color #848EAE in popluar color models

84 8E AE
RGB 132 142 174
HSL 226° 20.59% 60.00%
HSB/HSV 226° 24.14% 68.24%
CMYK 24.14% 18.39% 0.00%
31.76%

Color #848EAE in popluar number systems.

HEX 84 8E AE
Decimal 132 142 174
Binary 10000100 10001110 10101110
Octal 204 216 256

Shades and tints

Shades of #848EAE

#848EAE
(132,142,174)
#78829F
(120,130,159)
#6C7690
(108,118,144)
#606A81
(96,106,129)
#545E72
(84,94,114)
#485263
(72,82,99)
#3C4654
(60,70,84)
#303A45
(48,58,69)
#242E36
(36,46,54)
#182227
(24,34,39)
#0C1618
(12,22,24)
#000000
(0,0,0)

Tints of #848EAE

#848EAE
(132,142,174)
#8F98B5
(143,152,181)
#9AA2BC
(154,162,188)
#A5ACC3
(165,172,195)
#B0B6CA
(176,182,202)
#BBC0D1
(187,192,209)
#C6CAD8
(198,202,216)
#D1D4DF
(209,212,223)
#DCDEE6
(220,222,230)
#E7E8ED
(231,232,237)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848EAE color. Also use rgb(132,142,174) instead hex code.

Text Font Color

.myTextColor { color: #848EAE; }

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

This text font color is #848EAE.

Background Color

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

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

This div background color is #848EAE.

Border color

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

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

This div border color is #848EAE.

Opacity

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

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

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

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

This text has shadow with #848EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848EAE.

Preview

Color preview on black background

This text has color #848EAE on black background.


Color preview on white background

This text has color #848EAE on white background.


Black color preview on #848EAE background

This text has black color on #848EAE background.


White color preview on #848EAE background

This text has white color on #848EAE background.


Related colors

Complementary color

Complementary color for #hex is #7B7151.


I love getcolorcode.com

Triadic colors

1 #AE848E and #8EAE84 with #848EAE are triadic colors.

2 #AE8E84 and #8E84AE with #848EAE are triadic colors.