COLOR #C2AEA4

HEX: #C2AEA4
RGB: (194,174,164)

Color info

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

RGB color model

#C2AEA4 color RGB value is (194,174,164).

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

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 164 of 255 = 64%

194
174
164

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

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 164 = 532 (100%)
R 194 of 532 ~ 36.47%
G 174 of 532 ~ 32.71%
B 164 of 532 ~ 30.83%

%36.47
%32.71
%30.83

CMYK color model

#C2AEA4 color CMYK value is (0,10,15,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 15.46%
  • key color value is 23.92%
CMYK:
(0,10,15,24)
C0M10Y15K24 
(0%,10%,15%,24%)
(0.00/0.10/0.15/0.24)	

CMYK percentages

%0
%10.31
%15.46
%23.92

Codes

Color #C2AEA4 in popluar color models

C2AEA4
RGB194174164
HSL20°19.74%70.20%
HSB/HSV20°15.46%76.08%
CMYK0.00%10.31%15.46%
23.92%

Color #C2AEA4 in popluar number systems.

HEXC2AEA4
Decimal194174164
Binary110000101010111010100100
Octal302256244

Shades and tints

Shades of #C2AEA4

#C2AEA4
(194,174,164)
#B19F96
(177,159,150)
#A09088
(160,144,136)
#8F817A
(143,129,122)
#7E726C
(126,114,108)
#6D635E
(109,99,94)
#5C5450
(92,84,80)
#4B4542
(75,69,66)
#3A3634
(58,54,52)
#292726
(41,39,38)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #C2AEA4

#C2AEA4
(194,174,164)
#C7B5AC
(199,181,172)
#CCBCB4
(204,188,180)
#D1C3BC
(209,195,188)
#D6CAC4
(214,202,196)
#DBD1CC
(219,209,204)
#E0D8D4
(224,216,212)
#E5DFDC
(229,223,220)
#EAE6E4
(234,230,228)
#EFEDEC
(239,237,236)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEA4; }

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

This text font color is #C2AEA4.


Background Color

.myBgColor { background-color: #C2AEA4; }

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

This div background color is #C2AEA4.


Border color

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

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

This div border color is #C2AEA4.


Opacity

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

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

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

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

This text has shadow with #C2AEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AEA4 on black background.


Color preview on white background

This text has color #C2AEA4 on white background.



Black color preview on #C2AEA4 background

This text has black color on #C2AEA4 background.


White color preview on #C2AEA4 background

This text has white color on #C2AEA4 background.