COLOR #C2A6DD

HEX: #C2A6DD RGB: (194,166,221)

Color info

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

RGB color model

#C2A6DD color RGB value is (194,166,221).

RGB: (194,166,221) (76%, 65%, 87%)

RGB channels and saturation

R 194 of 255 = 76%
G 166 of 255 = 65%
B 221 of 255 = 87%

194
166
221

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

Portions of RGB colors in percentages

R + G + B = 194 + 166 + 221 = 581 (100%)
R 194 of 581 ~ 33.39%
G 166 of 581 ~ 28.57%
B 221 of 581 ~ 38.04'%

%33.39
%28.57
%38.04

CMYK color model

#C2A6DD color CMYK value is (12,25,0,13).

  • cyan value is 12.22%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,25,0,13)
C12M25Y0K13 (12%, 25%, 0%, 13%)
(0.12 / 0.25 / 0.00 / 0.13)

CMYK percentages

%12.22
%24.89
%0
%13.33

Codes

Color #C2A6DD in popluar color models

C2 A6 DD
RGB 194 166 221
HSL 271° 44.72% 75.88%
HSB/HSV 271° 24.89% 86.67%
CMYK 12.22% 24.89% 0.00%
13.33%

Color #C2A6DD in popluar number systems.

HEX C2 A6 DD
Decimal 194 166 221
Binary 11000010 10100110 11011101
Octal 302 246 335

Shades and tints

Shades of #C2A6DD

#C2A6DD
(194,166,221)
#B197C9
(177,151,201)
#A088B5
(160,136,181)
#8F79A1
(143,121,161)
#7E6A8D
(126,106,141)
#6D5B79
(109,91,121)
#5C4C65
(92,76,101)
#4B3D51
(75,61,81)
#3A2E3D
(58,46,61)
#291F29
(41,31,41)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #C2A6DD

#C2A6DD
(194,166,221)
#C7AEE0
(199,174,224)
#CCB6E3
(204,182,227)
#D1BEE6
(209,190,230)
#D6C6E9
(214,198,233)
#DBCEEC
(219,206,236)
#E0D6EF
(224,214,239)
#E5DEF2
(229,222,242)
#EAE6F5
(234,230,245)
#EFEEF8
(239,238,248)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A6DD color. Also use rgb(194,166,221) instead hex code.

Text Font Color

.myTextColor { color: #C2A6DD; }

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

This text font color is #C2A6DD.

Background Color

.myBgColor { background-color: #C2A6DD; }

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

This div background color is #C2A6DD.

Border color

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

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

This div border color is #C2A6DD.

Opacity

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

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

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

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

This text has shadow with #C2A6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A6DD.

Preview

Color preview on black background

This text has color #C2A6DD on black background.


Color preview on white background

This text has color #C2A6DD on white background.


Black color preview on #C2A6DD background

This text has black color on #C2A6DD background.


White color preview on #C2A6DD background

This text has white color on #C2A6DD background.


Related colors

Complementary color

Complementary color for #hex is #3D5922.


I love getcolorcode.com

Triadic colors

1 #DDC2A6 and #A6DDC2 with #C2A6DD are triadic colors.

2 #DDA6C2 and #A6C2DD with #C2A6DD are triadic colors.