COLOR #C8A3DA

HEX: #C8A3DA
RGB: (200,163,218)

Color info

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

RGB color model

#C8A3DA color RGB value is (200,163,218).

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

RGB channels and saturation

R 200 of 255 = 78%
G 163 of 255 = 64%
B 218 of 255 = 85%

200
163
218

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

Portions of RGB colors in percentages

R + G + B =
200 + 163 + 218 = 581 (100%)
R 200 of 581 ~ 34.42%
G 163 of 581 ~ 28.06%
B 218 of 581 ~ 37.52%

%34.42
%28.06
%37.52

CMYK color model

#C8A3DA color CMYK value is (8,25,0,15).

  • cyan value is 8.26%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,25,0,15)
C8M25Y0K15 
(8%,25%,0%,15%)
(0.08/0.25/0.00/0.15)	

CMYK percentages

%8.26
%25.23
%0
%14.51

Codes

Color #C8A3DA in popluar color models

C8A3DA
RGB200163218
HSL280°42.64%74.71%
HSB/HSV280°25.23%85.49%
CMYK8.26%25.23%0.00%
14.51%

Color #C8A3DA in popluar number systems.

HEXC8A3DA
Decimal200163218
Binary110010001010001111011010
Octal310243332

Shades and tints

Shades of #C8A3DA

#C8A3DA
(200,163,218)
#B695C7
(182,149,199)
#A487B4
(164,135,180)
#9279A1
(146,121,161)
#806B8E
(128,107,142)
#6E5D7B
(110,93,123)
#5C4F68
(92,79,104)
#4A4155
(74,65,85)
#383342
(56,51,66)
#26252F
(38,37,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #C8A3DA

#C8A3DA
(200,163,218)
#CDABDD
(205,171,221)
#D2B3E0
(210,179,224)
#D7BBE3
(215,187,227)
#DCC3E6
(220,195,230)
#E1CBE9
(225,203,233)
#E6D3EC
(230,211,236)
#EBDBEF
(235,219,239)
#F0E3F2
(240,227,242)
#F5EBF5
(245,235,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A3DA; }

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

This text font color is #C8A3DA.


Background Color

.myBgColor { background-color: #C8A3DA; }

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

This div background color is #C8A3DA.


Border color

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

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

This div border color is #C8A3DA.


Opacity

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

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

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

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

This text has shadow with #C8A3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A3DA on black background.


Color preview on white background

This text has color #C8A3DA on white background.



Black color preview on #C8A3DA background

This text has black color on #C8A3DA background.


White color preview on #C8A3DA background

This text has white color on #C8A3DA background.