COLOR #C3A5C9

HEX: #C3A5C9
RGB: (195,165,201)

Color info

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

RGB color model

#C3A5C9 color RGB value is (195,165,201).

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

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 201 of 255 = 79%

195
165
201

R + G + B ~ 73%. #C3A5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 201 = 561 (100%)
R 195 of 561 ~ 34.76%
G 165 of 561 ~ 29.41%
B 201 of 561 ~ 35.83%

%34.76
%29.41
%35.83

CMYK color model

#C3A5C9 color CMYK value is (3,18,0,21).

  • cyan value is 2.99%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(3,18,0,21)
C3M18Y0K21 
(3%,18%,0%,21%)
(0.03/0.18/0.00/0.21)	

CMYK percentages

%2.99
%17.91
%0
%21.18

Codes

Color #C3A5C9 in popluar color models

C3A5C9
RGB195165201
HSL290°25.00%71.76%
HSB/HSV290°17.91%78.82%
CMYK2.99%17.91%0.00%
21.18%

Color #C3A5C9 in popluar number systems.

HEXC3A5C9
Decimal195165201
Binary110000111010010111001001
Octal303245311

Shades and tints

Shades of #C3A5C9

#C3A5C9
(195,165,201)
#B296B7
(178,150,183)
#A187A5
(161,135,165)
#907893
(144,120,147)
#7F6981
(127,105,129)
#6E5A6F
(110,90,111)
#5D4B5D
(93,75,93)
#4C3C4B
(76,60,75)
#3B2D39
(59,45,57)
#2A1E27
(42,30,39)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #C3A5C9

#C3A5C9
(195,165,201)
#C8ADCD
(200,173,205)
#CDB5D1
(205,181,209)
#D2BDD5
(210,189,213)
#D7C5D9
(215,197,217)
#DCCDDD
(220,205,221)
#E1D5E1
(225,213,225)
#E6DDE5
(230,221,229)
#EBE5E9
(235,229,233)
#F0EDED
(240,237,237)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A5C9; }

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

This text font color is #C3A5C9.


Background Color

.myBgColor { background-color: #C3A5C9; }

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

This div background color is #C3A5C9.


Border color

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

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

This div border color is #C3A5C9.


Opacity

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

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

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

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

This text has shadow with #C3A5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5C9 on black background.


Color preview on white background

This text has color #C3A5C9 on white background.



Black color preview on #C3A5C9 background

This text has black color on #C3A5C9 background.


White color preview on #C3A5C9 background

This text has white color on #C3A5C9 background.