COLOR #C6A9FF

HEX: #C6A9FF
RGB: (198,169,255)

Color info

#C6A9FF contains mainly red and blue colors. Web safe color of #C6A9FF is #CC99FF (or #C9F).

RGB color model

#C6A9FF color RGB value is (198,169,255).

  • red value is 198;
  • green value is 169;
  • blue value is 255.
RGB:
(198,169,255)
(78%,66%,100%)

RGB channels and saturation

R 198 of 255 = 78%
G 169 of 255 = 66%
B 255 of 255 = 100%

198
169
255

R + G + B ~ 81%. #C6A9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 169 + 255 = 622 (100%)
R 198 of 622 ~ 31.83%
G 169 of 622 ~ 27.17%
B 255 of 622 ~ 41%

%31.83
%27.17
%41

CMYK color model

#C6A9FF color CMYK value is (22,34,0,0).

  • cyan value is 22.35%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,34,0,0)
C22M34Y0K0 
(22%,34%,0%,0%)
(0.22/0.34/0.00/0.00)	

CMYK percentages

%22.35
%33.73
%0
%0

Codes

Color #C6A9FF in popluar color models

C6A9FF
RGB198169255
HSL260°100.00%83.14%
HSB/HSV260°33.73%100.00%
CMYK22.35%33.73%0.00%
0.00%

Color #C6A9FF in popluar number systems.

HEXC6A9FF
Decimal198169255
Binary110001101010100111111111
Octal306251377

Shades and tints

Shades of #C6A9FF

#C6A9FF
(198,169,255)
#B49AE8
(180,154,232)
#A28BD1
(162,139,209)
#907CBA
(144,124,186)
#7E6DA3
(126,109,163)
#6C5E8C
(108,94,140)
#5A4F75
(90,79,117)
#48405E
(72,64,94)
#363147
(54,49,71)
#242230
(36,34,48)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6A9FF

#C6A9FF
(198,169,255)
#CBB0FF
(203,176,255)
#D0B7FF
(208,183,255)
#D5BEFF
(213,190,255)
#DAC5FF
(218,197,255)
#DFCCFF
(223,204,255)
#E4D3FF
(228,211,255)
#E9DAFF
(233,218,255)
#EEE1FF
(238,225,255)
#F3E8FF
(243,232,255)
#F8EFFF
(248,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A9FF color. Also use rgb(198,169,255) instead hex code.

Text Font Color

.myTextColor { color: #C6A9FF; }

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

This text font color is #C6A9FF.


Background Color

.myBgColor { background-color: #C6A9FF; }

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

This div background color is #C6A9FF.


Border color

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

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

This div border color is #C6A9FF.


Opacity

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

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

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

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

This text has shadow with #C6A9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A9FF on black background.


Color preview on white background

This text has color #C6A9FF on white background.



Black color preview on #C6A9FF background

This text has black color on #C6A9FF background.


White color preview on #C6A9FF background

This text has white color on #C6A9FF background.