COLOR #C2AE7F

HEX: #C2AE7F
RGB: (194,174,127)

Color info

#C2AE7F contains mainly red and green colors. Web safe color of #C2AE7F is #CC9966 (or #C96).

RGB color model

#C2AE7F color RGB value is (194,174,127).

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

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 127 of 255 = 50%

194
174
127

R + G + B ~ 65%. #C2AE7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 127 = 495 (100%)
R 194 of 495 ~ 39.19%
G 174 of 495 ~ 35.15%
B 127 of 495 ~ 25.66%

%39.19
%35.15
%25.66

CMYK color model

#C2AE7F color CMYK value is (0,10,35,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 34.54%
  • key color value is 23.92%
CMYK:
(0,10,35,24)
C0M10Y35K24 
(0%,10%,35%,24%)
(0.00/0.10/0.35/0.24)	

CMYK percentages

%0
%10.31
%34.54
%23.92

Codes

Color #C2AE7F in popluar color models

C2AE7F
RGB194174127
HSL42°35.45%62.94%
HSB/HSV42°34.54%76.08%
CMYK0.00%10.31%34.54%
23.92%

Color #C2AE7F in popluar number systems.

HEXC2AE7F
Decimal194174127
Binary11000010101011101111111
Octal302256177

Shades and tints

Shades of #C2AE7F

#C2AE7F
(194,174,127)
#B19F74
(177,159,116)
#A09069
(160,144,105)
#8F815E
(143,129,94)
#7E7253
(126,114,83)
#6D6348
(109,99,72)
#5C543D
(92,84,61)
#4B4532
(75,69,50)
#3A3627
(58,54,39)
#29271C
(41,39,28)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #C2AE7F

#C2AE7F
(194,174,127)
#C7B58A
(199,181,138)
#CCBC95
(204,188,149)
#D1C3A0
(209,195,160)
#D6CAAB
(214,202,171)
#DBD1B6
(219,209,182)
#E0D8C1
(224,216,193)
#E5DFCC
(229,223,204)
#EAE6D7
(234,230,215)
#EFEDE2
(239,237,226)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AE7F; }

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

This text font color is #C2AE7F.


Background Color

.myBgColor { background-color: #C2AE7F; }

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

This div background color is #C2AE7F.


Border color

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

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

This div border color is #C2AE7F.


Opacity

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

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

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

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

This text has shadow with #C2AE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AE7F on black background.


Color preview on white background

This text has color #C2AE7F on white background.



Black color preview on #C2AE7F background

This text has black color on #C2AE7F background.


White color preview on #C2AE7F background

This text has white color on #C2AE7F background.