COLOR #C8A9E6

HEX: #C8A9E6
RGB: (200,169,230)

Color info

#C8A9E6 contains mainly red and blue colors. Web safe color of #C8A9E6 is #CC99CC (or #C9C).

RGB color model

#C8A9E6 color RGB value is (200,169,230).

  • red value is 200;
  • green value is 169;
  • blue value is 230.
RGB:
(200,169,230)
(78%,66%,90%)

RGB channels and saturation

R 200 of 255 = 78%
G 169 of 255 = 66%
B 230 of 255 = 90%

200
169
230

R + G + B ~ 78%. #C8A9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 169 + 230 = 599 (100%)
R 200 of 599 ~ 33.39%
G 169 of 599 ~ 28.21%
B 230 of 599 ~ 38.4%

%33.39
%28.21
%38.4

CMYK color model

#C8A9E6 color CMYK value is (13,27,0,10).

  • cyan value is 13.04%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,27,0,10)
C13M27Y0K10 
(13%,27%,0%,10%)
(0.13/0.27/0.00/0.10)	

CMYK percentages

%13.04
%26.52
%0
%9.8

Codes

Color #C8A9E6 in popluar color models

C8A9E6
RGB200169230
HSL270°54.95%78.24%
HSB/HSV270°26.52%90.20%
CMYK13.04%26.52%0.00%
9.80%

Color #C8A9E6 in popluar number systems.

HEXC8A9E6
Decimal200169230
Binary110010001010100111100110
Octal310251346

Shades and tints

Shades of #C8A9E6

#C8A9E6
(200,169,230)
#B69AD2
(182,154,210)
#A48BBE
(164,139,190)
#927CAA
(146,124,170)
#806D96
(128,109,150)
#6E5E82
(110,94,130)
#5C4F6E
(92,79,110)
#4A405A
(74,64,90)
#383146
(56,49,70)
#262232
(38,34,50)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #C8A9E6

#C8A9E6
(200,169,230)
#CDB0E8
(205,176,232)
#D2B7EA
(210,183,234)
#D7BEEC
(215,190,236)
#DCC5EE
(220,197,238)
#E1CCF0
(225,204,240)
#E6D3F2
(230,211,242)
#EBDAF4
(235,218,244)
#F0E1F6
(240,225,246)
#F5E8F8
(245,232,248)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A9E6 color. Also use rgb(200,169,230) instead hex code.

Text Font Color

.myTextColor { color: #C8A9E6; }

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

This text font color is #C8A9E6.


Background Color

.myBgColor { background-color: #C8A9E6; }

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

This div background color is #C8A9E6.


Border color

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

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

This div border color is #C8A9E6.


Opacity

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

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

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

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

This text has shadow with #C8A9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A9E6 on black background.


Color preview on white background

This text has color #C8A9E6 on white background.



Black color preview on #C8A9E6 background

This text has black color on #C8A9E6 background.


White color preview on #C8A9E6 background

This text has white color on #C8A9E6 background.