COLOR #C0A9DF

HEX: #C0A9DF RGB: (192,169,223)

Color info

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

RGB color model

#C0A9DF color RGB value is (192,169,223).

RGB: (192,169,223) (75%, 66%, 87%)

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 223 of 255 = 87%

192
169
223

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

Portions of RGB colors in percentages

R + G + B = 192 + 169 + 223 = 584 (100%)
R 192 of 584 ~ 32.88%
G 169 of 584 ~ 28.94%
B 223 of 584 ~ 38.18'%

%32.88
%28.94
%38.18

CMYK color model

#C0A9DF color CMYK value is (14,24,0,13).

  • cyan value is 13.90%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (14,24,0,13)
C14M24Y0K13 (14%, 24%, 0%, 13%)
(0.14 / 0.24 / 0.00 / 0.13)

CMYK percentages

%13.9
%24.22
%0
%12.55

Codes

Color #C0A9DF in popluar color models

C0 A9 DF
RGB 192 169 223
HSL 266° 45.76% 76.86%
HSB/HSV 266° 24.22% 87.45%
CMYK 13.90% 24.22% 0.00%
12.55%

Color #C0A9DF in popluar number systems.

HEX C0 A9 DF
Decimal 192 169 223
Binary 11000000 10101001 11011111
Octal 300 251 337

Shades and tints

Shades of #C0A9DF

#C0A9DF
(192,169,223)
#AF9ACB
(175,154,203)
#9E8BB7
(158,139,183)
#8D7CA3
(141,124,163)
#7C6D8F
(124,109,143)
#6B5E7B
(107,94,123)
#5A4F67
(90,79,103)
#494053
(73,64,83)
#38313F
(56,49,63)
#27222B
(39,34,43)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #C0A9DF

#C0A9DF
(192,169,223)
#C5B0E1
(197,176,225)
#CAB7E3
(202,183,227)
#CFBEE5
(207,190,229)
#D4C5E7
(212,197,231)
#D9CCE9
(217,204,233)
#DED3EB
(222,211,235)
#E3DAED
(227,218,237)
#E8E1EF
(232,225,239)
#EDE8F1
(237,232,241)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A9DF color. Also use rgb(192,169,223) instead hex code.

Text Font Color

.myTextColor { color: #C0A9DF; }

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

This text font color is #C0A9DF.

Background Color

.myBgColor { background-color: #C0A9DF; }

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

This div background color is #C0A9DF.

Border color

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

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

This div border color is #C0A9DF.

Opacity

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

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

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

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

This text has shadow with #C0A9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A9DF.

Preview

Color preview on black background

This text has color #C0A9DF on black background.


Color preview on white background

This text has color #C0A9DF on white background.


Black color preview on #C0A9DF background

This text has black color on #C0A9DF background.


White color preview on #C0A9DF background

This text has white color on #C0A9DF background.


Related colors

Complementary color

Complementary color for #hex is #3F5620.


I love getcolorcode.com

Triadic colors

1 #DFC0A9 and #A9DFC0 with #C0A9DF are triadic colors.

2 #DFA9C0 and #A9C0DF with #C0A9DF are triadic colors.