COLOR #C2AEDD

HEX: #C2AEDD RGB: (194,174,221)

Color info

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

RGB color model

#C2AEDD color RGB value is (194,174,221).

RGB: (194,174,221) (76%, 68%, 87%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 221 of 255 = 87%

194
174
221

R + G + B ~ 77%. #C2AEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 174 + 221 = 589 (100%)
R 194 of 589 ~ 32.94%
G 174 of 589 ~ 29.54%
B 221 of 589 ~ 37.52'%

%32.94
%29.54
%37.52

CMYK color model

#C2AEDD color CMYK value is (12,21,0,13).

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

CMYK: (12,21,0,13)
C12M21Y0K13 (12%, 21%, 0%, 13%)
(0.12 / 0.21 / 0.00 / 0.13)

CMYK percentages

%12.22
%21.27
%0
%13.33

Codes

Color #C2AEDD in popluar color models

C2 AE DD
RGB 194 174 221
HSL 266° 40.87% 77.45%
HSB/HSV 266° 21.27% 86.67%
CMYK 12.22% 21.27% 0.00%
13.33%

Color #C2AEDD in popluar number systems.

HEX C2 AE DD
Decimal 194 174 221
Binary 11000010 10101110 11011101
Octal 302 256 335

Shades and tints

Shades of #C2AEDD

#C2AEDD
(194,174,221)
#B19FC9
(177,159,201)
#A090B5
(160,144,181)
#8F81A1
(143,129,161)
#7E728D
(126,114,141)
#6D6379
(109,99,121)
#5C5465
(92,84,101)
#4B4551
(75,69,81)
#3A363D
(58,54,61)
#292729
(41,39,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #C2AEDD

#C2AEDD
(194,174,221)
#C7B5E0
(199,181,224)
#CCBCE3
(204,188,227)
#D1C3E6
(209,195,230)
#D6CAE9
(214,202,233)
#DBD1EC
(219,209,236)
#E0D8EF
(224,216,239)
#E5DFF2
(229,223,242)
#EAE6F5
(234,230,245)
#EFEDF8
(239,237,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEDD; }

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

This text font color is #C2AEDD.

Background Color

.myBgColor { background-color: #C2AEDD; }

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

This div background color is #C2AEDD.

Border color

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

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

This div border color is #C2AEDD.

Opacity

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

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

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

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

This text has shadow with #C2AEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AEDD.

Preview

Color preview on black background

This text has color #C2AEDD on black background.


Color preview on white background

This text has color #C2AEDD on white background.


Black color preview on #C2AEDD background

This text has black color on #C2AEDD background.


White color preview on #C2AEDD background

This text has white color on #C2AEDD background.


Related colors

Complementary color

Complementary color for #hex is #3D5122.


I love getcolorcode.com

Triadic colors

1 #DDC2AE and #AEDDC2 with #C2AEDD are triadic colors.

2 #DDAEC2 and #AEC2DD with #C2AEDD are triadic colors.