COLOR #C0AAE9

HEX: #C0AAE9 RGB: (192,170,233)

Color info

#C0AAE9 contains mainly red and blue colors. Web safe color of #C0AAE9 is #CC99FF (or #C9F).

RGB color model

#C0AAE9 color RGB value is (192,170,233).

RGB: (192,170,233) (75%, 67%, 91%)

RGB channels and saturation

R 192 of 255 = 75%
G 170 of 255 = 67%
B 233 of 255 = 91%

192
170
233

R + G + B ~ 78%. #C0AAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 170 + 233 = 595 (100%)
R 192 of 595 ~ 32.27%
G 170 of 595 ~ 28.57%
B 233 of 595 ~ 39.16'%

%32.27
%28.57
%39.16

CMYK color model

#C0AAE9 color CMYK value is (18,27,0,9).

  • cyan value is 17.60%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (18,27,0,9)
C18M27Y0K9 (18%, 27%, 0%, 9%)
(0.18 / 0.27 / 0.00 / 0.09)

CMYK percentages

%17.6
%27.04
%0
%8.63

Codes

Color #C0AAE9 in popluar color models

C0 AA E9
RGB 192 170 233
HSL 261° 58.88% 79.02%
HSB/HSV 261° 27.04% 91.37%
CMYK 17.60% 27.04% 0.00%
8.63%

Color #C0AAE9 in popluar number systems.

HEX C0 AA E9
Decimal 192 170 233
Binary 11000000 10101010 11101001
Octal 300 252 351

Shades and tints

Shades of #C0AAE9

#C0AAE9
(192,170,233)
#AF9BD4
(175,155,212)
#9E8CBF
(158,140,191)
#8D7DAA
(141,125,170)
#7C6E95
(124,110,149)
#6B5F80
(107,95,128)
#5A506B
(90,80,107)
#494156
(73,65,86)
#383241
(56,50,65)
#27232C
(39,35,44)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #C0AAE9

#C0AAE9
(192,170,233)
#C5B1EB
(197,177,235)
#CAB8ED
(202,184,237)
#CFBFEF
(207,191,239)
#D4C6F1
(212,198,241)
#D9CDF3
(217,205,243)
#DED4F5
(222,212,245)
#E3DBF7
(227,219,247)
#E8E2F9
(232,226,249)
#EDE9FB
(237,233,251)
#F2F0FD
(242,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AAE9 color. Also use rgb(192,170,233) instead hex code.

Text Font Color

.myTextColor { color: #C0AAE9; }

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

This text font color is #C0AAE9.

Background Color

.myBgColor { background-color: #C0AAE9; }

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

This div background color is #C0AAE9.

Border color

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

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

This div border color is #C0AAE9.

Opacity

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

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

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

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

This text has shadow with #C0AAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AAE9.

Preview

Color preview on black background

This text has color #C0AAE9 on black background.


Color preview on white background

This text has color #C0AAE9 on white background.


Black color preview on #C0AAE9 background

This text has black color on #C0AAE9 background.


White color preview on #C0AAE9 background

This text has white color on #C0AAE9 background.


Related colors

Complementary color

Complementary color for #hex is #3F5516.


I love getcolorcode.com

Triadic colors

1 #E9C0AA and #AAE9C0 with #C0AAE9 are triadic colors.

2 #E9AAC0 and #AAC0E9 with #C0AAE9 are triadic colors.