COLOR #C4A1DC

HEX: #C4A1DC
RGB: (196,161,220)

Color info

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

RGB color model

#C4A1DC color RGB value is (196,161,220).

  • red value is 196;
  • green value is 161;
  • blue value is 220.
RGB:
(196,161,220)
(77%,63%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 161 of 255 = 63%
B 220 of 255 = 86%

196
161
220

R + G + B ~ 75%. #C4A1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 161 + 220 = 577 (100%)
R 196 of 577 ~ 33.97%
G 161 of 577 ~ 27.9%
B 220 of 577 ~ 38.13%

%33.97
%27.9
%38.13

CMYK color model

#C4A1DC color CMYK value is (11,27,0,14).

  • cyan value is 10.91%
  • magenta value is 26.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,27,0,14)
C11M27Y0K14 
(11%,27%,0%,14%)
(0.11/0.27/0.00/0.14)	

CMYK percentages

%10.91
%26.82
%0
%13.73

Codes

Color #C4A1DC in popluar color models

C4A1DC
RGB196161220
HSL276°45.74%74.71%
HSB/HSV276°26.82%86.27%
CMYK10.91%26.82%0.00%
13.73%

Color #C4A1DC in popluar number systems.

HEXC4A1DC
Decimal196161220
Binary110001001010000111011100
Octal304241334

Shades and tints

Shades of #C4A1DC

#C4A1DC
(196,161,220)
#B393C8
(179,147,200)
#A285B4
(162,133,180)
#9177A0
(145,119,160)
#80698C
(128,105,140)
#6F5B78
(111,91,120)
#5E4D64
(94,77,100)
#4D3F50
(77,63,80)
#3C313C
(60,49,60)
#2B2328
(43,35,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4A1DC

#C4A1DC
(196,161,220)
#C9A9DF
(201,169,223)
#CEB1E2
(206,177,226)
#D3B9E5
(211,185,229)
#D8C1E8
(216,193,232)
#DDC9EB
(221,201,235)
#E2D1EE
(226,209,238)
#E7D9F1
(231,217,241)
#ECE1F4
(236,225,244)
#F1E9F7
(241,233,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A1DC color. Also use rgb(196,161,220) instead hex code.

Text Font Color

.myTextColor { color: #C4A1DC; }

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

This text font color is #C4A1DC.


Background Color

.myBgColor { background-color: #C4A1DC; }

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

This div background color is #C4A1DC.


Border color

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

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

This div border color is #C4A1DC.


Opacity

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

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

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

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

This text has shadow with #C4A1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A1DC on black background.


Color preview on white background

This text has color #C4A1DC on white background.



Black color preview on #C4A1DC background

This text has black color on #C4A1DC background.


White color preview on #C4A1DC background

This text has white color on #C4A1DC background.