COLOR #C0A9E6

HEX: #C0A9E6 RGB: (192,169,230)

Color info

#C0A9E6 contains mainly red and blue colors. Web safe color of #C0A9E6 is #CC99CC (or #C9C).

RGB color model

#C0A9E6 color RGB value is (192,169,230).

RGB: (192,169,230) (75%, 66%, 90%)

RGB channels and saturation

R 192 of 255 = 75%
G 169 of 255 = 66%
B 230 of 255 = 90%

192
169
230

R + G + B ~ 77%. #C0A9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 169 + 230 = 591 (100%)
R 192 of 591 ~ 32.49%
G 169 of 591 ~ 28.6%
B 230 of 591 ~ 38.92'%

%32.49
%28.6
%38.92

CMYK color model

#C0A9E6 color CMYK value is (17,27,0,10).

  • cyan value is 16.52%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (17,27,0,10)
C17M27Y0K10 (17%, 27%, 0%, 10%)
(0.17 / 0.27 / 0.00 / 0.10)

CMYK percentages

%16.52
%26.52
%0
%9.8

Codes

Color #C0A9E6 in popluar color models

C0 A9 E6
RGB 192 169 230
HSL 263° 54.95% 78.24%
HSB/HSV 263° 26.52% 90.20%
CMYK 16.52% 26.52% 0.00%
9.80%

Color #C0A9E6 in popluar number systems.

HEX C0 A9 E6
Decimal 192 169 230
Binary 11000000 10101001 11100110
Octal 300 251 346

Shades and tints

Shades of #C0A9E6

#C0A9E6
(192,169,230)
#AF9AD2
(175,154,210)
#9E8BBE
(158,139,190)
#8D7CAA
(141,124,170)
#7C6D96
(124,109,150)
#6B5E82
(107,94,130)
#5A4F6E
(90,79,110)
#49405A
(73,64,90)
#383146
(56,49,70)
#272232
(39,34,50)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #C0A9E6

#C0A9E6
(192,169,230)
#C5B0E8
(197,176,232)
#CAB7EA
(202,183,234)
#CFBEEC
(207,190,236)
#D4C5EE
(212,197,238)
#D9CCF0
(217,204,240)
#DED3F2
(222,211,242)
#E3DAF4
(227,218,244)
#E8E1F6
(232,225,246)
#EDE8F8
(237,232,248)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A9E6; }

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

This text font color is #C0A9E6.

Background Color

.myBgColor { background-color: #C0A9E6; }

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

This div background color is #C0A9E6.

Border color

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

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

This div border color is #C0A9E6.

Opacity

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

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

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

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

This text has shadow with #C0A9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A9E6.

Preview

Color preview on black background

This text has color #C0A9E6 on black background.


Color preview on white background

This text has color #C0A9E6 on white background.


Black color preview on #C0A9E6 background

This text has black color on #C0A9E6 background.


White color preview on #C0A9E6 background

This text has white color on #C0A9E6 background.


Related colors

Complementary color

Complementary color for #hex is #3F5619.


I love getcolorcode.com

Triadic colors

1 #E6C0A9 and #A9E6C0 with #C0A9E6 are triadic colors.

2 #E6A9C0 and #A9C0E6 with #C0A9E6 are triadic colors.