COLOR #C3A0D2

HEX: #C3A0D2
RGB: (195,160,210)

Color info

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

RGB color model

#C3A0D2 color RGB value is (195,160,210).

  • red value is 195;
  • green value is 160;
  • blue value is 210.
RGB:
(195,160,210)
(76%,63%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 160 of 255 = 63%
B 210 of 255 = 82%

195
160
210

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

Portions of RGB colors in percentages

R + G + B =
195 + 160 + 210 = 565 (100%)
R 195 of 565 ~ 34.51%
G 160 of 565 ~ 28.32%
B 210 of 565 ~ 37.17%

%34.51
%28.32
%37.17

CMYK color model

#C3A0D2 color CMYK value is (7,24,0,18).

  • cyan value is 7.14%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(7,24,0,18)
C7M24Y0K18 
(7%,24%,0%,18%)
(0.07/0.24/0.00/0.18)	

CMYK percentages

%7.14
%23.81
%0
%17.65

Codes

Color #C3A0D2 in popluar color models

C3A0D2
RGB195160210
HSL282°35.71%72.55%
HSB/HSV282°23.81%82.35%
CMYK7.14%23.81%0.00%
17.65%

Color #C3A0D2 in popluar number systems.

HEXC3A0D2
Decimal195160210
Binary110000111010000011010010
Octal303240322

Shades and tints

Shades of #C3A0D2

#C3A0D2
(195,160,210)
#B292BF
(178,146,191)
#A184AC
(161,132,172)
#907699
(144,118,153)
#7F6886
(127,104,134)
#6E5A73
(110,90,115)
#5D4C60
(93,76,96)
#4C3E4D
(76,62,77)
#3B303A
(59,48,58)
#2A2227
(42,34,39)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3A0D2

#C3A0D2
(195,160,210)
#C8A8D6
(200,168,214)
#CDB0DA
(205,176,218)
#D2B8DE
(210,184,222)
#D7C0E2
(215,192,226)
#DCC8E6
(220,200,230)
#E1D0EA
(225,208,234)
#E6D8EE
(230,216,238)
#EBE0F2
(235,224,242)
#F0E8F6
(240,232,246)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A0D2 color. Also use rgb(195,160,210) instead hex code.

Text Font Color

.myTextColor { color: #C3A0D2; }

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

This text font color is #C3A0D2.


Background Color

.myBgColor { background-color: #C3A0D2; }

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

This div background color is #C3A0D2.


Border color

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

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

This div border color is #C3A0D2.


Opacity

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

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

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

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

This text has shadow with #C3A0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A0D2 on black background.


Color preview on white background

This text has color #C3A0D2 on white background.



Black color preview on #C3A0D2 background

This text has black color on #C3A0D2 background.


White color preview on #C3A0D2 background

This text has white color on #C3A0D2 background.