COLOR #C3ACD6

HEX: #C3ACD6
RGB: (195,172,214)

Color info

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

RGB color model

#C3ACD6 color RGB value is (195,172,214).

  • red value is 195;
  • green value is 172;
  • blue value is 214.
RGB:
(195,172,214)
(76%,67%,84%)

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 214 of 255 = 84%

195
172
214

R + G + B ~ 76%. #C3ACD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 214 = 581 (100%)
R 195 of 581 ~ 33.56%
G 172 of 581 ~ 29.6%
B 214 of 581 ~ 36.83%

%33.56
%29.6
%36.83

CMYK color model

#C3ACD6 color CMYK value is (9,20,0,16).

  • cyan value is 8.88%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(9,20,0,16)
C9M20Y0K16 
(9%,20%,0%,16%)
(0.09/0.20/0.00/0.16)	

CMYK percentages

%8.88
%19.63
%0
%16.08

Codes

Color #C3ACD6 in popluar color models

C3ACD6
RGB195172214
HSL273°33.87%75.69%
HSB/HSV273°19.63%83.92%
CMYK8.88%19.63%0.00%
16.08%

Color #C3ACD6 in popluar number systems.

HEXC3ACD6
Decimal195172214
Binary110000111010110011010110
Octal303254326

Shades and tints

Shades of #C3ACD6

#C3ACD6
(195,172,214)
#B29DC3
(178,157,195)
#A18EB0
(161,142,176)
#907F9D
(144,127,157)
#7F708A
(127,112,138)
#6E6177
(110,97,119)
#5D5264
(93,82,100)
#4C4351
(76,67,81)
#3B343E
(59,52,62)
#2A252B
(42,37,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C3ACD6

#C3ACD6
(195,172,214)
#C8B3D9
(200,179,217)
#CDBADC
(205,186,220)
#D2C1DF
(210,193,223)
#D7C8E2
(215,200,226)
#DCCFE5
(220,207,229)
#E1D6E8
(225,214,232)
#E6DDEB
(230,221,235)
#EBE4EE
(235,228,238)
#F0EBF1
(240,235,241)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ACD6 color. Also use rgb(195,172,214) instead hex code.

Text Font Color

.myTextColor { color: #C3ACD6; }

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

This text font color is #C3ACD6.


Background Color

.myBgColor { background-color: #C3ACD6; }

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

This div background color is #C3ACD6.


Border color

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

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

This div border color is #C3ACD6.


Opacity

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

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

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

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

This text has shadow with #C3ACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACD6 on black background.


Color preview on white background

This text has color #C3ACD6 on white background.



Black color preview on #C3ACD6 background

This text has black color on #C3ACD6 background.


White color preview on #C3ACD6 background

This text has white color on #C3ACD6 background.