COLOR #C8A5DA

HEX: #C8A5DA
RGB: (200,165,218)

Color info

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

RGB color model

#C8A5DA color RGB value is (200,165,218).

  • red value is 200;
  • green value is 165;
  • blue value is 218.
RGB:
(200,165,218)
(78%,65%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 165 of 255 = 65%
B 218 of 255 = 85%

200
165
218

R + G + B ~ 76%. #C8A5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 165 + 218 = 583 (100%)
R 200 of 583 ~ 34.31%
G 165 of 583 ~ 28.3%
B 218 of 583 ~ 37.39%

%34.31
%28.3
%37.39

CMYK color model

#C8A5DA color CMYK value is (8,24,0,15).

  • cyan value is 8.26%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,24,0,15)
C8M24Y0K15 
(8%,24%,0%,15%)
(0.08/0.24/0.00/0.15)	

CMYK percentages

%8.26
%24.31
%0
%14.51

Codes

Color #C8A5DA in popluar color models

C8A5DA
RGB200165218
HSL280°41.73%75.10%
HSB/HSV280°24.31%85.49%
CMYK8.26%24.31%0.00%
14.51%

Color #C8A5DA in popluar number systems.

HEXC8A5DA
Decimal200165218
Binary110010001010010111011010
Octal310245332

Shades and tints

Shades of #C8A5DA

#C8A5DA
(200,165,218)
#B696C7
(182,150,199)
#A487B4
(164,135,180)
#9278A1
(146,120,161)
#80698E
(128,105,142)
#6E5A7B
(110,90,123)
#5C4B68
(92,75,104)
#4A3C55
(74,60,85)
#382D42
(56,45,66)
#261E2F
(38,30,47)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #C8A5DA

#C8A5DA
(200,165,218)
#CDADDD
(205,173,221)
#D2B5E0
(210,181,224)
#D7BDE3
(215,189,227)
#DCC5E6
(220,197,230)
#E1CDE9
(225,205,233)
#E6D5EC
(230,213,236)
#EBDDEF
(235,221,239)
#F0E5F2
(240,229,242)
#F5EDF5
(245,237,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A5DA color. Also use rgb(200,165,218) instead hex code.

Text Font Color

.myTextColor { color: #C8A5DA; }

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

This text font color is #C8A5DA.


Background Color

.myBgColor { background-color: #C8A5DA; }

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

This div background color is #C8A5DA.


Border color

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

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

This div border color is #C8A5DA.


Opacity

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

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

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

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

This text has shadow with #C8A5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A5DA on black background.


Color preview on white background

This text has color #C8A5DA on white background.



Black color preview on #C8A5DA background

This text has black color on #C8A5DA background.


White color preview on #C8A5DA background

This text has white color on #C8A5DA background.