COLOR #C2AAB8

HEX: #C2AAB8
RGB: (194,170,184)

Color info

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

RGB color model

#C2AAB8 color RGB value is (194,170,184).

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

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 184 of 255 = 72%

194
170
184

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

Portions of RGB colors in percentages

R + G + B =
194 + 170 + 184 = 548 (100%)
R 194 of 548 ~ 35.4%
G 170 of 548 ~ 31.02%
B 184 of 548 ~ 33.58%

%35.4
%31.02
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 5.15%
  • 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
%5.15
%23.92

Codes

Color #C2AAB8 in popluar color models

C2AAB8
RGB194170184
HSL325°16.44%71.37%
HSB/HSV325°12.37%76.08%
CMYK0.00%12.37%5.15%
23.92%

Color #C2AAB8 in popluar number systems.

HEXC2AAB8
Decimal194170184
Binary110000101010101010111000
Octal302252270

Shades and tints

Shades of #C2AAB8

#C2AAB8
(194,170,184)
#B19BA8
(177,155,168)
#A08C98
(160,140,152)
#8F7D88
(143,125,136)
#7E6E78
(126,110,120)
#6D5F68
(109,95,104)
#5C5058
(92,80,88)
#4B4148
(75,65,72)
#3A3238
(58,50,56)
#292328
(41,35,40)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #C2AAB8

#C2AAB8
(194,170,184)
#C7B1BE
(199,177,190)
#CCB8C4
(204,184,196)
#D1BFCA
(209,191,202)
#D6C6D0
(214,198,208)
#DBCDD6
(219,205,214)
#E0D4DC
(224,212,220)
#E5DBE2
(229,219,226)
#EAE2E8
(234,226,232)
#EFE9EE
(239,233,238)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AAB8; }

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

This text font color is #C2AAB8.


Background Color

.myBgColor { background-color: #C2AAB8; }

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

This div background color is #C2AAB8.


Border color

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

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

This div border color is #C2AAB8.


Opacity

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

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

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

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

This text has shadow with #C2AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AAB8 on black background.


Color preview on white background

This text has color #C2AAB8 on white background.



Black color preview on #C2AAB8 background

This text has black color on #C2AAB8 background.


White color preview on #C2AAB8 background

This text has white color on #C2AAB8 background.