COLOR #C7AA9D

HEX: #C7AA9D
RGB: (199,170,157)

Color info

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

RGB color model

#C7AA9D color RGB value is (199,170,157).

  • red value is 199;
  • green value is 170;
  • blue value is 157.
RGB:
(199,170,157)
(78%,67%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 157 of 255 = 62%

199
170
157

R + G + B ~ 69%. #C7AA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 170 + 157 = 526 (100%)
R 199 of 526 ~ 37.83%
G 170 of 526 ~ 32.32%
B 157 of 526 ~ 29.85%

%37.83
%32.32
%29.85

CMYK color model

#C7AA9D color CMYK value is (0,15,21,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 21.11%
  • key color value is 21.96%
CMYK:
(0,15,21,22)
C0M15Y21K22 
(0%,15%,21%,22%)
(0.00/0.15/0.21/0.22)	

CMYK percentages

%0
%14.57
%21.11
%21.96

Codes

Color #C7AA9D in popluar color models

C7AA9D
RGB199170157
HSL19°27.27%69.80%
HSB/HSV19°21.11%78.04%
CMYK0.00%14.57%21.11%
21.96%

Color #C7AA9D in popluar number systems.

HEXC7AA9D
Decimal199170157
Binary110001111010101010011101
Octal307252235

Shades and tints

Shades of #C7AA9D

#C7AA9D
(199,170,157)
#B59B8F
(181,155,143)
#A38C81
(163,140,129)
#917D73
(145,125,115)
#7F6E65
(127,110,101)
#6D5F57
(109,95,87)
#5B5049
(91,80,73)
#49413B
(73,65,59)
#37322D
(55,50,45)
#25231F
(37,35,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C7AA9D

#C7AA9D
(199,170,157)
#CCB1A5
(204,177,165)
#D1B8AD
(209,184,173)
#D6BFB5
(214,191,181)
#DBC6BD
(219,198,189)
#E0CDC5
(224,205,197)
#E5D4CD
(229,212,205)
#EADBD5
(234,219,213)
#EFE2DD
(239,226,221)
#F4E9E5
(244,233,229)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AA9D color. Also use rgb(199,170,157) instead hex code.

Text Font Color

.myTextColor { color: #C7AA9D; }

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

This text font color is #C7AA9D.


Background Color

.myBgColor { background-color: #C7AA9D; }

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

This div background color is #C7AA9D.


Border color

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

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

This div border color is #C7AA9D.


Opacity

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

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

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

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

This text has shadow with #C7AA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AA9D on black background.


Color preview on white background

This text has color #C7AA9D on white background.



Black color preview on #C7AA9D background

This text has black color on #C7AA9D background.


White color preview on #C7AA9D background

This text has white color on #C7AA9D background.