COLOR #C6AACE

HEX: #C6AACE RGB: (198,170,206)

Color info

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

RGB color model

#C6AACE color RGB value is (198,170,206).

RGB: (198,170,206) (78%, 67%, 81%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 206 of 255 = 81%

198
170
206

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

Portions of RGB colors in percentages

R + G + B = 198 + 170 + 206 = 574 (100%)
R 198 of 574 ~ 34.49%
G 170 of 574 ~ 29.62%
B 206 of 574 ~ 35.89'%

%34.49
%29.62
%35.89

CMYK color model

#C6AACE color CMYK value is (4,17,0,19).

  • cyan value is 3.88%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (4,17,0,19)
C4M17Y0K19 (4%, 17%, 0%, 19%)
(0.04 / 0.17 / 0.00 / 0.19)

CMYK percentages

%3.88
%17.48
%0
%19.22

Codes

Color #C6AACE in popluar color models

C6 AA CE
RGB 198 170 206
HSL 287° 26.87% 73.73%
HSB/HSV 287° 17.48% 80.78%
CMYK 3.88% 17.48% 0.00%
19.22%

Color #C6AACE in popluar number systems.

HEX C6 AA CE
Decimal 198 170 206
Binary 11000110 10101010 11001110
Octal 306 252 316

Shades and tints

Shades of #C6AACE

#C6AACE
(198,170,206)
#B49BBC
(180,155,188)
#A28CAA
(162,140,170)
#907D98
(144,125,152)
#7E6E86
(126,110,134)
#6C5F74
(108,95,116)
#5A5062
(90,80,98)
#484150
(72,65,80)
#36323E
(54,50,62)
#24232C
(36,35,44)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #C6AACE

#C6AACE
(198,170,206)
#CBB1D2
(203,177,210)
#D0B8D6
(208,184,214)
#D5BFDA
(213,191,218)
#DAC6DE
(218,198,222)
#DFCDE2
(223,205,226)
#E4D4E6
(228,212,230)
#E9DBEA
(233,219,234)
#EEE2EE
(238,226,238)
#F3E9F2
(243,233,242)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AACE; }

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

This text font color is #C6AACE.

Background Color

.myBgColor { background-color: #C6AACE; }

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

This div background color is #C6AACE.

Border color

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

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

This div border color is #C6AACE.

Opacity

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

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

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

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

This text has shadow with #C6AACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AACE.

Preview

Color preview on black background

This text has color #C6AACE on black background.


Color preview on white background

This text has color #C6AACE on white background.


Black color preview on #C6AACE background

This text has black color on #C6AACE background.


White color preview on #C6AACE background

This text has white color on #C6AACE background.


Related colors

Complementary color

Complementary color for #hex is #395531.


I love getcolorcode.com

Triadic colors

1 #CEC6AA and #AACEC6 with #C6AACE are triadic colors.

2 #CEAAC6 and #AAC6CE with #C6AACE are triadic colors.