COLOR #C1A9DA

HEX: #C1A9DA RGB: (193,169,218)

Color info

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

RGB color model

#C1A9DA color RGB value is (193,169,218).

RGB: (193,169,218) (76%, 66%, 85%)

RGB channels and saturation

R 193 of 255 = 76%
G 169 of 255 = 66%
B 218 of 255 = 85%

193
169
218

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

Portions of RGB colors in percentages

R + G + B = 193 + 169 + 218 = 580 (100%)
R 193 of 580 ~ 33.28%
G 169 of 580 ~ 29.14%
B 218 of 580 ~ 37.59'%

%33.28
%29.14
%37.59

CMYK color model

#C1A9DA color CMYK value is (11,22,0,15).

  • cyan value is 11.47%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (11,22,0,15)
C11M22Y0K15 (11%, 22%, 0%, 15%)
(0.11 / 0.22 / 0.00 / 0.15)

CMYK percentages

%11.47
%22.48
%0
%14.51

Codes

Color #C1A9DA in popluar color models

C1 A9 DA
RGB 193 169 218
HSL 269° 39.84% 75.88%
HSB/HSV 269° 22.48% 85.49%
CMYK 11.47% 22.48% 0.00%
14.51%

Color #C1A9DA in popluar number systems.

HEX C1 A9 DA
Decimal 193 169 218
Binary 11000001 10101001 11011010
Octal 301 251 332

Shades and tints

Shades of #C1A9DA

#C1A9DA
(193,169,218)
#B09AC7
(176,154,199)
#9F8BB4
(159,139,180)
#8E7CA1
(142,124,161)
#7D6D8E
(125,109,142)
#6C5E7B
(108,94,123)
#5B4F68
(91,79,104)
#4A4055
(74,64,85)
#393142
(57,49,66)
#28222F
(40,34,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #C1A9DA

#C1A9DA
(193,169,218)
#C6B0DD
(198,176,221)
#CBB7E0
(203,183,224)
#D0BEE3
(208,190,227)
#D5C5E6
(213,197,230)
#DACCE9
(218,204,233)
#DFD3EC
(223,211,236)
#E4DAEF
(228,218,239)
#E9E1F2
(233,225,242)
#EEE8F5
(238,232,245)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A9DA color. Also use rgb(193,169,218) instead hex code.

Text Font Color

.myTextColor { color: #C1A9DA; }

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

This text font color is #C1A9DA.

Background Color

.myBgColor { background-color: #C1A9DA; }

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

This div background color is #C1A9DA.

Border color

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

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

This div border color is #C1A9DA.

Opacity

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

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

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

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

This text has shadow with #C1A9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A9DA.

Preview

Color preview on black background

This text has color #C1A9DA on black background.


Color preview on white background

This text has color #C1A9DA on white background.


Black color preview on #C1A9DA background

This text has black color on #C1A9DA background.


White color preview on #C1A9DA background

This text has white color on #C1A9DA background.


Related colors

Complementary color

Complementary color for #hex is #3E5625.


I love getcolorcode.com

Triadic colors

1 #DAC1A9 and #A9DAC1 with #C1A9DA are triadic colors.

2 #DAA9C1 and #A9C1DA with #C1A9DA are triadic colors.