COLOR #C7A9AE

HEX: #C7A9AE
RGB: (199,169,174)

Color info

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

RGB color model

#C7A9AE color RGB value is (199,169,174).

  • red value is 199;
  • green value is 169;
  • blue value is 174.
RGB:
(199,169,174)
(78%,66%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 174 of 255 = 68%

199
169
174

R + G + B ~ 71%. #C7A9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 169 + 174 = 542 (100%)
R 199 of 542 ~ 36.72%
G 169 of 542 ~ 31.18%
B 174 of 542 ~ 32.1%

%36.72
%31.18
%32.1

CMYK color model

#C7A9AE color CMYK value is (0,15,13,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(0,15,13,22)
C0M15Y13K22 
(0%,15%,13%,22%)
(0.00/0.15/0.13/0.22)	

CMYK percentages

%0
%15.08
%12.56
%21.96

Codes

Color #C7A9AE in popluar color models

C7A9AE
RGB199169174
HSL350°21.13%72.16%
HSB/HSV350°15.08%78.04%
CMYK0.00%15.08%12.56%
21.96%

Color #C7A9AE in popluar number systems.

HEXC7A9AE
Decimal199169174
Binary110001111010100110101110
Octal307251256

Shades and tints

Shades of #C7A9AE

#C7A9AE
(199,169,174)
#B59A9F
(181,154,159)
#A38B90
(163,139,144)
#917C81
(145,124,129)
#7F6D72
(127,109,114)
#6D5E63
(109,94,99)
#5B4F54
(91,79,84)
#494045
(73,64,69)
#373136
(55,49,54)
#252227
(37,34,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #C7A9AE

#C7A9AE
(199,169,174)
#CCB0B5
(204,176,181)
#D1B7BC
(209,183,188)
#D6BEC3
(214,190,195)
#DBC5CA
(219,197,202)
#E0CCD1
(224,204,209)
#E5D3D8
(229,211,216)
#EADADF
(234,218,223)
#EFE1E6
(239,225,230)
#F4E8ED
(244,232,237)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A9AE color. Also use rgb(199,169,174) instead hex code.

Text Font Color

.myTextColor { color: #C7A9AE; }

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

This text font color is #C7A9AE.


Background Color

.myBgColor { background-color: #C7A9AE; }

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

This div background color is #C7A9AE.


Border color

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

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

This div border color is #C7A9AE.


Opacity

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

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

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

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

This text has shadow with #C7A9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A9AE on black background.


Color preview on white background

This text has color #C7A9AE on white background.



Black color preview on #C7A9AE background

This text has black color on #C7A9AE background.


White color preview on #C7A9AE background

This text has white color on #C7A9AE background.