COLOR #C2AE9D

HEX: #C2AE9D
RGB: (194,174,157)

Color info

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

RGB color model

#C2AE9D color RGB value is (194,174,157).

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

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 157 of 255 = 62%

194
174
157

R + G + B ~ 69%. #C2AE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 157 = 525 (100%)
R 194 of 525 ~ 36.95%
G 174 of 525 ~ 33.14%
B 157 of 525 ~ 29.9%

%36.95
%33.14
%29.9

CMYK color model

#C2AE9D color CMYK value is (0,10,19,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 19.07%
  • key color value is 23.92%
CMYK:
(0,10,19,24)
C0M10Y19K24 
(0%,10%,19%,24%)
(0.00/0.10/0.19/0.24)	

CMYK percentages

%0
%10.31
%19.07
%23.92

Codes

Color #C2AE9D in popluar color models

C2AE9D
RGB194174157
HSL28°23.27%68.82%
HSB/HSV28°19.07%76.08%
CMYK0.00%10.31%19.07%
23.92%

Color #C2AE9D in popluar number systems.

HEXC2AE9D
Decimal194174157
Binary110000101010111010011101
Octal302256235

Shades and tints

Shades of #C2AE9D

#C2AE9D
(194,174,157)
#B19F8F
(177,159,143)
#A09081
(160,144,129)
#8F8173
(143,129,115)
#7E7265
(126,114,101)
#6D6357
(109,99,87)
#5C5449
(92,84,73)
#4B453B
(75,69,59)
#3A362D
(58,54,45)
#29271F
(41,39,31)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #C2AE9D

#C2AE9D
(194,174,157)
#C7B5A5
(199,181,165)
#CCBCAD
(204,188,173)
#D1C3B5
(209,195,181)
#D6CABD
(214,202,189)
#DBD1C5
(219,209,197)
#E0D8CD
(224,216,205)
#E5DFD5
(229,223,213)
#EAE6DD
(234,230,221)
#EFEDE5
(239,237,229)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AE9D; }

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

This text font color is #C2AE9D.


Background Color

.myBgColor { background-color: #C2AE9D; }

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

This div background color is #C2AE9D.


Border color

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

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

This div border color is #C2AE9D.


Opacity

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

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

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

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

This text has shadow with #C2AE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AE9D on black background.


Color preview on white background

This text has color #C2AE9D on white background.



Black color preview on #C2AE9D background

This text has black color on #C2AE9D background.


White color preview on #C2AE9D background

This text has white color on #C2AE9D background.