COLOR #C4AADF

HEX: #C4AADF RGB: (196,170,223)

Color info

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

RGB color model

#C4AADF color RGB value is (196,170,223).

RGB: (196,170,223) (77%, 67%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 223 of 255 = 87%

196
170
223

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

Portions of RGB colors in percentages

R + G + B = 196 + 170 + 223 = 589 (100%)
R 196 of 589 ~ 33.28%
G 170 of 589 ~ 28.86%
B 223 of 589 ~ 37.86'%

%33.28
%28.86
%37.86

CMYK color model

#C4AADF color CMYK value is (12,24,0,13).

  • cyan value is 12.11%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (12,24,0,13)
C12M24Y0K13 (12%, 24%, 0%, 13%)
(0.12 / 0.24 / 0.00 / 0.13)

CMYK percentages

%12.11
%23.77
%0
%12.55

Codes

Color #C4AADF in popluar color models

C4 AA DF
RGB 196 170 223
HSL 269° 45.30% 77.06%
HSB/HSV 269° 23.77% 87.45%
CMYK 12.11% 23.77% 0.00%
12.55%

Color #C4AADF in popluar number systems.

HEX C4 AA DF
Decimal 196 170 223
Binary 11000100 10101010 11011111
Octal 304 252 337

Shades and tints

Shades of #C4AADF

#C4AADF
(196,170,223)
#B39BCB
(179,155,203)
#A28CB7
(162,140,183)
#917DA3
(145,125,163)
#806E8F
(128,110,143)
#6F5F7B
(111,95,123)
#5E5067
(94,80,103)
#4D4153
(77,65,83)
#3C323F
(60,50,63)
#2B232B
(43,35,43)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #C4AADF

#C4AADF
(196,170,223)
#C9B1E1
(201,177,225)
#CEB8E3
(206,184,227)
#D3BFE5
(211,191,229)
#D8C6E7
(216,198,231)
#DDCDE9
(221,205,233)
#E2D4EB
(226,212,235)
#E7DBED
(231,219,237)
#ECE2EF
(236,226,239)
#F1E9F1
(241,233,241)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AADF color. Also use rgb(196,170,223) instead hex code.

Text Font Color

.myTextColor { color: #C4AADF; }

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

This text font color is #C4AADF.

Background Color

.myBgColor { background-color: #C4AADF; }

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

This div background color is #C4AADF.

Border color

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

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

This div border color is #C4AADF.

Opacity

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

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

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

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

This text has shadow with #C4AADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AADF.

Preview

Color preview on black background

This text has color #C4AADF on black background.


Color preview on white background

This text has color #C4AADF on white background.


Black color preview on #C4AADF background

This text has black color on #C4AADF background.


White color preview on #C4AADF background

This text has white color on #C4AADF background.


Related colors

Complementary color

Complementary color for #hex is #3B5520.


I love getcolorcode.com

Triadic colors

1 #DFC4AA and #AADFC4 with #C4AADF are triadic colors.

2 #DFAAC4 and #AAC4DF with #C4AADF are triadic colors.