COLOR #C0A7D6

HEX: #C0A7D6
RGB: (192,167,214)

Color info

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

RGB color model

#C0A7D6 color RGB value is (192,167,214).

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

RGB channels and saturation

R 192 of 255 = 75%
G 167 of 255 = 65%
B 214 of 255 = 84%

192
167
214

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

Portions of RGB colors in percentages

R + G + B =
192 + 167 + 214 = 573 (100%)
R 192 of 573 ~ 33.51%
G 167 of 573 ~ 29.14%
B 214 of 573 ~ 37.35%

%33.51
%29.14
%37.35

CMYK color model

#C0A7D6 color CMYK value is (10,22,0,16).

  • cyan value is 10.28%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,22,0,16)
C10M22Y0K16 
(10%,22%,0%,16%)
(0.10/0.22/0.00/0.16)	

CMYK percentages

%10.28
%21.96
%0
%16.08

Codes

Color #C0A7D6 in popluar color models

C0A7D6
RGB192167214
HSL272°36.43%74.71%
HSB/HSV272°21.96%83.92%
CMYK10.28%21.96%0.00%
16.08%

Color #C0A7D6 in popluar number systems.

HEXC0A7D6
Decimal192167214
Binary110000001010011111010110
Octal300247326

Shades and tints

Shades of #C0A7D6

#C0A7D6
(192,167,214)
#AF98C3
(175,152,195)
#9E89B0
(158,137,176)
#8D7A9D
(141,122,157)
#7C6B8A
(124,107,138)
#6B5C77
(107,92,119)
#5A4D64
(90,77,100)
#493E51
(73,62,81)
#382F3E
(56,47,62)
#27202B
(39,32,43)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #C0A7D6

#C0A7D6
(192,167,214)
#C5AFD9
(197,175,217)
#CAB7DC
(202,183,220)
#CFBFDF
(207,191,223)
#D4C7E2
(212,199,226)
#D9CFE5
(217,207,229)
#DED7E8
(222,215,232)
#E3DFEB
(227,223,235)
#E8E7EE
(232,231,238)
#EDEFF1
(237,239,241)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A7D6; }

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

This text font color is #C0A7D6.


Background Color

.myBgColor { background-color: #C0A7D6; }

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

This div background color is #C0A7D6.


Border color

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

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

This div border color is #C0A7D6.


Opacity

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

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

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

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

This text has shadow with #C0A7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A7D6 on black background.


Color preview on white background

This text has color #C0A7D6 on white background.



Black color preview on #C0A7D6 background

This text has black color on #C0A7D6 background.


White color preview on #C0A7D6 background

This text has white color on #C0A7D6 background.