COLOR #C6AADE

HEX: #C6AADE RGB: (198,170,222)

Color info

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

RGB color model

#C6AADE color RGB value is (198,170,222).

RGB: (198,170,222) (78%, 67%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 222 of 255 = 87%

198
170
222

R + G + B ~ 77%. #C6AADE is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 170 + 222 = 590 (100%)
R 198 of 590 ~ 33.56%
G 170 of 590 ~ 28.81%
B 222 of 590 ~ 37.63'%

%33.56
%28.81
%37.63

CMYK color model

#C6AADE color CMYK value is (11,23,0,13).

  • cyan value is 10.81%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (11,23,0,13)
C11M23Y0K13 (11%, 23%, 0%, 13%)
(0.11 / 0.23 / 0.00 / 0.13)

CMYK percentages

%10.81
%23.42
%0
%12.94

Codes

Color #C6AADE in popluar color models

C6 AA DE
RGB 198 170 222
HSL 272° 44.07% 76.86%
HSB/HSV 272° 23.42% 87.06%
CMYK 10.81% 23.42% 0.00%
12.94%

Color #C6AADE in popluar number systems.

HEX C6 AA DE
Decimal 198 170 222
Binary 11000110 10101010 11011110
Octal 306 252 336

Shades and tints

Shades of #C6AADE

#C6AADE
(198,170,222)
#B49BCA
(180,155,202)
#A28CB6
(162,140,182)
#907DA2
(144,125,162)
#7E6E8E
(126,110,142)
#6C5F7A
(108,95,122)
#5A5066
(90,80,102)
#484152
(72,65,82)
#36323E
(54,50,62)
#24232A
(36,35,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6AADE

#C6AADE
(198,170,222)
#CBB1E1
(203,177,225)
#D0B8E4
(208,184,228)
#D5BFE7
(213,191,231)
#DAC6EA
(218,198,234)
#DFCDED
(223,205,237)
#E4D4F0
(228,212,240)
#E9DBF3
(233,219,243)
#EEE2F6
(238,226,246)
#F3E9F9
(243,233,249)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AADE color. Also use rgb(198,170,222) instead hex code.

Text Font Color

.myTextColor { color: #C6AADE; }

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

This text font color is #C6AADE.

Background Color

.myBgColor { background-color: #C6AADE; }

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

This div background color is #C6AADE.

Border color

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

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

This div border color is #C6AADE.

Opacity

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

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

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

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

This text has shadow with #C6AADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AADE.

Preview

Color preview on black background

This text has color #C6AADE on black background.


Color preview on white background

This text has color #C6AADE on white background.


Black color preview on #C6AADE background

This text has black color on #C6AADE background.


White color preview on #C6AADE background

This text has white color on #C6AADE background.


Related colors

Complementary color

Complementary color for #hex is #395521.


I love getcolorcode.com

Triadic colors

1 #DEC6AA and #AADEC6 with #C6AADE are triadic colors.

2 #DEAAC6 and #AAC6DE with #C6AADE are triadic colors.