COLOR #C7A6CF

HEX: #C7A6CF
RGB: (199,166,207)

Color info

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

RGB color model

#C7A6CF color RGB value is (199,166,207).

  • red value is 199;
  • green value is 166;
  • blue value is 207.
RGB:
(199,166,207)
(78%,65%,81%)

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 207 of 255 = 81%

199
166
207

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

Portions of RGB colors in percentages

R + G + B =
199 + 166 + 207 = 572 (100%)
R 199 of 572 ~ 34.79%
G 166 of 572 ~ 29.02%
B 207 of 572 ~ 36.19%

%34.79
%29.02
%36.19

CMYK color model

#C7A6CF color CMYK value is (4,20,0,19).

  • cyan value is 3.86%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,20,0,19)
C4M20Y0K19 
(4%,20%,0%,19%)
(0.04/0.20/0.00/0.19)	

CMYK percentages

%3.86
%19.81
%0
%18.82

Codes

Color #C7A6CF in popluar color models

C7A6CF
RGB199166207
HSL288°29.93%73.14%
HSB/HSV288°19.81%81.18%
CMYK3.86%19.81%0.00%
18.82%

Color #C7A6CF in popluar number systems.

HEXC7A6CF
Decimal199166207
Binary110001111010011011001111
Octal307246317

Shades and tints

Shades of #C7A6CF

#C7A6CF
(199,166,207)
#B597BD
(181,151,189)
#A388AB
(163,136,171)
#917999
(145,121,153)
#7F6A87
(127,106,135)
#6D5B75
(109,91,117)
#5B4C63
(91,76,99)
#493D51
(73,61,81)
#372E3F
(55,46,63)
#251F2D
(37,31,45)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #C7A6CF

#C7A6CF
(199,166,207)
#CCAED3
(204,174,211)
#D1B6D7
(209,182,215)
#D6BEDB
(214,190,219)
#DBC6DF
(219,198,223)
#E0CEE3
(224,206,227)
#E5D6E7
(229,214,231)
#EADEEB
(234,222,235)
#EFE6EF
(239,230,239)
#F4EEF3
(244,238,243)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A6CF color. Also use rgb(199,166,207) instead hex code.

Text Font Color

.myTextColor { color: #C7A6CF; }

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

This text font color is #C7A6CF.


Background Color

.myBgColor { background-color: #C7A6CF; }

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

This div background color is #C7A6CF.


Border color

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

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

This div border color is #C7A6CF.


Opacity

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

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

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

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

This text has shadow with #C7A6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A6CF on black background.


Color preview on white background

This text has color #C7A6CF on white background.



Black color preview on #C7A6CF background

This text has black color on #C7A6CF background.


White color preview on #C7A6CF background

This text has white color on #C7A6CF background.