COLOR #C0AED6

HEX: #C0AED6 RGB: (192,174,214)

Color info

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

RGB color model

#C0AED6 color RGB value is (192,174,214).

RGB: (192,174,214) (75%, 68%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 214 of 255 = 84%

192
174
214

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

Portions of RGB colors in percentages

R + G + B = 192 + 174 + 214 = 580 (100%)
R 192 of 580 ~ 33.1%
G 174 of 580 ~ 30%
B 214 of 580 ~ 36.9'%

%33.1
%30
%36.9

CMYK color model

#C0AED6 color CMYK value is (10,19,0,16).

  • cyan value is 10.28%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (10,19,0,16)
C10M19Y0K16 (10%, 19%, 0%, 16%)
(0.10 / 0.19 / 0.00 / 0.16)

CMYK percentages

%10.28
%18.69
%0
%16.08

Codes

Color #C0AED6 in popluar color models

C0 AE D6
RGB 192 174 214
HSL 267° 32.79% 76.08%
HSB/HSV 267° 18.69% 83.92%
CMYK 10.28% 18.69% 0.00%
16.08%

Color #C0AED6 in popluar number systems.

HEX C0 AE D6
Decimal 192 174 214
Binary 11000000 10101110 11010110
Octal 300 256 326

Shades and tints

Shades of #C0AED6

#C0AED6
(192,174,214)
#AF9FC3
(175,159,195)
#9E90B0
(158,144,176)
#8D819D
(141,129,157)
#7C728A
(124,114,138)
#6B6377
(107,99,119)
#5A5464
(90,84,100)
#494551
(73,69,81)
#38363E
(56,54,62)
#27272B
(39,39,43)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #C0AED6

#C0AED6
(192,174,214)
#C5B5D9
(197,181,217)
#CABCDC
(202,188,220)
#CFC3DF
(207,195,223)
#D4CAE2
(212,202,226)
#D9D1E5
(217,209,229)
#DED8E8
(222,216,232)
#E3DFEB
(227,223,235)
#E8E6EE
(232,230,238)
#EDEDF1
(237,237,241)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AED6 color. Also use rgb(192,174,214) instead hex code.

Text Font Color

.myTextColor { color: #C0AED6; }

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

This text font color is #C0AED6.

Background Color

.myBgColor { background-color: #C0AED6; }

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

This div background color is #C0AED6.

Border color

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

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

This div border color is #C0AED6.

Opacity

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

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

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

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

This text has shadow with #C0AED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AED6.

Preview

Color preview on black background

This text has color #C0AED6 on black background.


Color preview on white background

This text has color #C0AED6 on white background.


Black color preview on #C0AED6 background

This text has black color on #C0AED6 background.


White color preview on #C0AED6 background

This text has white color on #C0AED6 background.


Related colors

Complementary color

Complementary color for #hex is #3F5129.


I love getcolorcode.com

Triadic colors

1 #D6C0AE and #AED6C0 with #C0AED6 are triadic colors.

2 #D6AEC0 and #AEC0D6 with #C0AED6 are triadic colors.