COLOR #C7AEA6

HEX: #C7AEA6
RGB: (199,174,166)

Color info

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

RGB color model

#C7AEA6 color RGB value is (199,174,166).

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

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 166 of 255 = 65%

199
174
166

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

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 166 = 539 (100%)
R 199 of 539 ~ 36.92%
G 174 of 539 ~ 32.28%
B 166 of 539 ~ 30.8%

%36.92
%32.28
%30.8

CMYK color model

#C7AEA6 color CMYK value is (0,13,17,22).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(0,13,17,22)
C0M13Y17K22 
(0%,13%,17%,22%)
(0.00/0.13/0.17/0.22)	

CMYK percentages

%0
%12.56
%16.58
%21.96

Codes

Color #C7AEA6 in popluar color models

C7AEA6
RGB199174166
HSL15°22.76%71.57%
HSB/HSV15°16.58%78.04%
CMYK0.00%12.56%16.58%
21.96%

Color #C7AEA6 in popluar number systems.

HEXC7AEA6
Decimal199174166
Binary110001111010111010100110
Octal307256246

Shades and tints

Shades of #C7AEA6

#C7AEA6
(199,174,166)
#B59F97
(181,159,151)
#A39088
(163,144,136)
#918179
(145,129,121)
#7F726A
(127,114,106)
#6D635B
(109,99,91)
#5B544C
(91,84,76)
#49453D
(73,69,61)
#37362E
(55,54,46)
#25271F
(37,39,31)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #C7AEA6

#C7AEA6
(199,174,166)
#CCB5AE
(204,181,174)
#D1BCB6
(209,188,182)
#D6C3BE
(214,195,190)
#DBCAC6
(219,202,198)
#E0D1CE
(224,209,206)
#E5D8D6
(229,216,214)
#EADFDE
(234,223,222)
#EFE6E6
(239,230,230)
#F4EDEE
(244,237,238)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEA6; }

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

This text font color is #C7AEA6.


Background Color

.myBgColor { background-color: #C7AEA6; }

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

This div background color is #C7AEA6.


Border color

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

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

This div border color is #C7AEA6.


Opacity

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

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

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

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

This text has shadow with #C7AEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEA6 on black background.


Color preview on white background

This text has color #C7AEA6 on white background.



Black color preview on #C7AEA6 background

This text has black color on #C7AEA6 background.


White color preview on #C7AEA6 background

This text has white color on #C7AEA6 background.