COLOR #C9A8FE

HEX: #C9A8FE
RGB: (201,168,254)

Color info

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

RGB color model

#C9A8FE color RGB value is (201,168,254).

  • red value is 201;
  • green value is 168;
  • blue value is 254.
RGB:
(201,168,254)
(79%,66%,100%)

RGB channels and saturation

R 201 of 255 = 79%
G 168 of 255 = 66%
B 254 of 255 = 100%

201
168
254

R + G + B ~ 82%. #C9A8FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 168 + 254 = 623 (100%)
R 201 of 623 ~ 32.26%
G 168 of 623 ~ 26.97%
B 254 of 623 ~ 40.77%

%32.26
%26.97
%40.77

CMYK color model

#C9A8FE color CMYK value is (21,34,0,0).

  • cyan value is 20.87%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,34,0,0)
C21M34Y0K0 
(21%,34%,0%,0%)
(0.21/0.34/0.00/0.00)	

CMYK percentages

%20.87
%33.86
%0
%0.39

Codes

Color #C9A8FE in popluar color models

C9A8FE
RGB201168254
HSL263°97.73%82.75%
HSB/HSV263°33.86%99.61%
CMYK20.87%33.86%0.00%
0.39%

Color #C9A8FE in popluar number systems.

HEXC9A8FE
Decimal201168254
Binary110010011010100011111110
Octal311250376

Shades and tints

Shades of #C9A8FE

#C9A8FE
(201,168,254)
#B799E7
(183,153,231)
#A58AD0
(165,138,208)
#937BB9
(147,123,185)
#816CA2
(129,108,162)
#6F5D8B
(111,93,139)
#5D4E74
(93,78,116)
#4B3F5D
(75,63,93)
#393046
(57,48,70)
#27212F
(39,33,47)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #C9A8FE

#C9A8FE
(201,168,254)
#CDAFFE
(205,175,254)
#D1B6FE
(209,182,254)
#D5BDFE
(213,189,254)
#D9C4FE
(217,196,254)
#DDCBFE
(221,203,254)
#E1D2FE
(225,210,254)
#E5D9FE
(229,217,254)
#E9E0FE
(233,224,254)
#EDE7FE
(237,231,254)
#F1EEFE
(241,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A8FE color. Also use rgb(201,168,254) instead hex code.

Text Font Color

.myTextColor { color: #C9A8FE; }

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

This text font color is #C9A8FE.


Background Color

.myBgColor { background-color: #C9A8FE; }

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

This div background color is #C9A8FE.


Border color

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

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

This div border color is #C9A8FE.


Opacity

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

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

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

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

This text has shadow with #C9A8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A8FE on black background.


Color preview on white background

This text has color #C9A8FE on white background.



Black color preview on #C9A8FE background

This text has black color on #C9A8FE background.


White color preview on #C9A8FE background

This text has white color on #C9A8FE background.