COLOR #C2AE8F

HEX: #C2AE8F
RGB: (194,174,143)

Color info

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

RGB color model

#C2AE8F color RGB value is (194,174,143).

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

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 143 of 255 = 56%

194
174
143

R + G + B ~ 67%. #C2AE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 143 = 511 (100%)
R 194 of 511 ~ 37.96%
G 174 of 511 ~ 34.05%
B 143 of 511 ~ 27.98%

%37.96
%34.05
%27.98

CMYK color model

#C2AE8F color CMYK value is (0,10,26,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 26.29%
  • key color value is 23.92%
CMYK:
(0,10,26,24)
C0M10Y26K24 
(0%,10%,26%,24%)
(0.00/0.10/0.26/0.24)	

CMYK percentages

%0
%10.31
%26.29
%23.92

Codes

Color #C2AE8F in popluar color models

C2AE8F
RGB194174143
HSL36°29.48%66.08%
HSB/HSV36°26.29%76.08%
CMYK0.00%10.31%26.29%
23.92%

Color #C2AE8F in popluar number systems.

HEXC2AE8F
Decimal194174143
Binary110000101010111010001111
Octal302256217

Shades and tints

Shades of #C2AE8F

#C2AE8F
(194,174,143)
#B19F82
(177,159,130)
#A09075
(160,144,117)
#8F8168
(143,129,104)
#7E725B
(126,114,91)
#6D634E
(109,99,78)
#5C5441
(92,84,65)
#4B4534
(75,69,52)
#3A3627
(58,54,39)
#29271A
(41,39,26)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #C2AE8F

#C2AE8F
(194,174,143)
#C7B599
(199,181,153)
#CCBCA3
(204,188,163)
#D1C3AD
(209,195,173)
#D6CAB7
(214,202,183)
#DBD1C1
(219,209,193)
#E0D8CB
(224,216,203)
#E5DFD5
(229,223,213)
#EAE6DF
(234,230,223)
#EFEDE9
(239,237,233)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AE8F; }

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

This text font color is #C2AE8F.


Background Color

.myBgColor { background-color: #C2AE8F; }

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

This div background color is #C2AE8F.


Border color

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

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

This div border color is #C2AE8F.


Opacity

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

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

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

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

This text has shadow with #C2AE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AE8F on black background.


Color preview on white background

This text has color #C2AE8F on white background.



Black color preview on #C2AE8F background

This text has black color on #C2AE8F background.


White color preview on #C2AE8F background

This text has white color on #C2AE8F background.