COLOR #C2AED6

HEX: #C2AED6 RGB: (194,174,214)

Color info

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

RGB color model

#C2AED6 color RGB value is (194,174,214).

RGB: (194,174,214) (76%, 68%, 84%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 214 of 255 = 84%

194
174
214

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

Portions of RGB colors in percentages

R + G + B = 194 + 174 + 214 = 582 (100%)
R 194 of 582 ~ 33.33%
G 174 of 582 ~ 29.9%
B 214 of 582 ~ 36.77'%

%33.33
%29.9
%36.77

CMYK color model

#C2AED6 color CMYK value is (9,19,0,16).

  • cyan value is 9.35%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (9,19,0,16)
C9M19Y0K16 (9%, 19%, 0%, 16%)
(0.09 / 0.19 / 0.00 / 0.16)

CMYK percentages

%9.35
%18.69
%0
%16.08

Codes

Color #C2AED6 in popluar color models

C2 AE D6
RGB 194 174 214
HSL 270° 32.79% 76.08%
HSB/HSV 270° 18.69% 83.92%
CMYK 9.35% 18.69% 0.00%
16.08%

Color #C2AED6 in popluar number systems.

HEX C2 AE D6
Decimal 194 174 214
Binary 11000010 10101110 11010110
Octal 302 256 326

Shades and tints

Shades of #C2AED6

#C2AED6
(194,174,214)
#B19FC3
(177,159,195)
#A090B0
(160,144,176)
#8F819D
(143,129,157)
#7E728A
(126,114,138)
#6D6377
(109,99,119)
#5C5464
(92,84,100)
#4B4551
(75,69,81)
#3A363E
(58,54,62)
#29272B
(41,39,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #C2AED6

#C2AED6
(194,174,214)
#C7B5D9
(199,181,217)
#CCBCDC
(204,188,220)
#D1C3DF
(209,195,223)
#D6CAE2
(214,202,226)
#DBD1E5
(219,209,229)
#E0D8E8
(224,216,232)
#E5DFEB
(229,223,235)
#EAE6EE
(234,230,238)
#EFEDF1
(239,237,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AED6 color. Also use rgb(194,174,214) instead hex code.

Text Font Color

.myTextColor { color: #C2AED6; }

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

This text font color is #C2AED6.

Background Color

.myBgColor { background-color: #C2AED6; }

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

This div background color is #C2AED6.

Border color

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

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

This div border color is #C2AED6.

Opacity

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

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

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

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

This text has shadow with #C2AED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AED6.

Preview

Color preview on black background

This text has color #C2AED6 on black background.


Color preview on white background

This text has color #C2AED6 on white background.


Black color preview on #C2AED6 background

This text has black color on #C2AED6 background.


White color preview on #C2AED6 background

This text has white color on #C2AED6 background.


Related colors

Complementary color

Complementary color for #hex is #3D5129.


I love getcolorcode.com

Triadic colors

1 #D6C2AE and #AED6C2 with #C2AED6 are triadic colors.

2 #D6AEC2 and #AEC2D6 with #C2AED6 are triadic colors.