COLOR #C2A8CA

HEX: #C2A8CA
RGB: (194,168,202)

Color info

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

RGB color model

#C2A8CA color RGB value is (194,168,202).

  • red value is 194;
  • green value is 168;
  • blue value is 202.
RGB:
(194,168,202)
(76%,66%,79%)

RGB channels and saturation

R 194 of 255 = 76%
G 168 of 255 = 66%
B 202 of 255 = 79%

194
168
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 168 + 202 = 564 (100%)
R 194 of 564 ~ 34.4%
G 168 of 564 ~ 29.79%
B 202 of 564 ~ 35.82%

%34.4
%29.79
%35.82

CMYK color model

#C2A8CA color CMYK value is (4,17,0,21).

  • cyan value is 3.96%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,17,0,21)
C4M17Y0K21 
(4%,17%,0%,21%)
(0.04/0.17/0.00/0.21)	

CMYK percentages

%3.96
%16.83
%0
%20.78

Codes

Color #C2A8CA in popluar color models

C2A8CA
RGB194168202
HSL286°24.29%72.55%
HSB/HSV286°16.83%79.22%
CMYK3.96%16.83%0.00%
20.78%

Color #C2A8CA in popluar number systems.

HEXC2A8CA
Decimal194168202
Binary110000101010100011001010
Octal302250312

Shades and tints

Shades of #C2A8CA

#C2A8CA
(194,168,202)
#B199B8
(177,153,184)
#A08AA6
(160,138,166)
#8F7B94
(143,123,148)
#7E6C82
(126,108,130)
#6D5D70
(109,93,112)
#5C4E5E
(92,78,94)
#4B3F4C
(75,63,76)
#3A303A
(58,48,58)
#292128
(41,33,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #C2A8CA

#C2A8CA
(194,168,202)
#C7AFCE
(199,175,206)
#CCB6D2
(204,182,210)
#D1BDD6
(209,189,214)
#D6C4DA
(214,196,218)
#DBCBDE
(219,203,222)
#E0D2E2
(224,210,226)
#E5D9E6
(229,217,230)
#EAE0EA
(234,224,234)
#EFE7EE
(239,231,238)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A8CA color. Also use rgb(194,168,202) instead hex code.

Text Font Color

.myTextColor { color: #C2A8CA; }

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

This text font color is #C2A8CA.


Background Color

.myBgColor { background-color: #C2A8CA; }

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

This div background color is #C2A8CA.


Border color

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

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

This div border color is #C2A8CA.


Opacity

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

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

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

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

This text has shadow with #C2A8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A8CA on black background.


Color preview on white background

This text has color #C2A8CA on white background.



Black color preview on #C2A8CA background

This text has black color on #C2A8CA background.


White color preview on #C2A8CA background

This text has white color on #C2A8CA background.