COLOR #C7A9DA

HEX: #C7A9DA RGB: (199,169,218)

Color info

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

RGB color model

#C7A9DA color RGB value is (199,169,218).

RGB: (199,169,218) (78%, 66%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 218 of 255 = 85%

199
169
218

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

Portions of RGB colors in percentages

R + G + B = 199 + 169 + 218 = 586 (100%)
R 199 of 586 ~ 33.96%
G 169 of 586 ~ 28.84%
B 218 of 586 ~ 37.2'%

%33.96
%28.84
%37.2

CMYK color model

#C7A9DA color CMYK value is (9,22,0,15).

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

CMYK: (9,22,0,15)
C9M22Y0K15 (9%, 22%, 0%, 15%)
(0.09 / 0.22 / 0.00 / 0.15)

CMYK percentages

%8.72
%22.48
%0
%14.51

Codes

Color #C7A9DA in popluar color models

C7 A9 DA
RGB 199 169 218
HSL 277° 39.84% 75.88%
HSB/HSV 277° 22.48% 85.49%
CMYK 8.72% 22.48% 0.00%
14.51%

Color #C7A9DA in popluar number systems.

HEX C7 A9 DA
Decimal 199 169 218
Binary 11000111 10101001 11011010
Octal 307 251 332

Shades and tints

Shades of #C7A9DA

#C7A9DA
(199,169,218)
#B59AC7
(181,154,199)
#A38BB4
(163,139,180)
#917CA1
(145,124,161)
#7F6D8E
(127,109,142)
#6D5E7B
(109,94,123)
#5B4F68
(91,79,104)
#494055
(73,64,85)
#373142
(55,49,66)
#25222F
(37,34,47)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #C7A9DA

#C7A9DA
(199,169,218)
#CCB0DD
(204,176,221)
#D1B7E0
(209,183,224)
#D6BEE3
(214,190,227)
#DBC5E6
(219,197,230)
#E0CCE9
(224,204,233)
#E5D3EC
(229,211,236)
#EADAEF
(234,218,239)
#EFE1F2
(239,225,242)
#F4E8F5
(244,232,245)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A9DA; }

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

This text font color is #C7A9DA.

Background Color

.myBgColor { background-color: #C7A9DA; }

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

This div background color is #C7A9DA.

Border color

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

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

This div border color is #C7A9DA.

Opacity

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

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

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

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

This text has shadow with #C7A9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A9DA.

Preview

Color preview on black background

This text has color #C7A9DA on black background.


Color preview on white background

This text has color #C7A9DA on white background.


Black color preview on #C7A9DA background

This text has black color on #C7A9DA background.


White color preview on #C7A9DA background

This text has white color on #C7A9DA background.


Related colors

Complementary color

Complementary color for #hex is #385625.


I love getcolorcode.com

Triadic colors

1 #DAC7A9 and #A9DAC7 with #C7A9DA are triadic colors.

2 #DAA9C7 and #A9C7DA with #C7A9DA are triadic colors.