COLOR #C7ACA1

HEX: #C7ACA1
RGB: (199,172,161)

Color info

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

RGB color model

#C7ACA1 color RGB value is (199,172,161).

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

RGB channels and saturation

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

199
172
161

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

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 161 = 532 (100%)
R 199 of 532 ~ 37.41%
G 172 of 532 ~ 32.33%
B 161 of 532 ~ 30.26%

%37.41
%32.33
%30.26

CMYK color model

#C7ACA1 color CMYK value is (0,14,19,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(0,14,19,22)
C0M14Y19K22 
(0%,14%,19%,22%)
(0.00/0.14/0.19/0.22)	

CMYK percentages

%0
%13.57
%19.1
%21.96

Codes

Color #C7ACA1 in popluar color models

C7ACA1
RGB199172161
HSL17°25.33%70.59%
HSB/HSV17°19.10%78.04%
CMYK0.00%13.57%19.10%
21.96%

Color #C7ACA1 in popluar number systems.

HEXC7ACA1
Decimal199172161
Binary110001111010110010100001
Octal307254241

Shades and tints

Shades of #C7ACA1

#C7ACA1
(199,172,161)
#B59D93
(181,157,147)
#A38E85
(163,142,133)
#917F77
(145,127,119)
#7F7069
(127,112,105)
#6D615B
(109,97,91)
#5B524D
(91,82,77)
#49433F
(73,67,63)
#373431
(55,52,49)
#252523
(37,37,35)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7ACA1

#C7ACA1
(199,172,161)
#CCB3A9
(204,179,169)
#D1BAB1
(209,186,177)
#D6C1B9
(214,193,185)
#DBC8C1
(219,200,193)
#E0CFC9
(224,207,201)
#E5D6D1
(229,214,209)
#EADDD9
(234,221,217)
#EFE4E1
(239,228,225)
#F4EBE9
(244,235,233)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ACA1; }

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

This text font color is #C7ACA1.


Background Color

.myBgColor { background-color: #C7ACA1; }

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

This div background color is #C7ACA1.


Border color

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

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

This div border color is #C7ACA1.


Opacity

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

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

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

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

This text has shadow with #C7ACA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ACA1 on black background.


Color preview on white background

This text has color #C7ACA1 on white background.



Black color preview on #C7ACA1 background

This text has black color on #C7ACA1 background.


White color preview on #C7ACA1 background

This text has white color on #C7ACA1 background.