COLOR #C2A1D6

HEX: #C2A1D6
RGB: (194,161,214)

Color info

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

RGB color model

#C2A1D6 color RGB value is (194,161,214).

  • red value is 194;
  • green value is 161;
  • blue value is 214.
RGB:
(194,161,214)
(76%,63%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 161 of 255 = 63%
B 214 of 255 = 84%

194
161
214

R + G + B ~ 74%. #C2A1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 161 + 214 = 569 (100%)
R 194 of 569 ~ 34.09%
G 161 of 569 ~ 28.3%
B 214 of 569 ~ 37.61%

%34.09
%28.3
%37.61

CMYK color model

#C2A1D6 color CMYK value is (9,25,0,16).

  • cyan value is 9.35%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(9,25,0,16)
C9M25Y0K16 
(9%,25%,0%,16%)
(0.09/0.25/0.00/0.16)	

CMYK percentages

%9.35
%24.77
%0
%16.08

Codes

Color #C2A1D6 in popluar color models

C2A1D6
RGB194161214
HSL277°39.26%73.53%
HSB/HSV277°24.77%83.92%
CMYK9.35%24.77%0.00%
16.08%

Color #C2A1D6 in popluar number systems.

HEXC2A1D6
Decimal194161214
Binary110000101010000111010110
Octal302241326

Shades and tints

Shades of #C2A1D6

#C2A1D6
(194,161,214)
#B193C3
(177,147,195)
#A085B0
(160,133,176)
#8F779D
(143,119,157)
#7E698A
(126,105,138)
#6D5B77
(109,91,119)
#5C4D64
(92,77,100)
#4B3F51
(75,63,81)
#3A313E
(58,49,62)
#29232B
(41,35,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #C2A1D6

#C2A1D6
(194,161,214)
#C7A9D9
(199,169,217)
#CCB1DC
(204,177,220)
#D1B9DF
(209,185,223)
#D6C1E2
(214,193,226)
#DBC9E5
(219,201,229)
#E0D1E8
(224,209,232)
#E5D9EB
(229,217,235)
#EAE1EE
(234,225,238)
#EFE9F1
(239,233,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A1D6 color. Also use rgb(194,161,214) instead hex code.

Text Font Color

.myTextColor { color: #C2A1D6; }

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

This text font color is #C2A1D6.


Background Color

.myBgColor { background-color: #C2A1D6; }

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

This div background color is #C2A1D6.


Border color

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

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

This div border color is #C2A1D6.


Opacity

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

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

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

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

This text has shadow with #C2A1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A1D6 on black background.


Color preview on white background

This text has color #C2A1D6 on white background.



Black color preview on #C2A1D6 background

This text has black color on #C2A1D6 background.


White color preview on #C2A1D6 background

This text has white color on #C2A1D6 background.