COLOR #848DA9

HEX: #848DA9
RGB: (132,141,169)

Color info

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

RGB color model

#848DA9 color RGB value is (132,141,169).

  • red value is 132;
  • green value is 141;
  • blue value is 169.
RGB:
(132,141,169)
(52%,55%,66%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 169 of 255 = 66%

132
141
169

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

Portions of RGB colors in percentages

R + G + B =
132 + 141 + 169 = 442 (100%)
R 132 of 442 ~ 29.86%
G 141 of 442 ~ 31.9%
B 169 of 442 ~ 38.24%

%29.86
%31.9
%38.24

CMYK color model

#848DA9 color CMYK value is (22,17,0,34).

  • cyan value is 21.89%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(22,17,0,34)
C22M17Y0K34 
(22%,17%,0%,34%)
(0.22/0.17/0.00/0.34)	

CMYK percentages

%21.89
%16.57
%0
%33.73

Codes

Color #848DA9 in popluar color models

848DA9
RGB132141169
HSL225°17.70%59.02%
HSB/HSV225°21.89%66.27%
CMYK21.89%16.57%0.00%
33.73%

Color #848DA9 in popluar number systems.

HEX848DA9
Decimal132141169
Binary100001001000110110101001
Octal204215251

Shades and tints

Shades of #848DA9

#848DA9
(132,141,169)
#78819A
(120,129,154)
#6C758B
(108,117,139)
#60697C
(96,105,124)
#545D6D
(84,93,109)
#48515E
(72,81,94)
#3C454F
(60,69,79)
#303940
(48,57,64)
#242D31
(36,45,49)
#182122
(24,33,34)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #848DA9

#848DA9
(132,141,169)
#8F97B0
(143,151,176)
#9AA1B7
(154,161,183)
#A5ABBE
(165,171,190)
#B0B5C5
(176,181,197)
#BBBFCC
(187,191,204)
#C6C9D3
(198,201,211)
#D1D3DA
(209,211,218)
#DCDDE1
(220,221,225)
#E7E7E8
(231,231,232)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848DA9; }

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

This text font color is #848DA9.


Background Color

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

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

This div background color is #848DA9.


Border color

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

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

This div border color is #848DA9.


Opacity

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

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

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

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

This text has shadow with #848DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848DA9 on black background.


Color preview on white background

This text has color #848DA9 on white background.



Black color preview on #848DA9 background

This text has black color on #848DA9 background.


White color preview on #848DA9 background

This text has white color on #848DA9 background.