COLOR #C4AACE

HEX: #C4AACE
RGB: (196,170,206)

Color info

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

RGB color model

#C4AACE color RGB value is (196,170,206).

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

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 206 of 255 = 81%

196
170
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 206 = 572 (100%)
R 196 of 572 ~ 34.27%
G 170 of 572 ~ 29.72%
B 206 of 572 ~ 36.01%

%34.27
%29.72
%36.01

CMYK color model

#C4AACE color CMYK value is (5,17,0,19).

  • cyan value is 4.85%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,17,0,19)
C5M17Y0K19 
(5%,17%,0%,19%)
(0.05/0.17/0.00/0.19)	

CMYK percentages

%4.85
%17.48
%0
%19.22

Codes

Color #C4AACE in popluar color models

C4AACE
RGB196170206
HSL283°26.87%73.73%
HSB/HSV283°17.48%80.78%
CMYK4.85%17.48%0.00%
19.22%

Color #C4AACE in popluar number systems.

HEXC4AACE
Decimal196170206
Binary110001001010101011001110
Octal304252316

Shades and tints

Shades of #C4AACE

#C4AACE
(196,170,206)
#B39BBC
(179,155,188)
#A28CAA
(162,140,170)
#917D98
(145,125,152)
#806E86
(128,110,134)
#6F5F74
(111,95,116)
#5E5062
(94,80,98)
#4D4150
(77,65,80)
#3C323E
(60,50,62)
#2B232C
(43,35,44)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #C4AACE

#C4AACE
(196,170,206)
#C9B1D2
(201,177,210)
#CEB8D6
(206,184,214)
#D3BFDA
(211,191,218)
#D8C6DE
(216,198,222)
#DDCDE2
(221,205,226)
#E2D4E6
(226,212,230)
#E7DBEA
(231,219,234)
#ECE2EE
(236,226,238)
#F1E9F2
(241,233,242)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AACE; }

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

This text font color is #C4AACE.


Background Color

.myBgColor { background-color: #C4AACE; }

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

This div background color is #C4AACE.


Border color

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

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

This div border color is #C4AACE.


Opacity

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

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

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

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

This text has shadow with #C4AACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AACE on black background.


Color preview on white background

This text has color #C4AACE on white background.



Black color preview on #C4AACE background

This text has black color on #C4AACE background.


White color preview on #C4AACE background

This text has white color on #C4AACE background.