COLOR #C3A9DD

HEX: #C3A9DD RGB: (195,169,221)

Color info

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

RGB color model

#C3A9DD color RGB value is (195,169,221).

RGB: (195,169,221) (76%, 66%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 221 of 255 = 87%

195
169
221

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

Portions of RGB colors in percentages

R + G + B = 195 + 169 + 221 = 585 (100%)
R 195 of 585 ~ 33.33%
G 169 of 585 ~ 28.89%
B 221 of 585 ~ 37.78'%

%33.33
%28.89
%37.78

CMYK color model

#C3A9DD color CMYK value is (12,24,0,13).

  • cyan value is 11.76%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,24,0,13)
C12M24Y0K13 (12%, 24%, 0%, 13%)
(0.12 / 0.24 / 0.00 / 0.13)

CMYK percentages

%11.76
%23.53
%0
%13.33

Codes

Color #C3A9DD in popluar color models

C3 A9 DD
RGB 195 169 221
HSL 270° 43.33% 76.47%
HSB/HSV 270° 23.53% 86.67%
CMYK 11.76% 23.53% 0.00%
13.33%

Color #C3A9DD in popluar number systems.

HEX C3 A9 DD
Decimal 195 169 221
Binary 11000011 10101001 11011101
Octal 303 251 335

Shades and tints

Shades of #C3A9DD

#C3A9DD
(195,169,221)
#B29AC9
(178,154,201)
#A18BB5
(161,139,181)
#907CA1
(144,124,161)
#7F6D8D
(127,109,141)
#6E5E79
(110,94,121)
#5D4F65
(93,79,101)
#4C4051
(76,64,81)
#3B313D
(59,49,61)
#2A2229
(42,34,41)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #C3A9DD

#C3A9DD
(195,169,221)
#C8B0E0
(200,176,224)
#CDB7E3
(205,183,227)
#D2BEE6
(210,190,230)
#D7C5E9
(215,197,233)
#DCCCEC
(220,204,236)
#E1D3EF
(225,211,239)
#E6DAF2
(230,218,242)
#EBE1F5
(235,225,245)
#F0E8F8
(240,232,248)
#F5EFFB
(245,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A9DD; }

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

This text font color is #C3A9DD.

Background Color

.myBgColor { background-color: #C3A9DD; }

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

This div background color is #C3A9DD.

Border color

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

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

This div border color is #C3A9DD.

Opacity

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

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

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

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

This text has shadow with #C3A9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A9DD.

Preview

Color preview on black background

This text has color #C3A9DD on black background.


Color preview on white background

This text has color #C3A9DD on white background.


Black color preview on #C3A9DD background

This text has black color on #C3A9DD background.


White color preview on #C3A9DD background

This text has white color on #C3A9DD background.


Related colors

Complementary color

Complementary color for #hex is #3C5622.


I love getcolorcode.com

Triadic colors

1 #DDC3A9 and #A9DDC3 with #C3A9DD are triadic colors.

2 #DDA9C3 and #A9C3DD with #C3A9DD are triadic colors.