COLOR #C1AC7C

HEX: #C1AC7C
RGB: (193,172,124)

Color info

#C1AC7C contains mainly red and green colors. Web safe color of #C1AC7C is #CC9966 (or #C96).

RGB color model

#C1AC7C color RGB value is (193,172,124).

  • red value is 193;
  • green value is 172;
  • blue value is 124.
RGB:
(193,172,124)
(76%,67%,49%)

RGB channels and saturation

R 193 of 255 = 76%
G 172 of 255 = 67%
B 124 of 255 = 49%

193
172
124

R + G + B ~ 64%. #C1AC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 172 + 124 = 489 (100%)
R 193 of 489 ~ 39.47%
G 172 of 489 ~ 35.17%
B 124 of 489 ~ 25.36%

%39.47
%35.17
%25.36

CMYK color model

#C1AC7C color CMYK value is (0,11,36,24).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 35.75%
  • key color value is 24.31%
CMYK:
(0,11,36,24)
C0M11Y36K24 
(0%,11%,36%,24%)
(0.00/0.11/0.36/0.24)	

CMYK percentages

%0
%10.88
%35.75
%24.31

Codes

Color #C1AC7C in popluar color models

C1AC7C
RGB193172124
HSL42°35.75%62.16%
HSB/HSV42°35.75%75.69%
CMYK0.00%10.88%35.75%
24.31%

Color #C1AC7C in popluar number systems.

HEXC1AC7C
Decimal193172124
Binary11000001101011001111100
Octal301254174

Shades and tints

Shades of #C1AC7C

#C1AC7C
(193,172,124)
#B09D71
(176,157,113)
#9F8E66
(159,142,102)
#8E7F5B
(142,127,91)
#7D7050
(125,112,80)
#6C6145
(108,97,69)
#5B523A
(91,82,58)
#4A432F
(74,67,47)
#393424
(57,52,36)
#282519
(40,37,25)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #C1AC7C

#C1AC7C
(193,172,124)
#C6B387
(198,179,135)
#CBBA92
(203,186,146)
#D0C19D
(208,193,157)
#D5C8A8
(213,200,168)
#DACFB3
(218,207,179)
#DFD6BE
(223,214,190)
#E4DDC9
(228,221,201)
#E9E4D4
(233,228,212)
#EEEBDF
(238,235,223)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AC7C color. Also use rgb(193,172,124) instead hex code.

Text Font Color

.myTextColor { color: #C1AC7C; }

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

This text font color is #C1AC7C.


Background Color

.myBgColor { background-color: #C1AC7C; }

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

This div background color is #C1AC7C.


Border color

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

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

This div border color is #C1AC7C.


Opacity

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

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

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

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

This text has shadow with #C1AC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AC7C on black background.


Color preview on white background

This text has color #C1AC7C on white background.



Black color preview on #C1AC7C background

This text has black color on #C1AC7C background.


White color preview on #C1AC7C background

This text has white color on #C1AC7C background.