COLOR #C4A1DA

HEX: #C4A1DA
RGB: (196,161,218)

Color info

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

RGB color model

#C4A1DA color RGB value is (196,161,218).

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

RGB channels and saturation

R 196 of 255 = 77%
G 161 of 255 = 63%
B 218 of 255 = 85%

196
161
218

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

Portions of RGB colors in percentages

R + G + B =
196 + 161 + 218 = 575 (100%)
R 196 of 575 ~ 34.09%
G 161 of 575 ~ 28%
B 218 of 575 ~ 37.91%

%34.09
%28
%37.91

CMYK color model

#C4A1DA color CMYK value is (10,26,0,15).

  • cyan value is 10.09%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,26,0,15)
C10M26Y0K15 
(10%,26%,0%,15%)
(0.10/0.26/0.00/0.15)	

CMYK percentages

%10.09
%26.15
%0
%14.51

Codes

Color #C4A1DA in popluar color models

C4A1DA
RGB196161218
HSL277°43.51%74.31%
HSB/HSV277°26.15%85.49%
CMYK10.09%26.15%0.00%
14.51%

Color #C4A1DA in popluar number systems.

HEXC4A1DA
Decimal196161218
Binary110001001010000111011010
Octal304241332

Shades and tints

Shades of #C4A1DA

#C4A1DA
(196,161,218)
#B393C7
(179,147,199)
#A285B4
(162,133,180)
#9177A1
(145,119,161)
#80698E
(128,105,142)
#6F5B7B
(111,91,123)
#5E4D68
(94,77,104)
#4D3F55
(77,63,85)
#3C3142
(60,49,66)
#2B232F
(43,35,47)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #C4A1DA

#C4A1DA
(196,161,218)
#C9A9DD
(201,169,221)
#CEB1E0
(206,177,224)
#D3B9E3
(211,185,227)
#D8C1E6
(216,193,230)
#DDC9E9
(221,201,233)
#E2D1EC
(226,209,236)
#E7D9EF
(231,217,239)
#ECE1F2
(236,225,242)
#F1E9F5
(241,233,245)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A1DA; }

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

This text font color is #C4A1DA.


Background Color

.myBgColor { background-color: #C4A1DA; }

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

This div background color is #C4A1DA.


Border color

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

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

This div border color is #C4A1DA.


Opacity

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

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

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

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

This text has shadow with #C4A1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A1DA on black background.


Color preview on white background

This text has color #C4A1DA on white background.



Black color preview on #C4A1DA background

This text has black color on #C4A1DA background.


White color preview on #C4A1DA background

This text has white color on #C4A1DA background.