COLOR #C3A9DC

HEX: #C3A9DC RGB: (195,169,220)

Color info

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

RGB color model

#C3A9DC color RGB value is (195,169,220).

RGB: (195,169,220) (76%, 66%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 220 of 255 = 86%

195
169
220

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

Portions of RGB colors in percentages

R + G + B = 195 + 169 + 220 = 584 (100%)
R 195 of 584 ~ 33.39%
G 169 of 584 ~ 28.94%
B 220 of 584 ~ 37.67'%

%33.39
%28.94
%37.67

CMYK color model

#C3A9DC color CMYK value is (11,23,0,14).

  • cyan value is 11.36%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (11,23,0,14)
C11M23Y0K14 (11%, 23%, 0%, 14%)
(0.11 / 0.23 / 0.00 / 0.14)

CMYK percentages

%11.36
%23.18
%0
%13.73

Codes

Color #C3A9DC in popluar color models

C3 A9 DC
RGB 195 169 220
HSL 271° 42.15% 76.27%
HSB/HSV 271° 23.18% 86.27%
CMYK 11.36% 23.18% 0.00%
13.73%

Color #C3A9DC in popluar number systems.

HEX C3 A9 DC
Decimal 195 169 220
Binary 11000011 10101001 11011100
Octal 303 251 334

Shades and tints

Shades of #C3A9DC

#C3A9DC
(195,169,220)
#B29AC8
(178,154,200)
#A18BB4
(161,139,180)
#907CA0
(144,124,160)
#7F6D8C
(127,109,140)
#6E5E78
(110,94,120)
#5D4F64
(93,79,100)
#4C4050
(76,64,80)
#3B313C
(59,49,60)
#2A2228
(42,34,40)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #C3A9DC

#C3A9DC
(195,169,220)
#C8B0DF
(200,176,223)
#CDB7E2
(205,183,226)
#D2BEE5
(210,190,229)
#D7C5E8
(215,197,232)
#DCCCEB
(220,204,235)
#E1D3EE
(225,211,238)
#E6DAF1
(230,218,241)
#EBE1F4
(235,225,244)
#F0E8F7
(240,232,247)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A9DC color. Also use rgb(195,169,220) instead hex code.

Text Font Color

.myTextColor { color: #C3A9DC; }

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

This text font color is #C3A9DC.

Background Color

.myBgColor { background-color: #C3A9DC; }

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

This div background color is #C3A9DC.

Border color

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

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

This div border color is #C3A9DC.

Opacity

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

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

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

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

This text has shadow with #C3A9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A9DC.

Preview

Color preview on black background

This text has color #C3A9DC on black background.


Color preview on white background

This text has color #C3A9DC on white background.


Black color preview on #C3A9DC background

This text has black color on #C3A9DC background.


White color preview on #C3A9DC background

This text has white color on #C3A9DC background.


Related colors

Complementary color

Complementary color for #hex is #3C5623.


I love getcolorcode.com

Triadic colors

1 #DCC3A9 and #A9DCC3 with #C3A9DC are triadic colors.

2 #DCA9C3 and #A9C3DC with #C3A9DC are triadic colors.