COLOR #C2A2E5

HEX: #C2A2E5
RGB: (194,162,229)

Color info

#C2A2E5 contains mainly red and blue colors. Web safe color of #C2A2E5 is #CC99CC (or #C9C).

RGB color model

#C2A2E5 color RGB value is (194,162,229).

  • red value is 194;
  • green value is 162;
  • blue value is 229.
RGB:
(194,162,229)
(76%,64%,90%)

RGB channels and saturation

R 194 of 255 = 76%
G 162 of 255 = 64%
B 229 of 255 = 90%

194
162
229

R + G + B ~ 77%. #C2A2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 162 + 229 = 585 (100%)
R 194 of 585 ~ 33.16%
G 162 of 585 ~ 27.69%
B 229 of 585 ~ 39.15%

%33.16
%27.69
%39.15

CMYK color model

#C2A2E5 color CMYK value is (15,29,0,10).

  • cyan value is 15.28%
  • magenta value is 29.26%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(15,29,0,10)
C15M29Y0K10 
(15%,29%,0%,10%)
(0.15/0.29/0.00/0.10)	

CMYK percentages

%15.28
%29.26
%0
%10.2

Codes

Color #C2A2E5 in popluar color models

C2A2E5
RGB194162229
HSL269°56.30%76.67%
HSB/HSV269°29.26%89.80%
CMYK15.28%29.26%0.00%
10.20%

Color #C2A2E5 in popluar number systems.

HEXC2A2E5
Decimal194162229
Binary110000101010001011100101
Octal302242345

Shades and tints

Shades of #C2A2E5

#C2A2E5
(194,162,229)
#B194D1
(177,148,209)
#A086BD
(160,134,189)
#8F78A9
(143,120,169)
#7E6A95
(126,106,149)
#6D5C81
(109,92,129)
#5C4E6D
(92,78,109)
#4B4059
(75,64,89)
#3A3245
(58,50,69)
#292431
(41,36,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #C2A2E5

#C2A2E5
(194,162,229)
#C7AAE7
(199,170,231)
#CCB2E9
(204,178,233)
#D1BAEB
(209,186,235)
#D6C2ED
(214,194,237)
#DBCAEF
(219,202,239)
#E0D2F1
(224,210,241)
#E5DAF3
(229,218,243)
#EAE2F5
(234,226,245)
#EFEAF7
(239,234,247)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A2E5 color. Also use rgb(194,162,229) instead hex code.

Text Font Color

.myTextColor { color: #C2A2E5; }

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

This text font color is #C2A2E5.


Background Color

.myBgColor { background-color: #C2A2E5; }

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

This div background color is #C2A2E5.


Border color

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

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

This div border color is #C2A2E5.


Opacity

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

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

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

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

This text has shadow with #C2A2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A2E5 on black background.


Color preview on white background

This text has color #C2A2E5 on white background.



Black color preview on #C2A2E5 background

This text has black color on #C2A2E5 background.


White color preview on #C2A2E5 background

This text has white color on #C2A2E5 background.