COLOR #C7A3AF

HEX: #C7A3AF
RGB: (199,163,175)

Color info

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

RGB color model

#C7A3AF color RGB value is (199,163,175).

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

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 175 of 255 = 69%

199
163
175

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

Portions of RGB colors in percentages

R + G + B =
199 + 163 + 175 = 537 (100%)
R 199 of 537 ~ 37.06%
G 163 of 537 ~ 30.35%
B 175 of 537 ~ 32.59%

%37.06
%30.35
%32.59

CMYK color model

#C7A3AF color CMYK value is (0,18,12,22).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK:
(0,18,12,22)
C0M18Y12K22 
(0%,18%,12%,22%)
(0.00/0.18/0.12/0.22)	

CMYK percentages

%0
%18.09
%12.06
%21.96

Codes

Color #C7A3AF in popluar color models

C7A3AF
RGB199163175
HSL340°24.32%70.98%
HSB/HSV340°18.09%78.04%
CMYK0.00%18.09%12.06%
21.96%

Color #C7A3AF in popluar number systems.

HEXC7A3AF
Decimal199163175
Binary110001111010001110101111
Octal307243257

Shades and tints

Shades of #C7A3AF

#C7A3AF
(199,163,175)
#B595A0
(181,149,160)
#A38791
(163,135,145)
#917982
(145,121,130)
#7F6B73
(127,107,115)
#6D5D64
(109,93,100)
#5B4F55
(91,79,85)
#494146
(73,65,70)
#373337
(55,51,55)
#252528
(37,37,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7A3AF

#C7A3AF
(199,163,175)
#CCABB6
(204,171,182)
#D1B3BD
(209,179,189)
#D6BBC4
(214,187,196)
#DBC3CB
(219,195,203)
#E0CBD2
(224,203,210)
#E5D3D9
(229,211,217)
#EADBE0
(234,219,224)
#EFE3E7
(239,227,231)
#F4EBEE
(244,235,238)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A3AF; }

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

This text font color is #C7A3AF.


Background Color

.myBgColor { background-color: #C7A3AF; }

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

This div background color is #C7A3AF.


Border color

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

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

This div border color is #C7A3AF.


Opacity

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

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

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

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

This text has shadow with #C7A3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A3AF on black background.


Color preview on white background

This text has color #C7A3AF on white background.



Black color preview on #C7A3AF background

This text has black color on #C7A3AF background.


White color preview on #C7A3AF background

This text has white color on #C7A3AF background.