COLOR #C1ACD1

HEX: #C1ACD1 RGB: (193,172,209)

Color info

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

RGB color model

#C1ACD1 color RGB value is (193,172,209).

RGB: (193,172,209) (76%, 67%, 82%)

RGB channels and saturation

R 193 of 255 = 76%
G 172 of 255 = 67%
B 209 of 255 = 82%

193
172
209

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

Portions of RGB colors in percentages

R + G + B = 193 + 172 + 209 = 574 (100%)
R 193 of 574 ~ 33.62%
G 172 of 574 ~ 29.97%
B 209 of 574 ~ 36.41'%

%33.62
%29.97
%36.41

CMYK color model

#C1ACD1 color CMYK value is (8,18,0,18).

  • cyan value is 7.66%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (8,18,0,18)
C8M18Y0K18 (8%, 18%, 0%, 18%)
(0.08 / 0.18 / 0.00 / 0.18)

CMYK percentages

%7.66
%17.7
%0
%18.04

Codes

Color #C1ACD1 in popluar color models

C1 AC D1
RGB 193 172 209
HSL 274° 28.68% 74.71%
HSB/HSV 274° 17.70% 81.96%
CMYK 7.66% 17.70% 0.00%
18.04%

Color #C1ACD1 in popluar number systems.

HEX C1 AC D1
Decimal 193 172 209
Binary 11000001 10101100 11010001
Octal 301 254 321

Shades and tints

Shades of #C1ACD1

#C1ACD1
(193,172,209)
#B09DBE
(176,157,190)
#9F8EAB
(159,142,171)
#8E7F98
(142,127,152)
#7D7085
(125,112,133)
#6C6172
(108,97,114)
#5B525F
(91,82,95)
#4A434C
(74,67,76)
#393439
(57,52,57)
#282526
(40,37,38)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #C1ACD1

#C1ACD1
(193,172,209)
#C6B3D5
(198,179,213)
#CBBAD9
(203,186,217)
#D0C1DD
(208,193,221)
#D5C8E1
(213,200,225)
#DACFE5
(218,207,229)
#DFD6E9
(223,214,233)
#E4DDED
(228,221,237)
#E9E4F1
(233,228,241)
#EEEBF5
(238,235,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ACD1; }

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

This text font color is #C1ACD1.

Background Color

.myBgColor { background-color: #C1ACD1; }

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

This div background color is #C1ACD1.

Border color

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

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

This div border color is #C1ACD1.

Opacity

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

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

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

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

This text has shadow with #C1ACD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ACD1.

Preview

Color preview on black background

This text has color #C1ACD1 on black background.


Color preview on white background

This text has color #C1ACD1 on white background.


Black color preview on #C1ACD1 background

This text has black color on #C1ACD1 background.


White color preview on #C1ACD1 background

This text has white color on #C1ACD1 background.


Related colors

Complementary color

Complementary color for #hex is #3E532E.


I love getcolorcode.com

Triadic colors

1 #D1C1AC and #ACD1C1 with #C1ACD1 are triadic colors.

2 #D1ACC1 and #ACC1D1 with #C1ACD1 are triadic colors.