COLOR #C0A7DD

HEX: #C0A7DD
RGB: (192,167,221)

Color info

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

RGB color model

#C0A7DD color RGB value is (192,167,221).

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

RGB channels and saturation

R 192 of 255 = 75%
G 167 of 255 = 65%
B 221 of 255 = 87%

192
167
221

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

Portions of RGB colors in percentages

R + G + B =
192 + 167 + 221 = 580 (100%)
R 192 of 580 ~ 33.1%
G 167 of 580 ~ 28.79%
B 221 of 580 ~ 38.1%

%33.1
%28.79
%38.1

CMYK color model

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

  • cyan value is 13.12%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,24,0,13)
C13M24Y0K13 
(13%,24%,0%,13%)
(0.13/0.24/0.00/0.13)	

CMYK percentages

%13.12
%24.43
%0
%13.33

Codes

Color #C0A7DD in popluar color models

C0A7DD
RGB192167221
HSL268°44.26%76.08%
HSB/HSV268°24.43%86.67%
CMYK13.12%24.43%0.00%
13.33%

Color #C0A7DD in popluar number systems.

HEXC0A7DD
Decimal192167221
Binary110000001010011111011101
Octal300247335

Shades and tints

Shades of #C0A7DD

#C0A7DD
(192,167,221)
#AF98C9
(175,152,201)
#9E89B5
(158,137,181)
#8D7AA1
(141,122,161)
#7C6B8D
(124,107,141)
#6B5C79
(107,92,121)
#5A4D65
(90,77,101)
#493E51
(73,62,81)
#382F3D
(56,47,61)
#272029
(39,32,41)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #C0A7DD

#C0A7DD
(192,167,221)
#C5AFE0
(197,175,224)
#CAB7E3
(202,183,227)
#CFBFE6
(207,191,230)
#D4C7E9
(212,199,233)
#D9CFEC
(217,207,236)
#DED7EF
(222,215,239)
#E3DFF2
(227,223,242)
#E8E7F5
(232,231,245)
#EDEFF8
(237,239,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A7DD; }

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

This text font color is #C0A7DD.


Background Color

.myBgColor { background-color: #C0A7DD; }

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

This div background color is #C0A7DD.


Border color

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

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

This div border color is #C0A7DD.


Opacity

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

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

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

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

This text has shadow with #C0A7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A7DD on black background.


Color preview on white background

This text has color #C0A7DD on white background.



Black color preview on #C0A7DD background

This text has black color on #C0A7DD background.


White color preview on #C0A7DD background

This text has white color on #C0A7DD background.