COLOR #C8A9DD

HEX: #C8A9DD
RGB: (200,169,221)

Color info

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

RGB color model

#C8A9DD color RGB value is (200,169,221).

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

RGB channels and saturation

R 200 of 255 = 78%
G 169 of 255 = 66%
B 221 of 255 = 87%

200
169
221

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

Portions of RGB colors in percentages

R + G + B =
200 + 169 + 221 = 590 (100%)
R 200 of 590 ~ 33.9%
G 169 of 590 ~ 28.64%
B 221 of 590 ~ 37.46%

%33.9
%28.64
%37.46

CMYK color model

#C8A9DD color CMYK value is (10,24,0,13).

  • cyan value is 9.50%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,24,0,13)
C10M24Y0K13 
(10%,24%,0%,13%)
(0.10/0.24/0.00/0.13)	

CMYK percentages

%9.5
%23.53
%0
%13.33

Codes

Color #C8A9DD in popluar color models

C8A9DD
RGB200169221
HSL276°43.33%76.47%
HSB/HSV276°23.53%86.67%
CMYK9.50%23.53%0.00%
13.33%

Color #C8A9DD in popluar number systems.

HEXC8A9DD
Decimal200169221
Binary110010001010100111011101
Octal310251335

Shades and tints

Shades of #C8A9DD

#C8A9DD
(200,169,221)
#B69AC9
(182,154,201)
#A48BB5
(164,139,181)
#927CA1
(146,124,161)
#806D8D
(128,109,141)
#6E5E79
(110,94,121)
#5C4F65
(92,79,101)
#4A4051
(74,64,81)
#38313D
(56,49,61)
#262229
(38,34,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C8A9DD

#C8A9DD
(200,169,221)
#CDB0E0
(205,176,224)
#D2B7E3
(210,183,227)
#D7BEE6
(215,190,230)
#DCC5E9
(220,197,233)
#E1CCEC
(225,204,236)
#E6D3EF
(230,211,239)
#EBDAF2
(235,218,242)
#F0E1F5
(240,225,245)
#F5E8F8
(245,232,248)
#FAEFFB
(250,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A9DD; }

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

This text font color is #C8A9DD.


Background Color

.myBgColor { background-color: #C8A9DD; }

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

This div background color is #C8A9DD.


Border color

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

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

This div border color is #C8A9DD.


Opacity

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

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

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

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

This text has shadow with #C8A9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A9DD on black background.


Color preview on white background

This text has color #C8A9DD on white background.



Black color preview on #C8A9DD background

This text has black color on #C8A9DD background.


White color preview on #C8A9DD background

This text has white color on #C8A9DD background.