COLOR #C8A6CD

HEX: #C8A6CD RGB: (200,166,205)

Color info

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

RGB color model

#C8A6CD color RGB value is (200,166,205).

RGB: (200,166,205) (78%, 65%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 166 of 255 = 65%
B 205 of 255 = 80%

200
166
205

R + G + B ~ 74%. #C8A6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 166 + 205 = 571 (100%)
R 200 of 571 ~ 35.03%
G 166 of 571 ~ 29.07%
B 205 of 571 ~ 35.9'%

%35.03
%29.07
%35.9

CMYK color model

#C8A6CD color CMYK value is (2,19,0,20).

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

CMYK: (2,19,0,20)
C2M19Y0K20 (2%, 19%, 0%, 20%)
(0.02 / 0.19 / 0.00 / 0.20)

CMYK percentages

%2.44
%19.02
%0
%19.61

Codes

Color #C8A6CD in popluar color models

C8 A6 CD
RGB 200 166 205
HSL 292° 28.06% 72.75%
HSB/HSV 292° 19.02% 80.39%
CMYK 2.44% 19.02% 0.00%
19.61%

Color #C8A6CD in popluar number systems.

HEX C8 A6 CD
Decimal 200 166 205
Binary 11001000 10100110 11001101
Octal 310 246 315

Shades and tints

Shades of #C8A6CD

#C8A6CD
(200,166,205)
#B697BB
(182,151,187)
#A488A9
(164,136,169)
#927997
(146,121,151)
#806A85
(128,106,133)
#6E5B73
(110,91,115)
#5C4C61
(92,76,97)
#4A3D4F
(74,61,79)
#382E3D
(56,46,61)
#261F2B
(38,31,43)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #C8A6CD

#C8A6CD
(200,166,205)
#CDAED1
(205,174,209)
#D2B6D5
(210,182,213)
#D7BED9
(215,190,217)
#DCC6DD
(220,198,221)
#E1CEE1
(225,206,225)
#E6D6E5
(230,214,229)
#EBDEE9
(235,222,233)
#F0E6ED
(240,230,237)
#F5EEF1
(245,238,241)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A6CD; }

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

This text font color is #C8A6CD.

Background Color

.myBgColor { background-color: #C8A6CD; }

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

This div background color is #C8A6CD.

Border color

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

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

This div border color is #C8A6CD.

Opacity

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

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

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

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

This text has shadow with #C8A6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A6CD.

Preview

Color preview on black background

This text has color #C8A6CD on black background.


Color preview on white background

This text has color #C8A6CD on white background.


Black color preview on #C8A6CD background

This text has black color on #C8A6CD background.


White color preview on #C8A6CD background

This text has white color on #C8A6CD background.


Related colors

Complementary color

Complementary color for #hex is #375932.


I love getcolorcode.com

Triadic colors

1 #CDC8A6 and #A6CDC8 with #C8A6CD are triadic colors.

2 #CDA6C8 and #A6C8CD with #C8A6CD are triadic colors.