COLOR #C7A886

HEX: #C7A886
RGB: (199,168,134)

Color info

#C7A886 contains mainly red and green colors. Web safe color of #C7A886 is #CC9999 (or #C99).

RGB color model

#C7A886 color RGB value is (199,168,134).

  • red value is 199;
  • green value is 168;
  • blue value is 134.
RGB:
(199,168,134)
(78%,66%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 168 of 255 = 66%
B 134 of 255 = 53%

199
168
134

R + G + B ~ 66%. #C7A886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 168 + 134 = 501 (100%)
R 199 of 501 ~ 39.72%
G 168 of 501 ~ 33.53%
B 134 of 501 ~ 26.75%

%39.72
%33.53
%26.75

CMYK color model

#C7A886 color CMYK value is (0,16,33,22).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 32.66%
  • key color value is 21.96%
CMYK:
(0,16,33,22)
C0M16Y33K22 
(0%,16%,33%,22%)
(0.00/0.16/0.33/0.22)	

CMYK percentages

%0
%15.58
%32.66
%21.96

Codes

Color #C7A886 in popluar color models

C7A886
RGB199168134
HSL31°36.72%65.29%
HSB/HSV31°32.66%78.04%
CMYK0.00%15.58%32.66%
21.96%

Color #C7A886 in popluar number systems.

HEXC7A886
Decimal199168134
Binary110001111010100010000110
Octal307250206

Shades and tints

Shades of #C7A886

#C7A886
(199,168,134)
#B5997A
(181,153,122)
#A38A6E
(163,138,110)
#917B62
(145,123,98)
#7F6C56
(127,108,86)
#6D5D4A
(109,93,74)
#5B4E3E
(91,78,62)
#493F32
(73,63,50)
#373026
(55,48,38)
#25211A
(37,33,26)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #C7A886

#C7A886
(199,168,134)
#CCAF91
(204,175,145)
#D1B69C
(209,182,156)
#D6BDA7
(214,189,167)
#DBC4B2
(219,196,178)
#E0CBBD
(224,203,189)
#E5D2C8
(229,210,200)
#EAD9D3
(234,217,211)
#EFE0DE
(239,224,222)
#F4E7E9
(244,231,233)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A886 color. Also use rgb(199,168,134) instead hex code.

Text Font Color

.myTextColor { color: #C7A886; }

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

This text font color is #C7A886.


Background Color

.myBgColor { background-color: #C7A886; }

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

This div background color is #C7A886.


Border color

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

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

This div border color is #C7A886.


Opacity

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

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

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

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

This text has shadow with #C7A886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A886 on black background.


Color preview on white background

This text has color #C7A886 on white background.



Black color preview on #C7A886 background

This text has black color on #C7A886 background.


White color preview on #C7A886 background

This text has white color on #C7A886 background.