COLOR #C4AED9

HEX: #C4AED9 RGB: (196,174,217)

Color info

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

RGB color model

#C4AED9 color RGB value is (196,174,217).

RGB: (196,174,217) (77%, 68%, 85%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 217 of 255 = 85%

196
174
217

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

Portions of RGB colors in percentages

R + G + B = 196 + 174 + 217 = 587 (100%)
R 196 of 587 ~ 33.39%
G 174 of 587 ~ 29.64%
B 217 of 587 ~ 36.97'%

%33.39
%29.64
%36.97

CMYK color model

#C4AED9 color CMYK value is (10,20,0,15).

  • cyan value is 9.68%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (10,20,0,15)
C10M20Y0K15 (10%, 20%, 0%, 15%)
(0.10 / 0.20 / 0.00 / 0.15)

CMYK percentages

%9.68
%19.82
%0
%14.9

Codes

Color #C4AED9 in popluar color models

C4 AE D9
RGB 196 174 217
HSL 271° 36.13% 76.67%
HSB/HSV 271° 19.82% 85.10%
CMYK 9.68% 19.82% 0.00%
14.90%

Color #C4AED9 in popluar number systems.

HEX C4 AE D9
Decimal 196 174 217
Binary 11000100 10101110 11011001
Octal 304 256 331

Shades and tints

Shades of #C4AED9

#C4AED9
(196,174,217)
#B39FC6
(179,159,198)
#A290B3
(162,144,179)
#9181A0
(145,129,160)
#80728D
(128,114,141)
#6F637A
(111,99,122)
#5E5467
(94,84,103)
#4D4554
(77,69,84)
#3C3641
(60,54,65)
#2B272E
(43,39,46)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #C4AED9

#C4AED9
(196,174,217)
#C9B5DC
(201,181,220)
#CEBCDF
(206,188,223)
#D3C3E2
(211,195,226)
#D8CAE5
(216,202,229)
#DDD1E8
(221,209,232)
#E2D8EB
(226,216,235)
#E7DFEE
(231,223,238)
#ECE6F1
(236,230,241)
#F1EDF4
(241,237,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AED9 color. Also use rgb(196,174,217) instead hex code.

Text Font Color

.myTextColor { color: #C4AED9; }

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

This text font color is #C4AED9.

Background Color

.myBgColor { background-color: #C4AED9; }

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

This div background color is #C4AED9.

Border color

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

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

This div border color is #C4AED9.

Opacity

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

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

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

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

This text has shadow with #C4AED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AED9.

Preview

Color preview on black background

This text has color #C4AED9 on black background.


Color preview on white background

This text has color #C4AED9 on white background.


Black color preview on #C4AED9 background

This text has black color on #C4AED9 background.


White color preview on #C4AED9 background

This text has white color on #C4AED9 background.


Related colors

Complementary color

Complementary color for #hex is #3B5126.


I love getcolorcode.com

Triadic colors

1 #D9C4AE and #AED9C4 with #C4AED9 are triadic colors.

2 #D9AEC4 and #AEC4D9 with #C4AED9 are triadic colors.