COLOR #C7AC94

HEX: #C7AC94
RGB: (199,172,148)

Color info

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

RGB color model

#C7AC94 color RGB value is (199,172,148).

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

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 148 of 255 = 58%

199
172
148

R + G + B ~ 68%. #C7AC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 148 = 519 (100%)
R 199 of 519 ~ 38.34%
G 172 of 519 ~ 33.14%
B 148 of 519 ~ 28.52%

%38.34
%33.14
%28.52

CMYK color model

#C7AC94 color CMYK value is (0,14,26,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 25.63%
  • key color value is 21.96%
CMYK:
(0,14,26,22)
C0M14Y26K22 
(0%,14%,26%,22%)
(0.00/0.14/0.26/0.22)	

CMYK percentages

%0
%13.57
%25.63
%21.96

Codes

Color #C7AC94 in popluar color models

C7AC94
RGB199172148
HSL28°31.29%68.04%
HSB/HSV28°25.63%78.04%
CMYK0.00%13.57%25.63%
21.96%

Color #C7AC94 in popluar number systems.

HEXC7AC94
Decimal199172148
Binary110001111010110010010100
Octal307254224

Shades and tints

Shades of #C7AC94

#C7AC94
(199,172,148)
#B59D87
(181,157,135)
#A38E7A
(163,142,122)
#917F6D
(145,127,109)
#7F7060
(127,112,96)
#6D6153
(109,97,83)
#5B5246
(91,82,70)
#494339
(73,67,57)
#37342C
(55,52,44)
#25251F
(37,37,31)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #C7AC94

#C7AC94
(199,172,148)
#CCB39D
(204,179,157)
#D1BAA6
(209,186,166)
#D6C1AF
(214,193,175)
#DBC8B8
(219,200,184)
#E0CFC1
(224,207,193)
#E5D6CA
(229,214,202)
#EADDD3
(234,221,211)
#EFE4DC
(239,228,220)
#F4EBE5
(244,235,229)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AC94; }

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

This text font color is #C7AC94.


Background Color

.myBgColor { background-color: #C7AC94; }

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

This div background color is #C7AC94.


Border color

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

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

This div border color is #C7AC94.


Opacity

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

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

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

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

This text has shadow with #C7AC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AC94 on black background.


Color preview on white background

This text has color #C7AC94 on white background.



Black color preview on #C7AC94 background

This text has black color on #C7AC94 background.


White color preview on #C7AC94 background

This text has white color on #C7AC94 background.