COLOR #C4AAD2

HEX: #C4AAD2
RGB: (196,170,210)

Color info

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

RGB color model

#C4AAD2 color RGB value is (196,170,210).

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

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 210 of 255 = 82%

196
170
210

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 210 = 576 (100%)
R 196 of 576 ~ 34.03%
G 170 of 576 ~ 29.51%
B 210 of 576 ~ 36.46%

%34.03
%29.51
%36.46

CMYK color model

#C4AAD2 color CMYK value is (7,19,0,18).

  • cyan value is 6.67%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(7,19,0,18)
C7M19Y0K18 
(7%,19%,0%,18%)
(0.07/0.19/0.00/0.18)	

CMYK percentages

%6.67
%19.05
%0
%17.65

Codes

Color #C4AAD2 in popluar color models

C4AAD2
RGB196170210
HSL279°30.77%74.51%
HSB/HSV279°19.05%82.35%
CMYK6.67%19.05%0.00%
17.65%

Color #C4AAD2 in popluar number systems.

HEXC4AAD2
Decimal196170210
Binary110001001010101011010010
Octal304252322

Shades and tints

Shades of #C4AAD2

#C4AAD2
(196,170,210)
#B39BBF
(179,155,191)
#A28CAC
(162,140,172)
#917D99
(145,125,153)
#806E86
(128,110,134)
#6F5F73
(111,95,115)
#5E5060
(94,80,96)
#4D414D
(77,65,77)
#3C323A
(60,50,58)
#2B2327
(43,35,39)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C4AAD2

#C4AAD2
(196,170,210)
#C9B1D6
(201,177,214)
#CEB8DA
(206,184,218)
#D3BFDE
(211,191,222)
#D8C6E2
(216,198,226)
#DDCDE6
(221,205,230)
#E2D4EA
(226,212,234)
#E7DBEE
(231,219,238)
#ECE2F2
(236,226,242)
#F1E9F6
(241,233,246)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AAD2; }

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

This text font color is #C4AAD2.


Background Color

.myBgColor { background-color: #C4AAD2; }

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

This div background color is #C4AAD2.


Border color

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

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

This div border color is #C4AAD2.


Opacity

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

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

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

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

This text has shadow with #C4AAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAD2 on black background.


Color preview on white background

This text has color #C4AAD2 on white background.



Black color preview on #C4AAD2 background

This text has black color on #C4AAD2 background.


White color preview on #C4AAD2 background

This text has white color on #C4AAD2 background.