COLOR #C2AEB9

HEX: #C2AEB9
RGB: (194,174,185)

Color info

#C2AEB9 contains red, green and blue colors in about the same proportion. Web safe color of #C2AEB9 is #CC99CC (or #C9C).

RGB color model

#C2AEB9 color RGB value is (194,174,185).

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

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 185 of 255 = 73%

194
174
185

R + G + B ~ 72%. #C2AEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 185 = 553 (100%)
R 194 of 553 ~ 35.08%
G 174 of 553 ~ 31.46%
B 185 of 553 ~ 33.45%

%35.08
%31.46
%33.45

CMYK color model

#C2AEB9 color CMYK value is (0,10,5,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 4.64%
  • key color value is 23.92%
CMYK:
(0,10,5,24)
C0M10Y5K24 
(0%,10%,5%,24%)
(0.00/0.10/0.05/0.24)	

CMYK percentages

%0
%10.31
%4.64
%23.92

Codes

Color #C2AEB9 in popluar color models

C2AEB9
RGB194174185
HSL327°14.08%72.16%
HSB/HSV327°10.31%76.08%
CMYK0.00%10.31%4.64%
23.92%

Color #C2AEB9 in popluar number systems.

HEXC2AEB9
Decimal194174185
Binary110000101010111010111001
Octal302256271

Shades and tints

Shades of #C2AEB9

#C2AEB9
(194,174,185)
#B19FA9
(177,159,169)
#A09099
(160,144,153)
#8F8189
(143,129,137)
#7E7279
(126,114,121)
#6D6369
(109,99,105)
#5C5459
(92,84,89)
#4B4549
(75,69,73)
#3A3639
(58,54,57)
#292729
(41,39,41)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #C2AEB9

#C2AEB9
(194,174,185)
#C7B5BF
(199,181,191)
#CCBCC5
(204,188,197)
#D1C3CB
(209,195,203)
#D6CAD1
(214,202,209)
#DBD1D7
(219,209,215)
#E0D8DD
(224,216,221)
#E5DFE3
(229,223,227)
#EAE6E9
(234,230,233)
#EFEDEF
(239,237,239)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEB9; }

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

This text font color is #C2AEB9.


Background Color

.myBgColor { background-color: #C2AEB9; }

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

This div background color is #C2AEB9.


Border color

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

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

This div border color is #C2AEB9.


Opacity

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

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

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

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

This text has shadow with #C2AEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AEB9 on black background.


Color preview on white background

This text has color #C2AEB9 on white background.



Black color preview on #C2AEB9 background

This text has black color on #C2AEB9 background.


White color preview on #C2AEB9 background

This text has white color on #C2AEB9 background.