COLOR #C2A4B9

HEX: #C2A4B9
RGB: (194,164,185)

Color info

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

RGB color model

#C2A4B9 color RGB value is (194,164,185).

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

RGB channels and saturation

R 194 of 255 = 76%
G 164 of 255 = 64%
B 185 of 255 = 73%

194
164
185

R + G + B ~ 71%. #C2A4B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 164 + 185 = 543 (100%)
R 194 of 543 ~ 35.73%
G 164 of 543 ~ 30.2%
B 185 of 543 ~ 34.07%

%35.73
%30.2
%34.07

CMYK color model

#C2A4B9 color CMYK value is (0,15,5,24).

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 4.64%
  • key color value is 23.92%
CMYK:
(0,15,5,24)
C0M15Y5K24 
(0%,15%,5%,24%)
(0.00/0.15/0.05/0.24)	

CMYK percentages

%0
%15.46
%4.64
%23.92

Codes

Color #C2A4B9 in popluar color models

C2A4B9
RGB194164185
HSL318°19.74%70.20%
HSB/HSV318°15.46%76.08%
CMYK0.00%15.46%4.64%
23.92%

Color #C2A4B9 in popluar number systems.

HEXC2A4B9
Decimal194164185
Binary110000101010010010111001
Octal302244271

Shades and tints

Shades of #C2A4B9

#C2A4B9
(194,164,185)
#B196A9
(177,150,169)
#A08899
(160,136,153)
#8F7A89
(143,122,137)
#7E6C79
(126,108,121)
#6D5E69
(109,94,105)
#5C5059
(92,80,89)
#4B4249
(75,66,73)
#3A3439
(58,52,57)
#292629
(41,38,41)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #C2A4B9

#C2A4B9
(194,164,185)
#C7ACBF
(199,172,191)
#CCB4C5
(204,180,197)
#D1BCCB
(209,188,203)
#D6C4D1
(214,196,209)
#DBCCD7
(219,204,215)
#E0D4DD
(224,212,221)
#E5DCE3
(229,220,227)
#EAE4E9
(234,228,233)
#EFECEF
(239,236,239)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A4B9; }

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

This text font color is #C2A4B9.


Background Color

.myBgColor { background-color: #C2A4B9; }

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

This div background color is #C2A4B9.


Border color

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

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

This div border color is #C2A4B9.


Opacity

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

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

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

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

This text has shadow with #C2A4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A4B9 on black background.


Color preview on white background

This text has color #C2A4B9 on white background.



Black color preview on #C2A4B9 background

This text has black color on #C2A4B9 background.


White color preview on #C2A4B9 background

This text has white color on #C2A4B9 background.