COLOR #C6AED1

HEX: #C6AED1 RGB: (198,174,209)

Color info

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

RGB color model

#C6AED1 color RGB value is (198,174,209).

RGB: (198,174,209) (78%, 68%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 209 of 255 = 82%

198
174
209

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

Portions of RGB colors in percentages

R + G + B = 198 + 174 + 209 = 581 (100%)
R 198 of 581 ~ 34.08%
G 174 of 581 ~ 29.95%
B 209 of 581 ~ 35.97'%

%34.08
%29.95
%35.97

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (5,17,0,18)
C5M17Y0K18 (5%, 17%, 0%, 18%)
(0.05 / 0.17 / 0.00 / 0.18)

CMYK percentages

%5.26
%16.75
%0
%18.04

Codes

Color #C6AED1 in popluar color models

C6 AE D1
RGB 198 174 209
HSL 281° 27.56% 75.10%
HSB/HSV 281° 16.75% 81.96%
CMYK 5.26% 16.75% 0.00%
18.04%

Color #C6AED1 in popluar number systems.

HEX C6 AE D1
Decimal 198 174 209
Binary 11000110 10101110 11010001
Octal 306 256 321

Shades and tints

Shades of #C6AED1

#C6AED1
(198,174,209)
#B49FBE
(180,159,190)
#A290AB
(162,144,171)
#908198
(144,129,152)
#7E7285
(126,114,133)
#6C6372
(108,99,114)
#5A545F
(90,84,95)
#48454C
(72,69,76)
#363639
(54,54,57)
#242726
(36,39,38)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #C6AED1

#C6AED1
(198,174,209)
#CBB5D5
(203,181,213)
#D0BCD9
(208,188,217)
#D5C3DD
(213,195,221)
#DACAE1
(218,202,225)
#DFD1E5
(223,209,229)
#E4D8E9
(228,216,233)
#E9DFED
(233,223,237)
#EEE6F1
(238,230,241)
#F3EDF5
(243,237,245)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AED1; }

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

This text font color is #C6AED1.

Background Color

.myBgColor { background-color: #C6AED1; }

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

This div background color is #C6AED1.

Border color

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

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

This div border color is #C6AED1.

Opacity

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

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

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

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

This text has shadow with #C6AED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AED1.

Preview

Color preview on black background

This text has color #C6AED1 on black background.


Color preview on white background

This text has color #C6AED1 on white background.


Black color preview on #C6AED1 background

This text has black color on #C6AED1 background.


White color preview on #C6AED1 background

This text has white color on #C6AED1 background.


Related colors

Complementary color

Complementary color for #hex is #39512E.


I love getcolorcode.com

Triadic colors

1 #D1C6AE and #AED1C6 with #C6AED1 are triadic colors.

2 #D1AEC6 and #AEC6D1 with #C6AED1 are triadic colors.