COLOR #C2AE9A

HEX: #C2AE9A
RGB: (194,174,154)

Color info

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

RGB color model

#C2AE9A color RGB value is (194,174,154).

  • red value is 194;
  • green value is 174;
  • blue value is 154.
RGB:
(194,174,154)
(76%,68%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 154 of 255 = 60%

194
174
154

R + G + B ~ 68%. #C2AE9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 154 = 522 (100%)
R 194 of 522 ~ 37.16%
G 174 of 522 ~ 33.33%
B 154 of 522 ~ 29.5%

%37.16
%33.33
%29.5

CMYK color model

#C2AE9A color CMYK value is (0,10,21,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 20.62%
  • key color value is 23.92%
CMYK:
(0,10,21,24)
C0M10Y21K24 
(0%,10%,21%,24%)
(0.00/0.10/0.21/0.24)	

CMYK percentages

%0
%10.31
%20.62
%23.92

Codes

Color #C2AE9A in popluar color models

C2AE9A
RGB194174154
HSL30°24.69%68.24%
HSB/HSV30°20.62%76.08%
CMYK0.00%10.31%20.62%
23.92%

Color #C2AE9A in popluar number systems.

HEXC2AE9A
Decimal194174154
Binary110000101010111010011010
Octal302256232

Shades and tints

Shades of #C2AE9A

#C2AE9A
(194,174,154)
#B19F8C
(177,159,140)
#A0907E
(160,144,126)
#8F8170
(143,129,112)
#7E7262
(126,114,98)
#6D6354
(109,99,84)
#5C5446
(92,84,70)
#4B4538
(75,69,56)
#3A362A
(58,54,42)
#29271C
(41,39,28)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #C2AE9A

#C2AE9A
(194,174,154)
#C7B5A3
(199,181,163)
#CCBCAC
(204,188,172)
#D1C3B5
(209,195,181)
#D6CABE
(214,202,190)
#DBD1C7
(219,209,199)
#E0D8D0
(224,216,208)
#E5DFD9
(229,223,217)
#EAE6E2
(234,230,226)
#EFEDEB
(239,237,235)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AE9A color. Also use rgb(194,174,154) instead hex code.

Text Font Color

.myTextColor { color: #C2AE9A; }

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

This text font color is #C2AE9A.


Background Color

.myBgColor { background-color: #C2AE9A; }

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

This div background color is #C2AE9A.


Border color

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

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

This div border color is #C2AE9A.


Opacity

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

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

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

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

This text has shadow with #C2AE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AE9A on black background.


Color preview on white background

This text has color #C2AE9A on white background.



Black color preview on #C2AE9A background

This text has black color on #C2AE9A background.


White color preview on #C2AE9A background

This text has white color on #C2AE9A background.