COLOR #C4A2DA

HEX: #C4A2DA RGB: (196,162,218)

Color info

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

RGB color model

#C4A2DA color RGB value is (196,162,218).

RGB: (196,162,218) (77%, 64%, 85%)

RGB channels and saturation

R 196 of 255 = 77%
G 162 of 255 = 64%
B 218 of 255 = 85%

196
162
218

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

Portions of RGB colors in percentages

R + G + B = 196 + 162 + 218 = 576 (100%)
R 196 of 576 ~ 34.03%
G 162 of 576 ~ 28.13%
B 218 of 576 ~ 37.85'%

%34.03
%28.13
%37.85

CMYK color model

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

  • cyan value is 10.09%
  • magenta value is 25.69%
  • 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
%25.69
%0
%14.51

Codes

Color #C4A2DA in popluar color models

C4 A2 DA
RGB 196 162 218
HSL 276° 43.08% 74.51%
HSB/HSV 276° 25.69% 85.49%
CMYK 10.09% 25.69% 0.00%
14.51%

Color #C4A2DA in popluar number systems.

HEX C4 A2 DA
Decimal 196 162 218
Binary 11000100 10100010 11011010
Octal 304 242 332

Shades and tints

Shades of #C4A2DA

#C4A2DA
(196,162,218)
#B394C7
(179,148,199)
#A286B4
(162,134,180)
#9178A1
(145,120,161)
#806A8E
(128,106,142)
#6F5C7B
(111,92,123)
#5E4E68
(94,78,104)
#4D4055
(77,64,85)
#3C3242
(60,50,66)
#2B242F
(43,36,47)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #C4A2DA

#C4A2DA
(196,162,218)
#C9AADD
(201,170,221)
#CEB2E0
(206,178,224)
#D3BAE3
(211,186,227)
#D8C2E6
(216,194,230)
#DDCAE9
(221,202,233)
#E2D2EC
(226,210,236)
#E7DAEF
(231,218,239)
#ECE2F2
(236,226,242)
#F1EAF5
(241,234,245)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A2DA; }

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

This text font color is #C4A2DA.

Background Color

.myBgColor { background-color: #C4A2DA; }

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

This div background color is #C4A2DA.

Border color

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

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

This div border color is #C4A2DA.

Opacity

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

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

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

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

This text has shadow with #C4A2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A2DA.

Preview

Color preview on black background

This text has color #C4A2DA on black background.


Color preview on white background

This text has color #C4A2DA on white background.


Black color preview on #C4A2DA background

This text has black color on #C4A2DA background.


White color preview on #C4A2DA background

This text has white color on #C4A2DA background.


Related colors

Complementary color

Complementary color for #hex is #3B5D25.


I love getcolorcode.com

Triadic colors

1 #DAC4A2 and #A2DAC4 with #C4A2DA are triadic colors.

2 #DAA2C4 and #A2C4DA with #C4A2DA are triadic colors.