COLOR #C7AC69

HEX: #C7AC69
RGB: (199,172,105)

Color info

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

RGB color model

#C7AC69 color RGB value is (199,172,105).

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

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 105 of 255 = 41%

199
172
105

R + G + B ~ 62%. #C7AC69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 105 = 476 (100%)
R 199 of 476 ~ 41.81%
G 172 of 476 ~ 36.13%
B 105 of 476 ~ 22.06%

%41.81
%36.13
%22.06

CMYK color model

#C7AC69 color CMYK value is (0,14,47,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 47.24%
  • key color value is 21.96%
CMYK:
(0,14,47,22)
C0M14Y47K22 
(0%,14%,47%,22%)
(0.00/0.14/0.47/0.22)	

CMYK percentages

%0
%13.57
%47.24
%21.96

Codes

Color #C7AC69 in popluar color models

C7AC69
RGB199172105
HSL43°45.63%59.61%
HSB/HSV43°47.24%78.04%
CMYK0.00%13.57%47.24%
21.96%

Color #C7AC69 in popluar number systems.

HEXC7AC69
Decimal199172105
Binary11000111101011001101001
Octal307254151

Shades and tints

Shades of #C7AC69

#C7AC69
(199,172,105)
#B59D60
(181,157,96)
#A38E57
(163,142,87)
#917F4E
(145,127,78)
#7F7045
(127,112,69)
#6D613C
(109,97,60)
#5B5233
(91,82,51)
#49432A
(73,67,42)
#373421
(55,52,33)
#252518
(37,37,24)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #C7AC69

#C7AC69
(199,172,105)
#CCB376
(204,179,118)
#D1BA83
(209,186,131)
#D6C190
(214,193,144)
#DBC89D
(219,200,157)
#E0CFAA
(224,207,170)
#E5D6B7
(229,214,183)
#EADDC4
(234,221,196)
#EFE4D1
(239,228,209)
#F4EBDE
(244,235,222)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AC69; }

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

This text font color is #C7AC69.


Background Color

.myBgColor { background-color: #C7AC69; }

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

This div background color is #C7AC69.


Border color

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

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

This div border color is #C7AC69.


Opacity

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

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

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

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

This text has shadow with #C7AC69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AC69 on black background.


Color preview on white background

This text has color #C7AC69 on white background.



Black color preview on #C7AC69 background

This text has black color on #C7AC69 background.


White color preview on #C7AC69 background

This text has white color on #C7AC69 background.