COLOR #A8999C

HEX: #A8999C
RGB: (168,153,156)

Color info

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

RGB color model

#A8999C color RGB value is (168,153,156).

  • red value is 168;
  • green value is 153;
  • blue value is 156.
RGB: (168,153,156) (66%,60%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 156 of 255 = 61%

168
153
156

R + G + B ~ 62%. #A8999C is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 156 = 477 (100%)
R 168 of 477 ~ 35.22%
G 153 of 477 ~ 32.08%
B 156 of 477 ~ 32.7%

%35.22
%32.08
%32.7

CMYK color model

#A8999C color CMYK value is (0,9,7,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK: (0,9,7,34) C0M9Y7K34 (0%,9%,7%,34%) (0.00/0.09/0.07/0.34)

CMYK percentages

%0
%8.93
%7.14
%34.12

Codes

Color #A8999C in popluar color models

A8999C
RGB168153156
HSL348°7.94%62.94%
HSB/HSV348°8.93%65.88%
CMYK0.00%8.93%7.14%
34.12%

Color #A8999C in popluar number systems.

HEXA8999C
Decimal168153156
Binary101010001001100110011100
Octal250231234

Shades and tints

Shades of #A8999C

#A8999C
(168,153,156)
#998C8E
(153,140,142)
#8A7F80
(138,127,128)
#7B7272
(123,114,114)
#6C6564
(108,101,100)
#5D5856
(93,88,86)
#4E4B48
(78,75,72)
#3F3E3A
(63,62,58)
#30312C
(48,49,44)
#21241E
(33,36,30)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #A8999C

#A8999C
(168,153,156)
#AFA2A5
(175,162,165)
#B6ABAE
(182,171,174)
#BDB4B7
(189,180,183)
#C4BDC0
(196,189,192)
#CBC6C9
(203,198,201)
#D2CFD2
(210,207,210)
#D9D8DB
(217,216,219)
#E0E1E4
(224,225,228)
#E7EAED
(231,234,237)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8999C color. Also use rgb(168,153,156) instead hex code.

Text Font Color

.myTextColor { color: #A8999C; }

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

This text font color is #A8999C.


Background Color

.myBgColor { background-color: #A8999C; }

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

This div background color is #A8999C.


Border color

.myBorderColor { border: 1px solid #A8999C; }

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

This div border color is #A8999C.


Opacity

.myOpacity80 { color: #A8999C; opacity: 0.8; }

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

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

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

This text has shadow with #A8999C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8999C on black background.


Color preview on white background

This text has color #A8999C on white background.



Black color preview on #A8999C background

This text has black color on #A8999C background.


White color preview on #A8999C background

This text has white color on #A8999C background.