COLOR #C2A6DE

HEX: #C2A6DE RGB: (194,166,222)

Color info

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

RGB color model

#C2A6DE color RGB value is (194,166,222).

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

RGB channels and saturation

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

194
166
222

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

Portions of RGB colors in percentages

R + G + B = 194 + 166 + 222 = 582 (100%)
R 194 of 582 ~ 33.33%
G 166 of 582 ~ 28.52%
B 222 of 582 ~ 38.14'%

%33.33
%28.52
%38.14

CMYK color model

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

  • cyan value is 12.61%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (13,25,0,13)
C13M25Y0K13 (13%, 25%, 0%, 13%)
(0.13 / 0.25 / 0.00 / 0.13)

CMYK percentages

%12.61
%25.23
%0
%12.94

Codes

Color #C2A6DE in popluar color models

C2 A6 DE
RGB 194 166 222
HSL 270° 45.90% 76.08%
HSB/HSV 270° 25.23% 87.06%
CMYK 12.61% 25.23% 0.00%
12.94%

Color #C2A6DE in popluar number systems.

HEX C2 A6 DE
Decimal 194 166 222
Binary 11000010 10100110 11011110
Octal 302 246 336

Shades and tints

Shades of #C2A6DE

#C2A6DE
(194,166,222)
#B197CA
(177,151,202)
#A088B6
(160,136,182)
#8F79A2
(143,121,162)
#7E6A8E
(126,106,142)
#6D5B7A
(109,91,122)
#5C4C66
(92,76,102)
#4B3D52
(75,61,82)
#3A2E3E
(58,46,62)
#291F2A
(41,31,42)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #C2A6DE

#C2A6DE
(194,166,222)
#C7AEE1
(199,174,225)
#CCB6E4
(204,182,228)
#D1BEE7
(209,190,231)
#D6C6EA
(214,198,234)
#DBCEED
(219,206,237)
#E0D6F0
(224,214,240)
#E5DEF3
(229,222,243)
#EAE6F6
(234,230,246)
#EFEEF9
(239,238,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A6DE; }

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

This text font color is #C2A6DE.

Background Color

.myBgColor { background-color: #C2A6DE; }

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

This div background color is #C2A6DE.

Border color

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

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

This div border color is #C2A6DE.

Opacity

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

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

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

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

This text has shadow with #C2A6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A6DE.

Preview

Color preview on black background

This text has color #C2A6DE on black background.


Color preview on white background

This text has color #C2A6DE on white background.


Black color preview on #C2A6DE background

This text has black color on #C2A6DE background.


White color preview on #C2A6DE background

This text has white color on #C2A6DE background.


Related colors

Complementary color

Complementary color for #hex is #3D5921.


I love getcolorcode.com

Triadic colors

1 #DEC2A6 and #A6DEC2 with #C2A6DE are triadic colors.

2 #DEA6C2 and #A6C2DE with #C2A6DE are triadic colors.