COLOR #C3A8DA

HEX: #C3A8DA
RGB: (195,168,218)

Color info

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

RGB color model

#C3A8DA color RGB value is (195,168,218).

  • red value is 195;
  • green value is 168;
  • blue value is 218.
RGB:
(195,168,218)
(76%,66%,85%)

RGB channels and saturation

R 195 of 255 = 76%
G 168 of 255 = 66%
B 218 of 255 = 85%

195
168
218

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

Portions of RGB colors in percentages

R + G + B =
195 + 168 + 218 = 581 (100%)
R 195 of 581 ~ 33.56%
G 168 of 581 ~ 28.92%
B 218 of 581 ~ 37.52%

%33.56
%28.92
%37.52

CMYK color model

#C3A8DA color CMYK value is (11,23,0,15).

  • cyan value is 10.55%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,23,0,15)
C11M23Y0K15 
(11%,23%,0%,15%)
(0.11/0.23/0.00/0.15)	

CMYK percentages

%10.55
%22.94
%0
%14.51

Codes

Color #C3A8DA in popluar color models

C3A8DA
RGB195168218
HSL272°40.32%75.69%
HSB/HSV272°22.94%85.49%
CMYK10.55%22.94%0.00%
14.51%

Color #C3A8DA in popluar number systems.

HEXC3A8DA
Decimal195168218
Binary110000111010100011011010
Octal303250332

Shades and tints

Shades of #C3A8DA

#C3A8DA
(195,168,218)
#B299C7
(178,153,199)
#A18AB4
(161,138,180)
#907BA1
(144,123,161)
#7F6C8E
(127,108,142)
#6E5D7B
(110,93,123)
#5D4E68
(93,78,104)
#4C3F55
(76,63,85)
#3B3042
(59,48,66)
#2A212F
(42,33,47)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #C3A8DA

#C3A8DA
(195,168,218)
#C8AFDD
(200,175,221)
#CDB6E0
(205,182,224)
#D2BDE3
(210,189,227)
#D7C4E6
(215,196,230)
#DCCBE9
(220,203,233)
#E1D2EC
(225,210,236)
#E6D9EF
(230,217,239)
#EBE0F2
(235,224,242)
#F0E7F5
(240,231,245)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A8DA color. Also use rgb(195,168,218) instead hex code.

Text Font Color

.myTextColor { color: #C3A8DA; }

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

This text font color is #C3A8DA.


Background Color

.myBgColor { background-color: #C3A8DA; }

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

This div background color is #C3A8DA.


Border color

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

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

This div border color is #C3A8DA.


Opacity

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

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

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

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

This text has shadow with #C3A8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A8DA on black background.


Color preview on white background

This text has color #C3A8DA on white background.



Black color preview on #C3A8DA background

This text has black color on #C3A8DA background.


White color preview on #C3A8DA background

This text has white color on #C3A8DA background.