COLOR #848BAB

HEX: #848BAB RGB: (132,139,171)

Color info

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

RGB color model

#848BAB color RGB value is (132,139,171).

RGB: (132,139,171) (52%, 55%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 171 of 255 = 67%

132
139
171

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

Portions of RGB colors in percentages

R + G + B = 132 + 139 + 171 = 442 (100%)
R 132 of 442 ~ 29.86%
G 139 of 442 ~ 31.45%
B 171 of 442 ~ 38.69'%

%29.86
%31.45
%38.69

CMYK color model

#848BAB color CMYK value is (23,19,0,33).

  • cyan value is 22.81%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (23,19,0,33) C23M19Y0K33 (23%,19%,0%,33%) (0.23/0.19/0.00/0.33) 

CMYK percentages

%22.81
%18.71
%0
%32.94

Codes

Color #848BAB in popluar color models

84 8B AB
RGB 132 139 171
HSL 229° 18.84% 59.41%
HSB/HSV 229° 22.81% 67.06%
CMYK 22.81% 18.71% 0.00%
32.94%

Color #848BAB in popluar number systems.

HEX 84 8B AB
Decimal 132 139 171
Binary 10000100 10001011 10101011
Octal 204 213 253

Shades and tints

Shades of #848BAB

#848BAB
(132,139,171)
#787F9C
(120,127,156)
#6C738D
(108,115,141)
#60677E
(96,103,126)
#545B6F
(84,91,111)
#484F60
(72,79,96)
#3C4351
(60,67,81)
#303742
(48,55,66)
#242B33
(36,43,51)
#181F24
(24,31,36)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #848BAB

#848BAB
(132,139,171)
#8F95B2
(143,149,178)
#9A9FB9
(154,159,185)
#A5A9C0
(165,169,192)
#B0B3C7
(176,179,199)
#BBBDCE
(187,189,206)
#C6C7D5
(198,199,213)
#D1D1DC
(209,209,220)
#DCDBE3
(220,219,227)
#E7E5EA
(231,229,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848BAB color. Also use rgb(132,139,171) instead hex code.

Text Font Color

.myTextColor { color: #848BAB; }

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

This text font color is #848BAB.

Background Color

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

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

This div background color is #848BAB.

Border color

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

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

This div border color is #848BAB.

Opacity

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

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

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

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

This text has shadow with #848BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848BAB.

Preview

Color preview on black background

This text has color #848BAB on black background.


Color preview on white background

This text has color #848BAB on white background.


Black color preview on #848BAB background

This text has black color on #848BAB background.


White color preview on #848BAB background

This text has white color on #848BAB background.


Related colors

Complementary color

Complementary color for #hex is #7B7454.


I love getcolorcode.com

Triadic colors

1 #AB848B and #8BAB84 with #848BAB are triadic colors.

2 #AB8B84 and #8B84AB with #848BAB are triadic colors.