COLOR #C7A69F

HEX: #C7A69F
RGB: (199,166,159)

Color info

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

RGB color model

#C7A69F color RGB value is (199,166,159).

  • red value is 199;
  • green value is 166;
  • blue value is 159.
RGB:
(199,166,159)
(78%,65%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 159 of 255 = 62%

199
166
159

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

Portions of RGB colors in percentages

R + G + B =
199 + 166 + 159 = 524 (100%)
R 199 of 524 ~ 37.98%
G 166 of 524 ~ 31.68%
B 159 of 524 ~ 30.34%

%37.98
%31.68
%30.34

CMYK color model

#C7A69F color CMYK value is (0,17,20,22).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 20.10%
  • key color value is 21.96%
CMYK:
(0,17,20,22)
C0M17Y20K22 
(0%,17%,20%,22%)
(0.00/0.17/0.20/0.22)	

CMYK percentages

%0
%16.58
%20.1
%21.96

Codes

Color #C7A69F in popluar color models

C7A69F
RGB199166159
HSL11°26.32%70.20%
HSB/HSV11°20.10%78.04%
CMYK0.00%16.58%20.10%
21.96%

Color #C7A69F in popluar number systems.

HEXC7A69F
Decimal199166159
Binary110001111010011010011111
Octal307246237

Shades and tints

Shades of #C7A69F

#C7A69F
(199,166,159)
#B59791
(181,151,145)
#A38883
(163,136,131)
#917975
(145,121,117)
#7F6A67
(127,106,103)
#6D5B59
(109,91,89)
#5B4C4B
(91,76,75)
#493D3D
(73,61,61)
#372E2F
(55,46,47)
#251F21
(37,31,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #C7A69F

#C7A69F
(199,166,159)
#CCAEA7
(204,174,167)
#D1B6AF
(209,182,175)
#D6BEB7
(214,190,183)
#DBC6BF
(219,198,191)
#E0CEC7
(224,206,199)
#E5D6CF
(229,214,207)
#EADED7
(234,222,215)
#EFE6DF
(239,230,223)
#F4EEE7
(244,238,231)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A69F color. Also use rgb(199,166,159) instead hex code.

Text Font Color

.myTextColor { color: #C7A69F; }

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

This text font color is #C7A69F.


Background Color

.myBgColor { background-color: #C7A69F; }

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

This div background color is #C7A69F.


Border color

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

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

This div border color is #C7A69F.


Opacity

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

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

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

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

This text has shadow with #C7A69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A69F on black background.


Color preview on white background

This text has color #C7A69F on white background.



Black color preview on #C7A69F background

This text has black color on #C7A69F background.


White color preview on #C7A69F background

This text has white color on #C7A69F background.