COLOR #848DA7

HEX: #848DA7 RGB: (132,141,167)

Color info

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

RGB color model

#848DA7 color RGB value is (132,141,167).

RGB: (132,141,167) (52%, 55%, 65%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 167 of 255 = 65%

132
141
167

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

Portions of RGB colors in percentages

R + G + B = 132 + 141 + 167 = 440 (100%)
R 132 of 440 ~ 30%
G 141 of 440 ~ 32.05%
B 167 of 440 ~ 37.95'%

%30
%32.05
%37.95

CMYK color model

#848DA7 color CMYK value is (21,16,0,35).

  • cyan value is 20.96%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (21,16,0,35)
C21M16Y0K35 (21%, 16%, 0%, 35%)
(0.21 / 0.16 / 0.00 / 0.35)

CMYK percentages

%20.96
%15.57
%0
%34.51

Codes

Color #848DA7 in popluar color models

84 8D A7
RGB 132 141 167
HSL 225° 16.59% 58.63%
HSB/HSV 225° 20.96% 65.49%
CMYK 20.96% 15.57% 0.00%
34.51%

Color #848DA7 in popluar number systems.

HEX 84 8D A7
Decimal 132 141 167
Binary 10000100 10001101 10100111
Octal 204 215 247

Shades and tints

Shades of #848DA7

#848DA7
(132,141,167)
#788198
(120,129,152)
#6C7589
(108,117,137)
#60697A
(96,105,122)
#545D6B
(84,93,107)
#48515C
(72,81,92)
#3C454D
(60,69,77)
#30393E
(48,57,62)
#242D2F
(36,45,47)
#182120
(24,33,32)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #848DA7

#848DA7
(132,141,167)
#8F97AF
(143,151,175)
#9AA1B7
(154,161,183)
#A5ABBF
(165,171,191)
#B0B5C7
(176,181,199)
#BBBFCF
(187,191,207)
#C6C9D7
(198,201,215)
#D1D3DF
(209,211,223)
#DCDDE7
(220,221,231)
#E7E7EF
(231,231,239)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848DA7; }

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

This text font color is #848DA7.

Background Color

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

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

This div background color is #848DA7.

Border color

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

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

This div border color is #848DA7.

Opacity

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

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

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

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

This text has shadow with #848DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848DA7.

Preview

Color preview on black background

This text has color #848DA7 on black background.


Color preview on white background

This text has color #848DA7 on white background.


Black color preview on #848DA7 background

This text has black color on #848DA7 background.


White color preview on #848DA7 background

This text has white color on #848DA7 background.


Related colors

Complementary color

Complementary color for #hex is #7B7258.


I love getcolorcode.com

Triadic colors

1 #A7848D and #8DA784 with #848DA7 are triadic colors.

2 #A78D84 and #8D84A7 with #848DA7 are triadic colors.