COLOR #C3A5D0

HEX: #C3A5D0
RGB: (195,165,208)

Color info

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

RGB color model

#C3A5D0 color RGB value is (195,165,208).

  • red value is 195;
  • green value is 165;
  • blue value is 208.
RGB:
(195,165,208)
(76%,65%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 208 of 255 = 82%

195
165
208

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 208 = 568 (100%)
R 195 of 568 ~ 34.33%
G 165 of 568 ~ 29.05%
B 208 of 568 ~ 36.62%

%34.33
%29.05
%36.62

CMYK color model

#C3A5D0 color CMYK value is (6,21,0,18).

  • cyan value is 6.25%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,21,0,18)
C6M21Y0K18 
(6%,21%,0%,18%)
(0.06/0.21/0.00/0.18)	

CMYK percentages

%6.25
%20.67
%0
%18.43

Codes

Color #C3A5D0 in popluar color models

C3A5D0
RGB195165208
HSL282°31.39%73.14%
HSB/HSV282°20.67%81.57%
CMYK6.25%20.67%0.00%
18.43%

Color #C3A5D0 in popluar number systems.

HEXC3A5D0
Decimal195165208
Binary110000111010010111010000
Octal303245320

Shades and tints

Shades of #C3A5D0

#C3A5D0
(195,165,208)
#B296BE
(178,150,190)
#A187AC
(161,135,172)
#90789A
(144,120,154)
#7F6988
(127,105,136)
#6E5A76
(110,90,118)
#5D4B64
(93,75,100)
#4C3C52
(76,60,82)
#3B2D40
(59,45,64)
#2A1E2E
(42,30,46)
#190F1C
(25,15,28)
#000000
(0,0,0)

Tints of #C3A5D0

#C3A5D0
(195,165,208)
#C8ADD4
(200,173,212)
#CDB5D8
(205,181,216)
#D2BDDC
(210,189,220)
#D7C5E0
(215,197,224)
#DCCDE4
(220,205,228)
#E1D5E8
(225,213,232)
#E6DDEC
(230,221,236)
#EBE5F0
(235,229,240)
#F0EDF4
(240,237,244)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A5D0 color. Also use rgb(195,165,208) instead hex code.

Text Font Color

.myTextColor { color: #C3A5D0; }

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

This text font color is #C3A5D0.


Background Color

.myBgColor { background-color: #C3A5D0; }

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

This div background color is #C3A5D0.


Border color

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

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

This div border color is #C3A5D0.


Opacity

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

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

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

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

This text has shadow with #C3A5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5D0 on black background.


Color preview on white background

This text has color #C3A5D0 on white background.



Black color preview on #C3A5D0 background

This text has black color on #C3A5D0 background.


White color preview on #C3A5D0 background

This text has white color on #C3A5D0 background.