COLOR #C7AEAC

HEX: #C7AEAC RGB: (199,174,172)

Color info

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

RGB color model

#C7AEAC color RGB value is (199,174,172).

RGB: (199,174,172) (78%, 68%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 172 of 255 = 67%

199
174
172

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

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 172 = 545 (100%)
R 199 of 545 ~ 36.51%
G 174 of 545 ~ 31.93%
B 172 of 545 ~ 31.56'%

%36.51
%31.93
%31.56

CMYK color model

#C7AEAC color CMYK value is (0,13,14,22).

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

CMYK: (0,13,14,22)
C0M13Y14K22 (0%, 13%, 14%, 22%)
(0.00 / 0.13 / 0.14 / 0.22)

CMYK percentages

%0
%12.56
%13.57
%21.96

Codes

Color #C7AEAC in popluar color models

C7 AE AC
RGB 199 174 172
HSL 19.42% 72.75%
HSB/HSV 13.57% 78.04%
CMYK 0.00% 12.56% 13.57%
21.96%

Color #C7AEAC in popluar number systems.

HEX C7 AE AC
Decimal 199 174 172
Binary 11000111 10101110 10101100
Octal 307 256 254

Shades and tints

Shades of #C7AEAC

#C7AEAC
(199,174,172)
#B59F9D
(181,159,157)
#A3908E
(163,144,142)
#91817F
(145,129,127)
#7F7270
(127,114,112)
#6D6361
(109,99,97)
#5B5452
(91,84,82)
#494543
(73,69,67)
#373634
(55,54,52)
#252725
(37,39,37)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7AEAC

#C7AEAC
(199,174,172)
#CCB5B3
(204,181,179)
#D1BCBA
(209,188,186)
#D6C3C1
(214,195,193)
#DBCAC8
(219,202,200)
#E0D1CF
(224,209,207)
#E5D8D6
(229,216,214)
#EADFDD
(234,223,221)
#EFE6E4
(239,230,228)
#F4EDEB
(244,237,235)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEAC; }

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

This text font color is #C7AEAC.

Background Color

.myBgColor { background-color: #C7AEAC; }

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

This div background color is #C7AEAC.

Border color

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

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

This div border color is #C7AEAC.

Opacity

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

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

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

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

This text has shadow with #C7AEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AEAC.

Preview

Color preview on black background

This text has color #C7AEAC on black background.


Color preview on white background

This text has color #C7AEAC on white background.


Black color preview on #C7AEAC background

This text has black color on #C7AEAC background.


White color preview on #C7AEAC background

This text has white color on #C7AEAC background.


Related colors

Complementary color

Complementary color for #hex is #385153.


I love getcolorcode.com

Triadic colors

1 #ACC7AE and #AEACC7 with #C7AEAC are triadic colors.

2 #ACAEC7 and #AEC7AC with #C7AEAC are triadic colors.