COLOR #C8A9CD

HEX: #C8A9CD RGB: (200,169,205)

Color info

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

RGB color model

#C8A9CD color RGB value is (200,169,205).

RGB: (200,169,205) (78%, 66%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 169 of 255 = 66%
B 205 of 255 = 80%

200
169
205

R + G + B ~ 75%. #C8A9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 169 + 205 = 574 (100%)
R 200 of 574 ~ 34.84%
G 169 of 574 ~ 29.44%
B 205 of 574 ~ 35.71'%

%34.84
%29.44
%35.71

CMYK color model

#C8A9CD color CMYK value is (2,18,0,20).

  • cyan value is 2.44%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (2,18,0,20)
C2M18Y0K20 (2%, 18%, 0%, 20%)
(0.02 / 0.18 / 0.00 / 0.20)

CMYK percentages

%2.44
%17.56
%0
%19.61

Codes

Color #C8A9CD in popluar color models

C8 A9 CD
RGB 200 169 205
HSL 292° 26.47% 73.33%
HSB/HSV 292° 17.56% 80.39%
CMYK 2.44% 17.56% 0.00%
19.61%

Color #C8A9CD in popluar number systems.

HEX C8 A9 CD
Decimal 200 169 205
Binary 11001000 10101001 11001101
Octal 310 251 315

Shades and tints

Shades of #C8A9CD

#C8A9CD
(200,169,205)
#B69ABB
(182,154,187)
#A48BA9
(164,139,169)
#927C97
(146,124,151)
#806D85
(128,109,133)
#6E5E73
(110,94,115)
#5C4F61
(92,79,97)
#4A404F
(74,64,79)
#38313D
(56,49,61)
#26222B
(38,34,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #C8A9CD

#C8A9CD
(200,169,205)
#CDB0D1
(205,176,209)
#D2B7D5
(210,183,213)
#D7BED9
(215,190,217)
#DCC5DD
(220,197,221)
#E1CCE1
(225,204,225)
#E6D3E5
(230,211,229)
#EBDAE9
(235,218,233)
#F0E1ED
(240,225,237)
#F5E8F1
(245,232,241)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A9CD; }

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

This text font color is #C8A9CD.

Background Color

.myBgColor { background-color: #C8A9CD; }

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

This div background color is #C8A9CD.

Border color

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

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

This div border color is #C8A9CD.

Opacity

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

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

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

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

This text has shadow with #C8A9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A9CD.

Preview

Color preview on black background

This text has color #C8A9CD on black background.


Color preview on white background

This text has color #C8A9CD on white background.


Black color preview on #C8A9CD background

This text has black color on #C8A9CD background.


White color preview on #C8A9CD background

This text has white color on #C8A9CD background.


Related colors

Complementary color

Complementary color for #hex is #375632.


I love getcolorcode.com

Triadic colors

1 #CDC8A9 and #A9CDC8 with #C8A9CD are triadic colors.

2 #CDA9C8 and #A9C8CD with #C8A9CD are triadic colors.