COLOR #C7A9A6

HEX: #C7A9A6
RGB: (199,169,166)

Color info

#C7A9A6 contains red, green and blue colors in about the same proportion. Web safe color of #C7A9A6 is #CC9999 (or #C99).

RGB color model

#C7A9A6 color RGB value is (199,169,166).

  • red value is 199;
  • green value is 169;
  • blue value is 166.
RGB:
(199,169,166)
(78%,66%,65%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 166 of 255 = 65%

199
169
166

R + G + B ~ 70%. #C7A9A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 169 + 166 = 534 (100%)
R 199 of 534 ~ 37.27%
G 169 of 534 ~ 31.65%
B 166 of 534 ~ 31.09%

%37.27
%31.65
%31.09

CMYK color model

#C7A9A6 color CMYK value is (0,15,17,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(0,15,17,22)
C0M15Y17K22 
(0%,15%,17%,22%)
(0.00/0.15/0.17/0.22)	

CMYK percentages

%0
%15.08
%16.58
%21.96

Codes

Color #C7A9A6 in popluar color models

C7A9A6
RGB199169166
HSL22.76%71.57%
HSB/HSV16.58%78.04%
CMYK0.00%15.08%16.58%
21.96%

Color #C7A9A6 in popluar number systems.

HEXC7A9A6
Decimal199169166
Binary110001111010100110100110
Octal307251246

Shades and tints

Shades of #C7A9A6

#C7A9A6
(199,169,166)
#B59A97
(181,154,151)
#A38B88
(163,139,136)
#917C79
(145,124,121)
#7F6D6A
(127,109,106)
#6D5E5B
(109,94,91)
#5B4F4C
(91,79,76)
#49403D
(73,64,61)
#37312E
(55,49,46)
#25221F
(37,34,31)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #C7A9A6

#C7A9A6
(199,169,166)
#CCB0AE
(204,176,174)
#D1B7B6
(209,183,182)
#D6BEBE
(214,190,190)
#DBC5C6
(219,197,198)
#E0CCCE
(224,204,206)
#E5D3D6
(229,211,214)
#EADADE
(234,218,222)
#EFE1E6
(239,225,230)
#F4E8EE
(244,232,238)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A9A6 color. Also use rgb(199,169,166) instead hex code.

Text Font Color

.myTextColor { color: #C7A9A6; }

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

This text font color is #C7A9A6.


Background Color

.myBgColor { background-color: #C7A9A6; }

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

This div background color is #C7A9A6.


Border color

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

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

This div border color is #C7A9A6.


Opacity

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

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

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

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

This text has shadow with #C7A9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A9A6 on black background.


Color preview on white background

This text has color #C7A9A6 on white background.



Black color preview on #C7A9A6 background

This text has black color on #C7A9A6 background.


White color preview on #C7A9A6 background

This text has white color on #C7A9A6 background.