COLOR #C7AEA0

HEX: #C7AEA0 RGB: (199,174,160)

Color info

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

RGB color model

#C7AEA0 color RGB value is (199,174,160).

RGB: (199,174,160) (78%, 68%, 63%)

RGB channels and saturation

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

199
174
160

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

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 160 = 533 (100%)
R 199 of 533 ~ 37.34%
G 174 of 533 ~ 32.65%
B 160 of 533 ~ 30.02'%

%37.34
%32.65
%30.02

CMYK color model

#C7AEA0 color CMYK value is (0,13,20,22).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 19.60%
  • key color value is 21.96%

CMYK: (0,13,20,22)
C0M13Y20K22 (0%, 13%, 20%, 22%)
(0.00 / 0.13 / 0.20 / 0.22)

CMYK percentages

%0
%12.56
%19.6
%21.96

Codes

Color #C7AEA0 in popluar color models

C7 AE A0
RGB 199 174 160
HSL 22° 25.83% 70.39%
HSB/HSV 22° 19.60% 78.04%
CMYK 0.00% 12.56% 19.60%
21.96%

Color #C7AEA0 in popluar number systems.

HEX C7 AE A0
Decimal 199 174 160
Binary 11000111 10101110 10100000
Octal 307 256 240

Shades and tints

Shades of #C7AEA0

#C7AEA0
(199,174,160)
#B59F92
(181,159,146)
#A39084
(163,144,132)
#918176
(145,129,118)
#7F7268
(127,114,104)
#6D635A
(109,99,90)
#5B544C
(91,84,76)
#49453E
(73,69,62)
#373630
(55,54,48)
#252722
(37,39,34)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #C7AEA0

#C7AEA0
(199,174,160)
#CCB5A8
(204,181,168)
#D1BCB0
(209,188,176)
#D6C3B8
(214,195,184)
#DBCAC0
(219,202,192)
#E0D1C8
(224,209,200)
#E5D8D0
(229,216,208)
#EADFD8
(234,223,216)
#EFE6E0
(239,230,224)
#F4EDE8
(244,237,232)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEA0; }

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

This text font color is #C7AEA0.

Background Color

.myBgColor { background-color: #C7AEA0; }

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

This div background color is #C7AEA0.

Border color

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

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

This div border color is #C7AEA0.

Opacity

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

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

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

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

This text has shadow with #C7AEA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AEA0.

Preview

Color preview on black background

This text has color #C7AEA0 on black background.


Color preview on white background

This text has color #C7AEA0 on white background.


Black color preview on #C7AEA0 background

This text has black color on #C7AEA0 background.


White color preview on #C7AEA0 background

This text has white color on #C7AEA0 background.


Related colors

Complementary color

Complementary color for #hex is #38515F.


I love getcolorcode.com

Triadic colors

1 #A0C7AE and #AEA0C7 with #C7AEA0 are triadic colors.

2 #A0AEC7 and #AEC7A0 with #C7AEA0 are triadic colors.