COLOR #C4A2DF

HEX: #C4A2DF
RGB: (196,162,223)

Color info

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

RGB color model

#C4A2DF color RGB value is (196,162,223).

  • red value is 196;
  • green value is 162;
  • blue value is 223.
RGB:
(196,162,223)
(77%,64%,87%)

RGB channels and saturation

R 196 of 255 = 77%
G 162 of 255 = 64%
B 223 of 255 = 87%

196
162
223

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

Portions of RGB colors in percentages

R + G + B =
196 + 162 + 223 = 581 (100%)
R 196 of 581 ~ 33.73%
G 162 of 581 ~ 27.88%
B 223 of 581 ~ 38.38%

%33.73
%27.88
%38.38

CMYK color model

#C4A2DF color CMYK value is (12,27,0,13).

  • cyan value is 12.11%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(12,27,0,13)
C12M27Y0K13 
(12%,27%,0%,13%)
(0.12/0.27/0.00/0.13)	

CMYK percentages

%12.11
%27.35
%0
%12.55

Codes

Color #C4A2DF in popluar color models

C4A2DF
RGB196162223
HSL273°48.80%75.49%
HSB/HSV273°27.35%87.45%
CMYK12.11%27.35%0.00%
12.55%

Color #C4A2DF in popluar number systems.

HEXC4A2DF
Decimal196162223
Binary110001001010001011011111
Octal304242337

Shades and tints

Shades of #C4A2DF

#C4A2DF
(196,162,223)
#B394CB
(179,148,203)
#A286B7
(162,134,183)
#9178A3
(145,120,163)
#806A8F
(128,106,143)
#6F5C7B
(111,92,123)
#5E4E67
(94,78,103)
#4D4053
(77,64,83)
#3C323F
(60,50,63)
#2B242B
(43,36,43)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4A2DF

#C4A2DF
(196,162,223)
#C9AAE1
(201,170,225)
#CEB2E3
(206,178,227)
#D3BAE5
(211,186,229)
#D8C2E7
(216,194,231)
#DDCAE9
(221,202,233)
#E2D2EB
(226,210,235)
#E7DAED
(231,218,237)
#ECE2EF
(236,226,239)
#F1EAF1
(241,234,241)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A2DF color. Also use rgb(196,162,223) instead hex code.

Text Font Color

.myTextColor { color: #C4A2DF; }

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

This text font color is #C4A2DF.


Background Color

.myBgColor { background-color: #C4A2DF; }

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

This div background color is #C4A2DF.


Border color

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

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

This div border color is #C4A2DF.


Opacity

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

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

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

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

This text has shadow with #C4A2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A2DF on black background.


Color preview on white background

This text has color #C4A2DF on white background.



Black color preview on #C4A2DF background

This text has black color on #C4A2DF background.


White color preview on #C4A2DF background

This text has white color on #C4A2DF background.