COLOR #C7A3AA

HEX: #C7A3AA
RGB: (199,163,170)

Color info

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

RGB color model

#C7A3AA color RGB value is (199,163,170).

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

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 170 of 255 = 67%

199
163
170

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

Portions of RGB colors in percentages

R + G + B =
199 + 163 + 170 = 532 (100%)
R 199 of 532 ~ 37.41%
G 163 of 532 ~ 30.64%
B 170 of 532 ~ 31.95%

%37.41
%30.64
%31.95

CMYK color model

#C7A3AA color CMYK value is (0,18,15,22).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(0,18,15,22)
C0M18Y15K22 
(0%,18%,15%,22%)
(0.00/0.18/0.15/0.22)	

CMYK percentages

%0
%18.09
%14.57
%21.96

Codes

Color #C7A3AA in popluar color models

C7A3AA
RGB199163170
HSL348°24.32%70.98%
HSB/HSV348°18.09%78.04%
CMYK0.00%18.09%14.57%
21.96%

Color #C7A3AA in popluar number systems.

HEXC7A3AA
Decimal199163170
Binary110001111010001110101010
Octal307243252

Shades and tints

Shades of #C7A3AA

#C7A3AA
(199,163,170)
#B5959B
(181,149,155)
#A3878C
(163,135,140)
#91797D
(145,121,125)
#7F6B6E
(127,107,110)
#6D5D5F
(109,93,95)
#5B4F50
(91,79,80)
#494141
(73,65,65)
#373332
(55,51,50)
#252523
(37,37,35)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C7A3AA

#C7A3AA
(199,163,170)
#CCABB1
(204,171,177)
#D1B3B8
(209,179,184)
#D6BBBF
(214,187,191)
#DBC3C6
(219,195,198)
#E0CBCD
(224,203,205)
#E5D3D4
(229,211,212)
#EADBDB
(234,219,219)
#EFE3E2
(239,227,226)
#F4EBE9
(244,235,233)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A3AA; }

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

This text font color is #C7A3AA.


Background Color

.myBgColor { background-color: #C7A3AA; }

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

This div background color is #C7A3AA.


Border color

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

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

This div border color is #C7A3AA.


Opacity

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

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

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

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

This text has shadow with #C7A3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A3AA on black background.


Color preview on white background

This text has color #C7A3AA on white background.



Black color preview on #C7A3AA background

This text has black color on #C7A3AA background.


White color preview on #C7A3AA background

This text has white color on #C7A3AA background.