COLOR #C7AAA1

HEX: #C7AAA1
RGB: (199,170,161)

Color info

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

RGB color model

#C7AAA1 color RGB value is (199,170,161).

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

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 161 of 255 = 63%

199
170
161

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

Portions of RGB colors in percentages

R + G + B =
199 + 170 + 161 = 530 (100%)
R 199 of 530 ~ 37.55%
G 170 of 530 ~ 32.08%
B 161 of 530 ~ 30.38%

%37.55
%32.08
%30.38

CMYK color model

#C7AAA1 color CMYK value is (0,15,19,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(0,15,19,22)
C0M15Y19K22 
(0%,15%,19%,22%)
(0.00/0.15/0.19/0.22)	

CMYK percentages

%0
%14.57
%19.1
%21.96

Codes

Color #C7AAA1 in popluar color models

C7AAA1
RGB199170161
HSL14°25.33%70.59%
HSB/HSV14°19.10%78.04%
CMYK0.00%14.57%19.10%
21.96%

Color #C7AAA1 in popluar number systems.

HEXC7AAA1
Decimal199170161
Binary110001111010101010100001
Octal307252241

Shades and tints

Shades of #C7AAA1

#C7AAA1
(199,170,161)
#B59B93
(181,155,147)
#A38C85
(163,140,133)
#917D77
(145,125,119)
#7F6E69
(127,110,105)
#6D5F5B
(109,95,91)
#5B504D
(91,80,77)
#49413F
(73,65,63)
#373231
(55,50,49)
#252323
(37,35,35)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7AAA1

#C7AAA1
(199,170,161)
#CCB1A9
(204,177,169)
#D1B8B1
(209,184,177)
#D6BFB9
(214,191,185)
#DBC6C1
(219,198,193)
#E0CDC9
(224,205,201)
#E5D4D1
(229,212,209)
#EADBD9
(234,219,217)
#EFE2E1
(239,226,225)
#F4E9E9
(244,233,233)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AAA1; }

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

This text font color is #C7AAA1.


Background Color

.myBgColor { background-color: #C7AAA1; }

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

This div background color is #C7AAA1.


Border color

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

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

This div border color is #C7AAA1.


Opacity

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

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

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

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

This text has shadow with #C7AAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AAA1 on black background.


Color preview on white background

This text has color #C7AAA1 on white background.



Black color preview on #C7AAA1 background

This text has black color on #C7AAA1 background.


White color preview on #C7AAA1 background

This text has white color on #C7AAA1 background.