COLOR #C4ACE1

HEX: #C4ACE1
RGB: (196,172,225)

Color info

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

RGB color model

#C4ACE1 color RGB value is (196,172,225).

  • red value is 196;
  • green value is 172;
  • blue value is 225.
RGB:
(196,172,225)
(77%,67%,88%)

RGB channels and saturation

R 196 of 255 = 77%
G 172 of 255 = 67%
B 225 of 255 = 88%

196
172
225

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

Portions of RGB colors in percentages

R + G + B =
196 + 172 + 225 = 593 (100%)
R 196 of 593 ~ 33.05%
G 172 of 593 ~ 29.01%
B 225 of 593 ~ 37.94%

%33.05
%29.01
%37.94

CMYK color model

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

  • cyan value is 12.89%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(13,24,0,12)
C13M24Y0K12 
(13%,24%,0%,12%)
(0.13/0.24/0.00/0.12)	

CMYK percentages

%12.89
%23.56
%0
%11.76

Codes

Color #C4ACE1 in popluar color models

C4ACE1
RGB196172225
HSL267°46.90%77.84%
HSB/HSV267°23.56%88.24%
CMYK12.89%23.56%0.00%
11.76%

Color #C4ACE1 in popluar number systems.

HEXC4ACE1
Decimal196172225
Binary110001001010110011100001
Octal304254341

Shades and tints

Shades of #C4ACE1

#C4ACE1
(196,172,225)
#B39DCD
(179,157,205)
#A28EB9
(162,142,185)
#917FA5
(145,127,165)
#807091
(128,112,145)
#6F617D
(111,97,125)
#5E5269
(94,82,105)
#4D4355
(77,67,85)
#3C3441
(60,52,65)
#2B252D
(43,37,45)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4ACE1

#C4ACE1
(196,172,225)
#C9B3E3
(201,179,227)
#CEBAE5
(206,186,229)
#D3C1E7
(211,193,231)
#D8C8E9
(216,200,233)
#DDCFEB
(221,207,235)
#E2D6ED
(226,214,237)
#E7DDEF
(231,221,239)
#ECE4F1
(236,228,241)
#F1EBF3
(241,235,243)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ACE1 color. Also use rgb(196,172,225) instead hex code.

Text Font Color

.myTextColor { color: #C4ACE1; }

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

This text font color is #C4ACE1.


Background Color

.myBgColor { background-color: #C4ACE1; }

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

This div background color is #C4ACE1.


Border color

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

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

This div border color is #C4ACE1.


Opacity

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

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

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

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

This text has shadow with #C4ACE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ACE1 on black background.


Color preview on white background

This text has color #C4ACE1 on white background.



Black color preview on #C4ACE1 background

This text has black color on #C4ACE1 background.


White color preview on #C4ACE1 background

This text has white color on #C4ACE1 background.