COLOR #848F99

HEX: #848F99 RGB: (132,143,153)

Color info

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

RGB color model

#848F99 color RGB value is (132,143,153).

RGB: (132,143,153) (52%, 56%, 60%)

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 153 of 255 = 60%

132
143
153

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

Portions of RGB colors in percentages

R + G + B = 132 + 143 + 153 = 428 (100%)
R 132 of 428 ~ 30.84%
G 143 of 428 ~ 33.41%
B 153 of 428 ~ 35.75'%

%30.84
%33.41
%35.75

CMYK color model

#848F99 color CMYK value is (14,7,0,40).

  • cyan value is 13.73%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (14,7,0,40)
C14M7Y0K40 (14%, 7%, 0%, 40%)
(0.14 / 0.07 / 0.00 / 0.40)

CMYK percentages

%13.73
%6.54
%0
%40

Codes

Color #848F99 in popluar color models

84 8F 99
RGB 132 143 153
HSL 209° 9.33% 55.88%
HSB/HSV 209° 13.73% 60.00%
CMYK 13.73% 6.54% 0.00%
40.00%

Color #848F99 in popluar number systems.

HEX 84 8F 99
Decimal 132 143 153
Binary 10000100 10001111 10011001
Octal 204 217 231

Shades and tints

Shades of #848F99

#848F99
(132,143,153)
#78828C
(120,130,140)
#6C757F
(108,117,127)
#606872
(96,104,114)
#545B65
(84,91,101)
#484E58
(72,78,88)
#3C414B
(60,65,75)
#30343E
(48,52,62)
#242731
(36,39,49)
#181A24
(24,26,36)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #848F99

#848F99
(132,143,153)
#8F99A2
(143,153,162)
#9AA3AB
(154,163,171)
#A5ADB4
(165,173,180)
#B0B7BD
(176,183,189)
#BBC1C6
(187,193,198)
#C6CBCF
(198,203,207)
#D1D5D8
(209,213,216)
#DCDFE1
(220,223,225)
#E7E9EA
(231,233,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848F99 color. Also use rgb(132,143,153) instead hex code.

Text Font Color

.myTextColor { color: #848F99; }

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

This text font color is #848F99.

Background Color

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

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

This div background color is #848F99.

Border color

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

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

This div border color is #848F99.

Opacity

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

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

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

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

This text has shadow with #848F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848F99.

Preview

Color preview on black background

This text has color #848F99 on black background.


Color preview on white background

This text has color #848F99 on white background.


Black color preview on #848F99 background

This text has black color on #848F99 background.


White color preview on #848F99 background

This text has white color on #848F99 background.


Related colors

Complementary color

Complementary color for #hex is #7B7066.


I love getcolorcode.com

Triadic colors

1 #99848F and #8F9984 with #848F99 are triadic colors.

2 #998F84 and #8F8499 with #848F99 are triadic colors.