COLOR #C3A5CE

HEX: #C3A5CE
RGB: (195,165,206)

Color info

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

RGB color model

#C3A5CE color RGB value is (195,165,206).

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

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 206 of 255 = 81%

195
165
206

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 206 = 566 (100%)
R 195 of 566 ~ 34.45%
G 165 of 566 ~ 29.15%
B 206 of 566 ~ 36.4%

%34.45
%29.15
%36.4

CMYK color model

#C3A5CE color CMYK value is (5,20,0,19).

  • cyan value is 5.34%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,20,0,19)
C5M20Y0K19 
(5%,20%,0%,19%)
(0.05/0.20/0.00/0.19)	

CMYK percentages

%5.34
%19.9
%0
%19.22

Codes

Color #C3A5CE in popluar color models

C3A5CE
RGB195165206
HSL284°29.50%72.75%
HSB/HSV284°19.90%80.78%
CMYK5.34%19.90%0.00%
19.22%

Color #C3A5CE in popluar number systems.

HEXC3A5CE
Decimal195165206
Binary110000111010010111001110
Octal303245316

Shades and tints

Shades of #C3A5CE

#C3A5CE
(195,165,206)
#B296BC
(178,150,188)
#A187AA
(161,135,170)
#907898
(144,120,152)
#7F6986
(127,105,134)
#6E5A74
(110,90,116)
#5D4B62
(93,75,98)
#4C3C50
(76,60,80)
#3B2D3E
(59,45,62)
#2A1E2C
(42,30,44)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #C3A5CE

#C3A5CE
(195,165,206)
#C8ADD2
(200,173,210)
#CDB5D6
(205,181,214)
#D2BDDA
(210,189,218)
#D7C5DE
(215,197,222)
#DCCDE2
(220,205,226)
#E1D5E6
(225,213,230)
#E6DDEA
(230,221,234)
#EBE5EE
(235,229,238)
#F0EDF2
(240,237,242)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A5CE; }

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

This text font color is #C3A5CE.


Background Color

.myBgColor { background-color: #C3A5CE; }

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

This div background color is #C3A5CE.


Border color

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

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

This div border color is #C3A5CE.


Opacity

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

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

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

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

This text has shadow with #C3A5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5CE on black background.


Color preview on white background

This text has color #C3A5CE on white background.



Black color preview on #C3A5CE background

This text has black color on #C3A5CE background.


White color preview on #C3A5CE background

This text has white color on #C3A5CE background.