COLOR #C0A4DD

HEX: #C0A4DD
RGB: (192,164,221)

Color info

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

RGB color model

#C0A4DD color RGB value is (192,164,221).

  • red value is 192;
  • green value is 164;
  • blue value is 221.
RGB:
(192,164,221)
(75%,64%,87%)

RGB channels and saturation

R 192 of 255 = 75%
G 164 of 255 = 64%
B 221 of 255 = 87%

192
164
221

R + G + B ~ 75%. #C0A4DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 164 + 221 = 577 (100%)
R 192 of 577 ~ 33.28%
G 164 of 577 ~ 28.42%
B 221 of 577 ~ 38.3%

%33.28
%28.42
%38.3

CMYK color model

#C0A4DD color CMYK value is (13,26,0,13).

  • cyan value is 13.12%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,26,0,13)
C13M26Y0K13 
(13%,26%,0%,13%)
(0.13/0.26/0.00/0.13)	

CMYK percentages

%13.12
%25.79
%0
%13.33

Codes

Color #C0A4DD in popluar color models

C0A4DD
RGB192164221
HSL269°45.60%75.49%
HSB/HSV269°25.79%86.67%
CMYK13.12%25.79%0.00%
13.33%

Color #C0A4DD in popluar number systems.

HEXC0A4DD
Decimal192164221
Binary110000001010010011011101
Octal300244335

Shades and tints

Shades of #C0A4DD

#C0A4DD
(192,164,221)
#AF96C9
(175,150,201)
#9E88B5
(158,136,181)
#8D7AA1
(141,122,161)
#7C6C8D
(124,108,141)
#6B5E79
(107,94,121)
#5A5065
(90,80,101)
#494251
(73,66,81)
#38343D
(56,52,61)
#272629
(39,38,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #C0A4DD

#C0A4DD
(192,164,221)
#C5ACE0
(197,172,224)
#CAB4E3
(202,180,227)
#CFBCE6
(207,188,230)
#D4C4E9
(212,196,233)
#D9CCEC
(217,204,236)
#DED4EF
(222,212,239)
#E3DCF2
(227,220,242)
#E8E4F5
(232,228,245)
#EDECF8
(237,236,248)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A4DD color. Also use rgb(192,164,221) instead hex code.

Text Font Color

.myTextColor { color: #C0A4DD; }

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

This text font color is #C0A4DD.


Background Color

.myBgColor { background-color: #C0A4DD; }

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

This div background color is #C0A4DD.


Border color

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

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

This div border color is #C0A4DD.


Opacity

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

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

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

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

This text has shadow with #C0A4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A4DD on black background.


Color preview on white background

This text has color #C0A4DD on white background.



Black color preview on #C0A4DD background

This text has black color on #C0A4DD background.


White color preview on #C0A4DD background

This text has white color on #C0A4DD background.