COLOR #C2A5DF

HEX: #C2A5DF
RGB: (194,165,223)

Color info

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

RGB color model

#C2A5DF color RGB value is (194,165,223).

  • red value is 194;
  • green value is 165;
  • blue value is 223.
RGB:
(194,165,223)
(76%,65%,87%)

RGB channels and saturation

R 194 of 255 = 76%
G 165 of 255 = 65%
B 223 of 255 = 87%

194
165
223

R + G + B ~ 76%. #C2A5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 165 + 223 = 582 (100%)
R 194 of 582 ~ 33.33%
G 165 of 582 ~ 28.35%
B 223 of 582 ~ 38.32%

%33.33
%28.35
%38.32

CMYK color model

#C2A5DF color CMYK value is (13,26,0,13).

  • cyan value is 13.00%
  • magenta value is 26.01%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,26,0,13)
C13M26Y0K13 
(13%,26%,0%,13%)
(0.13/0.26/0.00/0.13)	

CMYK percentages

%13
%26.01
%0
%12.55

Codes

Color #C2A5DF in popluar color models

C2A5DF
RGB194165223
HSL270°47.54%76.08%
HSB/HSV270°26.01%87.45%
CMYK13.00%26.01%0.00%
12.55%

Color #C2A5DF in popluar number systems.

HEXC2A5DF
Decimal194165223
Binary110000101010010111011111
Octal302245337

Shades and tints

Shades of #C2A5DF

#C2A5DF
(194,165,223)
#B196CB
(177,150,203)
#A087B7
(160,135,183)
#8F78A3
(143,120,163)
#7E698F
(126,105,143)
#6D5A7B
(109,90,123)
#5C4B67
(92,75,103)
#4B3C53
(75,60,83)
#3A2D3F
(58,45,63)
#291E2B
(41,30,43)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #C2A5DF

#C2A5DF
(194,165,223)
#C7ADE1
(199,173,225)
#CCB5E3
(204,181,227)
#D1BDE5
(209,189,229)
#D6C5E7
(214,197,231)
#DBCDE9
(219,205,233)
#E0D5EB
(224,213,235)
#E5DDED
(229,221,237)
#EAE5EF
(234,229,239)
#EFEDF1
(239,237,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A5DF color. Also use rgb(194,165,223) instead hex code.

Text Font Color

.myTextColor { color: #C2A5DF; }

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

This text font color is #C2A5DF.


Background Color

.myBgColor { background-color: #C2A5DF; }

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

This div background color is #C2A5DF.


Border color

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

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

This div border color is #C2A5DF.


Opacity

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

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

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

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

This text has shadow with #C2A5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A5DF on black background.


Color preview on white background

This text has color #C2A5DF on white background.



Black color preview on #C2A5DF background

This text has black color on #C2A5DF background.


White color preview on #C2A5DF background

This text has white color on #C2A5DF background.