COLOR #C2AABD

HEX: #C2AABD
RGB: (194,170,189)

Color info

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

RGB color model

#C2AABD color RGB value is (194,170,189).

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

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 189 of 255 = 74%

194
170
189

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

Portions of RGB colors in percentages

R + G + B =
194 + 170 + 189 = 553 (100%)
R 194 of 553 ~ 35.08%
G 170 of 553 ~ 30.74%
B 189 of 553 ~ 34.18%

%35.08
%30.74
%34.18

CMYK color model

#C2AABD color CMYK value is (0,12,3,24).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK:
(0,12,3,24)
C0M12Y3K24 
(0%,12%,3%,24%)
(0.00/0.12/0.03/0.24)	

CMYK percentages

%0
%12.37
%2.58
%23.92

Codes

Color #C2AABD in popluar color models

C2AABD
RGB194170189
HSL313°16.44%71.37%
HSB/HSV313°12.37%76.08%
CMYK0.00%12.37%2.58%
23.92%

Color #C2AABD in popluar number systems.

HEXC2AABD
Decimal194170189
Binary110000101010101010111101
Octal302252275

Shades and tints

Shades of #C2AABD

#C2AABD
(194,170,189)
#B19BAC
(177,155,172)
#A08C9B
(160,140,155)
#8F7D8A
(143,125,138)
#7E6E79
(126,110,121)
#6D5F68
(109,95,104)
#5C5057
(92,80,87)
#4B4146
(75,65,70)
#3A3235
(58,50,53)
#292324
(41,35,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #C2AABD

#C2AABD
(194,170,189)
#C7B1C3
(199,177,195)
#CCB8C9
(204,184,201)
#D1BFCF
(209,191,207)
#D6C6D5
(214,198,213)
#DBCDDB
(219,205,219)
#E0D4E1
(224,212,225)
#E5DBE7
(229,219,231)
#EAE2ED
(234,226,237)
#EFE9F3
(239,233,243)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AABD; }

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

This text font color is #C2AABD.


Background Color

.myBgColor { background-color: #C2AABD; }

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

This div background color is #C2AABD.


Border color

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

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

This div border color is #C2AABD.


Opacity

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

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

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

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

This text has shadow with #C2AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AABD on black background.


Color preview on white background

This text has color #C2AABD on white background.



Black color preview on #C2AABD background

This text has black color on #C2AABD background.


White color preview on #C2AABD background

This text has white color on #C2AABD background.