COLOR #C4AADD

HEX: #C4AADD
RGB: (196,170,221)

Color info

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

RGB color model

#C4AADD color RGB value is (196,170,221).

  • red value is 196;
  • green value is 170;
  • blue value is 221.
RGB:
(196,170,221)
(77%,67%,87%)

RGB channels and saturation

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

196
170
221

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 221 = 587 (100%)
R 196 of 587 ~ 33.39%
G 170 of 587 ~ 28.96%
B 221 of 587 ~ 37.65%

%33.39
%28.96
%37.65

CMYK color model

#C4AADD color CMYK value is (11,23,0,13).

  • cyan value is 11.31%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,23,0,13)
C11M23Y0K13 
(11%,23%,0%,13%)
(0.11/0.23/0.00/0.13)	

CMYK percentages

%11.31
%23.08
%0
%13.33

Codes

Color #C4AADD in popluar color models

C4AADD
RGB196170221
HSL271°42.86%76.67%
HSB/HSV271°23.08%86.67%
CMYK11.31%23.08%0.00%
13.33%

Color #C4AADD in popluar number systems.

HEXC4AADD
Decimal196170221
Binary110001001010101011011101
Octal304252335

Shades and tints

Shades of #C4AADD

#C4AADD
(196,170,221)
#B39BC9
(179,155,201)
#A28CB5
(162,140,181)
#917DA1
(145,125,161)
#806E8D
(128,110,141)
#6F5F79
(111,95,121)
#5E5065
(94,80,101)
#4D4151
(77,65,81)
#3C323D
(60,50,61)
#2B2329
(43,35,41)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4AADD

#C4AADD
(196,170,221)
#C9B1E0
(201,177,224)
#CEB8E3
(206,184,227)
#D3BFE6
(211,191,230)
#D8C6E9
(216,198,233)
#DDCDEC
(221,205,236)
#E2D4EF
(226,212,239)
#E7DBF2
(231,219,242)
#ECE2F5
(236,226,245)
#F1E9F8
(241,233,248)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AADD; }

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

This text font color is #C4AADD.


Background Color

.myBgColor { background-color: #C4AADD; }

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

This div background color is #C4AADD.


Border color

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

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

This div border color is #C4AADD.


Opacity

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

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

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

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

This text has shadow with #C4AADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AADD on black background.


Color preview on white background

This text has color #C4AADD on white background.



Black color preview on #C4AADD background

This text has black color on #C4AADD background.


White color preview on #C4AADD background

This text has white color on #C4AADD background.