COLOR #A6999C

HEX: #A6999C
RGB: (166,153,156)

Color info

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

RGB color model

#A6999C color RGB value is (166,153,156).

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

RGB channels and saturation

R 166 of 255 = 65%
G 153 of 255 = 60%
B 156 of 255 = 61%

166
153
156

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

Portions of RGB colors in percentages

R + G + B =
166 + 153 + 156 = 475 (100%)
R 166 of 475 ~ 34.95%
G 153 of 475 ~ 32.21%
B 156 of 475 ~ 32.84%

%34.95
%32.21
%32.84

CMYK color model

#A6999C color CMYK value is (0,8,6,35).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK:
(0,8,6,35)
C0M8Y6K35 
(0%,8%,6%,35%)
(0.00/0.08/0.06/0.35)	

CMYK percentages

%0
%7.83
%6.02
%34.9

Codes

Color #A6999C in popluar color models

A6999C
RGB166153156
HSL346°6.81%62.55%
HSB/HSV346°7.83%65.10%
CMYK0.00%7.83%6.02%
34.90%

Color #A6999C in popluar number systems.

HEXA6999C
Decimal166153156
Binary101001101001100110011100
Octal246231234

Shades and tints

Shades of #A6999C

#A6999C
(166,153,156)
#978C8E
(151,140,142)
#887F80
(136,127,128)
#797272
(121,114,114)
#6A6564
(106,101,100)
#5B5856
(91,88,86)
#4C4B48
(76,75,72)
#3D3E3A
(61,62,58)
#2E312C
(46,49,44)
#1F241E
(31,36,30)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #A6999C

#A6999C
(166,153,156)
#AEA2A5
(174,162,165)
#B6ABAE
(182,171,174)
#BEB4B7
(190,180,183)
#C6BDC0
(198,189,192)
#CEC6C9
(206,198,201)
#D6CFD2
(214,207,210)
#DED8DB
(222,216,219)
#E6E1E4
(230,225,228)
#EEEAED
(238,234,237)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6999C; }

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

This text font color is #A6999C.


Background Color

.myBgColor { background-color: #A6999C; }

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

This div background color is #A6999C.


Border color

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

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

This div border color is #A6999C.


Opacity

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

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

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

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

This text has shadow with #A6999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6999C on black background.


Color preview on white background

This text has color #A6999C on white background.



Black color preview on #A6999C background

This text has black color on #A6999C background.


White color preview on #A6999C background

This text has white color on #A6999C background.