COLOR #C6AADC

HEX: #C6AADC
RGB: (198,170,220)

Color info

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

RGB color model

#C6AADC color RGB value is (198,170,220).

  • red value is 198;
  • green value is 170;
  • blue value is 220.
RGB:
(198,170,220)
(78%,67%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 220 of 255 = 86%

198
170
220

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

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 220 = 588 (100%)
R 198 of 588 ~ 33.67%
G 170 of 588 ~ 28.91%
B 220 of 588 ~ 37.41%

%33.67
%28.91
%37.41

CMYK color model

#C6AADC color CMYK value is (10,23,0,14).

  • cyan value is 10.00%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,23,0,14)
C10M23Y0K14 
(10%,23%,0%,14%)
(0.10/0.23/0.00/0.14)	

CMYK percentages

%10
%22.73
%0
%13.73

Codes

Color #C6AADC in popluar color models

C6AADC
RGB198170220
HSL274°41.67%76.47%
HSB/HSV274°22.73%86.27%
CMYK10.00%22.73%0.00%
13.73%

Color #C6AADC in popluar number systems.

HEXC6AADC
Decimal198170220
Binary110001101010101011011100
Octal306252334

Shades and tints

Shades of #C6AADC

#C6AADC
(198,170,220)
#B49BC8
(180,155,200)
#A28CB4
(162,140,180)
#907DA0
(144,125,160)
#7E6E8C
(126,110,140)
#6C5F78
(108,95,120)
#5A5064
(90,80,100)
#484150
(72,65,80)
#36323C
(54,50,60)
#242328
(36,35,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6AADC

#C6AADC
(198,170,220)
#CBB1DF
(203,177,223)
#D0B8E2
(208,184,226)
#D5BFE5
(213,191,229)
#DAC6E8
(218,198,232)
#DFCDEB
(223,205,235)
#E4D4EE
(228,212,238)
#E9DBF1
(233,219,241)
#EEE2F4
(238,226,244)
#F3E9F7
(243,233,247)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AADC; }

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

This text font color is #C6AADC.


Background Color

.myBgColor { background-color: #C6AADC; }

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

This div background color is #C6AADC.


Border color

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

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

This div border color is #C6AADC.


Opacity

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

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

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

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

This text has shadow with #C6AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AADC on black background.


Color preview on white background

This text has color #C6AADC on white background.



Black color preview on #C6AADC background

This text has black color on #C6AADC background.


White color preview on #C6AADC background

This text has white color on #C6AADC background.