COLOR #C7AEA1

HEX: #C7AEA1
RGB: (199,174,161)

Color info

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

RGB color model

#C7AEA1 color RGB value is (199,174,161).

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

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 161 of 255 = 63%

199
174
161

R + G + B ~ 70%. #C7AEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 161 = 534 (100%)
R 199 of 534 ~ 37.27%
G 174 of 534 ~ 32.58%
B 161 of 534 ~ 30.15%

%37.27
%32.58
%30.15

CMYK color model

#C7AEA1 color CMYK value is (0,13,19,22).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(0,13,19,22)
C0M13Y19K22 
(0%,13%,19%,22%)
(0.00/0.13/0.19/0.22)	

CMYK percentages

%0
%12.56
%19.1
%21.96

Codes

Color #C7AEA1 in popluar color models

C7AEA1
RGB199174161
HSL21°25.33%70.59%
HSB/HSV21°19.10%78.04%
CMYK0.00%12.56%19.10%
21.96%

Color #C7AEA1 in popluar number systems.

HEXC7AEA1
Decimal199174161
Binary110001111010111010100001
Octal307256241

Shades and tints

Shades of #C7AEA1

#C7AEA1
(199,174,161)
#B59F93
(181,159,147)
#A39085
(163,144,133)
#918177
(145,129,119)
#7F7269
(127,114,105)
#6D635B
(109,99,91)
#5B544D
(91,84,77)
#49453F
(73,69,63)
#373631
(55,54,49)
#252723
(37,39,35)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7AEA1

#C7AEA1
(199,174,161)
#CCB5A9
(204,181,169)
#D1BCB1
(209,188,177)
#D6C3B9
(214,195,185)
#DBCAC1
(219,202,193)
#E0D1C9
(224,209,201)
#E5D8D1
(229,216,209)
#EADFD9
(234,223,217)
#EFE6E1
(239,230,225)
#F4EDE9
(244,237,233)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEA1; }

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

This text font color is #C7AEA1.


Background Color

.myBgColor { background-color: #C7AEA1; }

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

This div background color is #C7AEA1.


Border color

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

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

This div border color is #C7AEA1.


Opacity

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

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

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

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

This text has shadow with #C7AEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEA1 on black background.


Color preview on white background

This text has color #C7AEA1 on white background.



Black color preview on #C7AEA1 background

This text has black color on #C7AEA1 background.


White color preview on #C7AEA1 background

This text has white color on #C7AEA1 background.