COLOR #C1ACD3

HEX: #C1ACD3
RGB: (193,172,211)

Color info

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

RGB color model

#C1ACD3 color RGB value is (193,172,211).

  • red value is 193;
  • green value is 172;
  • blue value is 211.
RGB:
(193,172,211)
(76%,67%,83%)

RGB channels and saturation

R 193 of 255 = 76%
G 172 of 255 = 67%
B 211 of 255 = 83%

193
172
211

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

Portions of RGB colors in percentages

R + G + B =
193 + 172 + 211 = 576 (100%)
R 193 of 576 ~ 33.51%
G 172 of 576 ~ 29.86%
B 211 of 576 ~ 36.63%

%33.51
%29.86
%36.63

CMYK color model

#C1ACD3 color CMYK value is (9,18,0,17).

  • cyan value is 8.53%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(9,18,0,17)
C9M18Y0K17 
(9%,18%,0%,17%)
(0.09/0.18/0.00/0.17)	

CMYK percentages

%8.53
%18.48
%0
%17.25

Codes

Color #C1ACD3 in popluar color models

C1ACD3
RGB193172211
HSL272°30.71%75.10%
HSB/HSV272°18.48%82.75%
CMYK8.53%18.48%0.00%
17.25%

Color #C1ACD3 in popluar number systems.

HEXC1ACD3
Decimal193172211
Binary110000011010110011010011
Octal301254323

Shades and tints

Shades of #C1ACD3

#C1ACD3
(193,172,211)
#B09DC0
(176,157,192)
#9F8EAD
(159,142,173)
#8E7F9A
(142,127,154)
#7D7087
(125,112,135)
#6C6174
(108,97,116)
#5B5261
(91,82,97)
#4A434E
(74,67,78)
#39343B
(57,52,59)
#282528
(40,37,40)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #C1ACD3

#C1ACD3
(193,172,211)
#C6B3D7
(198,179,215)
#CBBADB
(203,186,219)
#D0C1DF
(208,193,223)
#D5C8E3
(213,200,227)
#DACFE7
(218,207,231)
#DFD6EB
(223,214,235)
#E4DDEF
(228,221,239)
#E9E4F3
(233,228,243)
#EEEBF7
(238,235,247)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1ACD3 color. Also use rgb(193,172,211) instead hex code.

Text Font Color

.myTextColor { color: #C1ACD3; }

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

This text font color is #C1ACD3.


Background Color

.myBgColor { background-color: #C1ACD3; }

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

This div background color is #C1ACD3.


Border color

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

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

This div border color is #C1ACD3.


Opacity

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

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

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

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

This text has shadow with #C1ACD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ACD3 on black background.


Color preview on white background

This text has color #C1ACD3 on white background.



Black color preview on #C1ACD3 background

This text has black color on #C1ACD3 background.


White color preview on #C1ACD3 background

This text has white color on #C1ACD3 background.