COLOR #C2AAB9

HEX: #C2AAB9
RGB: (194,170,185)

Color info

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

RGB color model

#C2AAB9 color RGB value is (194,170,185).

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

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 185 of 255 = 73%

194
170
185

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

Portions of RGB colors in percentages

R + G + B =
194 + 170 + 185 = 549 (100%)
R 194 of 549 ~ 35.34%
G 170 of 549 ~ 30.97%
B 185 of 549 ~ 33.7%

%35.34
%30.97
%33.7

CMYK color model

#C2AAB9 color CMYK value is (0,12,5,24).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 4.64%
  • key color value is 23.92%
CMYK:
(0,12,5,24)
C0M12Y5K24 
(0%,12%,5%,24%)
(0.00/0.12/0.05/0.24)	

CMYK percentages

%0
%12.37
%4.64
%23.92

Codes

Color #C2AAB9 in popluar color models

C2AAB9
RGB194170185
HSL323°16.44%71.37%
HSB/HSV323°12.37%76.08%
CMYK0.00%12.37%4.64%
23.92%

Color #C2AAB9 in popluar number systems.

HEXC2AAB9
Decimal194170185
Binary110000101010101010111001
Octal302252271

Shades and tints

Shades of #C2AAB9

#C2AAB9
(194,170,185)
#B19BA9
(177,155,169)
#A08C99
(160,140,153)
#8F7D89
(143,125,137)
#7E6E79
(126,110,121)
#6D5F69
(109,95,105)
#5C5059
(92,80,89)
#4B4149
(75,65,73)
#3A3239
(58,50,57)
#292329
(41,35,41)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #C2AAB9

#C2AAB9
(194,170,185)
#C7B1BF
(199,177,191)
#CCB8C5
(204,184,197)
#D1BFCB
(209,191,203)
#D6C6D1
(214,198,209)
#DBCDD7
(219,205,215)
#E0D4DD
(224,212,221)
#E5DBE3
(229,219,227)
#EAE2E9
(234,226,233)
#EFE9EF
(239,233,239)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AAB9; }

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

This text font color is #C2AAB9.


Background Color

.myBgColor { background-color: #C2AAB9; }

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

This div background color is #C2AAB9.


Border color

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

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

This div border color is #C2AAB9.


Opacity

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

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

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

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

This text has shadow with #C2AAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AAB9 on black background.


Color preview on white background

This text has color #C2AAB9 on white background.



Black color preview on #C2AAB9 background

This text has black color on #C2AAB9 background.


White color preview on #C2AAB9 background

This text has white color on #C2AAB9 background.