COLOR #C7A694

HEX: #C7A694
RGB: (199,166,148)

Color info

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

RGB color model

#C7A694 color RGB value is (199,166,148).

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

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 148 of 255 = 58%

199
166
148

R + G + B ~ 67%. #C7A694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 166 + 148 = 513 (100%)
R 199 of 513 ~ 38.79%
G 166 of 513 ~ 32.36%
B 148 of 513 ~ 28.85%

%38.79
%32.36
%28.85

CMYK color model

#C7A694 color CMYK value is (0,17,26,22).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 25.63%
  • key color value is 21.96%
CMYK:
(0,17,26,22)
C0M17Y26K22 
(0%,17%,26%,22%)
(0.00/0.17/0.26/0.22)	

CMYK percentages

%0
%16.58
%25.63
%21.96

Codes

Color #C7A694 in popluar color models

C7A694
RGB199166148
HSL21°31.29%68.04%
HSB/HSV21°25.63%78.04%
CMYK0.00%16.58%25.63%
21.96%

Color #C7A694 in popluar number systems.

HEXC7A694
Decimal199166148
Binary110001111010011010010100
Octal307246224

Shades and tints

Shades of #C7A694

#C7A694
(199,166,148)
#B59787
(181,151,135)
#A3887A
(163,136,122)
#91796D
(145,121,109)
#7F6A60
(127,106,96)
#6D5B53
(109,91,83)
#5B4C46
(91,76,70)
#493D39
(73,61,57)
#372E2C
(55,46,44)
#251F1F
(37,31,31)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #C7A694

#C7A694
(199,166,148)
#CCAE9D
(204,174,157)
#D1B6A6
(209,182,166)
#D6BEAF
(214,190,175)
#DBC6B8
(219,198,184)
#E0CEC1
(224,206,193)
#E5D6CA
(229,214,202)
#EADED3
(234,222,211)
#EFE6DC
(239,230,220)
#F4EEE5
(244,238,229)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A694; }

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

This text font color is #C7A694.


Background Color

.myBgColor { background-color: #C7A694; }

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

This div background color is #C7A694.


Border color

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

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

This div border color is #C7A694.


Opacity

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

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

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

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

This text has shadow with #C7A694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A694 on black background.


Color preview on white background

This text has color #C7A694 on white background.



Black color preview on #C7A694 background

This text has black color on #C7A694 background.


White color preview on #C7A694 background

This text has white color on #C7A694 background.