COLOR #C2AAD2

HEX: #C2AAD2 RGB: (194,170,210)

Color info

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

RGB color model

#C2AAD2 color RGB value is (194,170,210).

RGB: (194,170,210) (76%, 67%, 82%)

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 210 of 255 = 82%

194
170
210

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

Portions of RGB colors in percentages

R + G + B = 194 + 170 + 210 = 574 (100%)
R 194 of 574 ~ 33.8%
G 170 of 574 ~ 29.62%
B 210 of 574 ~ 36.59'%

%33.8
%29.62
%36.59

CMYK color model

#C2AAD2 color CMYK value is (8,19,0,18).

  • cyan value is 7.62%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (8,19,0,18)
C8M19Y0K18 (8%, 19%, 0%, 18%)
(0.08 / 0.19 / 0.00 / 0.18)

CMYK percentages

%7.62
%19.05
%0
%17.65

Codes

Color #C2AAD2 in popluar color models

C2 AA D2
RGB 194 170 210
HSL 276° 30.77% 74.51%
HSB/HSV 276° 19.05% 82.35%
CMYK 7.62% 19.05% 0.00%
17.65%

Color #C2AAD2 in popluar number systems.

HEX C2 AA D2
Decimal 194 170 210
Binary 11000010 10101010 11010010
Octal 302 252 322

Shades and tints

Shades of #C2AAD2

#C2AAD2
(194,170,210)
#B19BBF
(177,155,191)
#A08CAC
(160,140,172)
#8F7D99
(143,125,153)
#7E6E86
(126,110,134)
#6D5F73
(109,95,115)
#5C5060
(92,80,96)
#4B414D
(75,65,77)
#3A323A
(58,50,58)
#292327
(41,35,39)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #C2AAD2

#C2AAD2
(194,170,210)
#C7B1D6
(199,177,214)
#CCB8DA
(204,184,218)
#D1BFDE
(209,191,222)
#D6C6E2
(214,198,226)
#DBCDE6
(219,205,230)
#E0D4EA
(224,212,234)
#E5DBEE
(229,219,238)
#EAE2F2
(234,226,242)
#EFE9F6
(239,233,246)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AAD2 color. Also use rgb(194,170,210) instead hex code.

Text Font Color

.myTextColor { color: #C2AAD2; }

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

This text font color is #C2AAD2.

Background Color

.myBgColor { background-color: #C2AAD2; }

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

This div background color is #C2AAD2.

Border color

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

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

This div border color is #C2AAD2.

Opacity

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

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

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

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

This text has shadow with #C2AAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AAD2.

Preview

Color preview on black background

This text has color #C2AAD2 on black background.


Color preview on white background

This text has color #C2AAD2 on white background.


Black color preview on #C2AAD2 background

This text has black color on #C2AAD2 background.


White color preview on #C2AAD2 background

This text has white color on #C2AAD2 background.


Related colors

Complementary color

Complementary color for #hex is #3D552D.


I love getcolorcode.com

Triadic colors

1 #D2C2AA and #AAD2C2 with #C2AAD2 are triadic colors.

2 #D2AAC2 and #AAC2D2 with #C2AAD2 are triadic colors.