COLOR #C6ACD1

HEX: #C6ACD1
RGB: (198,172,209)

Color info

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

RGB color model

#C6ACD1 color RGB value is (198,172,209).

  • red value is 198;
  • green value is 172;
  • blue value is 209.
RGB:
(198,172,209)
(78%,67%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 172 of 255 = 67%
B 209 of 255 = 82%

198
172
209

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

Portions of RGB colors in percentages

R + G + B =
198 + 172 + 209 = 579 (100%)
R 198 of 579 ~ 34.2%
G 172 of 579 ~ 29.71%
B 209 of 579 ~ 36.1%

%34.2
%29.71
%36.1

CMYK color model

#C6ACD1 color CMYK value is (5,18,0,18).

  • cyan value is 5.26%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,18,0,18)
C5M18Y0K18 
(5%,18%,0%,18%)
(0.05/0.18/0.00/0.18)	

CMYK percentages

%5.26
%17.7
%0
%18.04

Codes

Color #C6ACD1 in popluar color models

C6ACD1
RGB198172209
HSL282°28.68%74.71%
HSB/HSV282°17.70%81.96%
CMYK5.26%17.70%0.00%
18.04%

Color #C6ACD1 in popluar number systems.

HEXC6ACD1
Decimal198172209
Binary110001101010110011010001
Octal306254321

Shades and tints

Shades of #C6ACD1

#C6ACD1
(198,172,209)
#B49DBE
(180,157,190)
#A28EAB
(162,142,171)
#907F98
(144,127,152)
#7E7085
(126,112,133)
#6C6172
(108,97,114)
#5A525F
(90,82,95)
#48434C
(72,67,76)
#363439
(54,52,57)
#242526
(36,37,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6ACD1

#C6ACD1
(198,172,209)
#CBB3D5
(203,179,213)
#D0BAD9
(208,186,217)
#D5C1DD
(213,193,221)
#DAC8E1
(218,200,225)
#DFCFE5
(223,207,229)
#E4D6E9
(228,214,233)
#E9DDED
(233,221,237)
#EEE4F1
(238,228,241)
#F3EBF5
(243,235,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ACD1; }

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

This text font color is #C6ACD1.


Background Color

.myBgColor { background-color: #C6ACD1; }

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

This div background color is #C6ACD1.


Border color

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

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

This div border color is #C6ACD1.


Opacity

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

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

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

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

This text has shadow with #C6ACD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ACD1 on black background.


Color preview on white background

This text has color #C6ACD1 on white background.



Black color preview on #C6ACD1 background

This text has black color on #C6ACD1 background.


White color preview on #C6ACD1 background

This text has white color on #C6ACD1 background.