COLOR #C7A6CD

HEX: #C7A6CD
RGB: (199,166,205)

Color info

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

RGB color model

#C7A6CD color RGB value is (199,166,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 205 of 255 = 80%

199
166
205

R + G + B ~ 74%. #C7A6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 166 + 205 = 570 (100%)
R 199 of 570 ~ 34.91%
G 166 of 570 ~ 29.12%
B 205 of 570 ~ 35.96%

%34.91
%29.12
%35.96

CMYK color model

#C7A6CD color CMYK value is (3,19,0,20).

  • cyan value is 2.93%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,19,0,20)
C3M19Y0K20 
(3%,19%,0%,20%)
(0.03/0.19/0.00/0.20)	

CMYK percentages

%2.93
%19.02
%0
%19.61

Codes

Color #C7A6CD in popluar color models

C7A6CD
RGB199166205
HSL291°28.06%72.75%
HSB/HSV291°19.02%80.39%
CMYK2.93%19.02%0.00%
19.61%

Color #C7A6CD in popluar number systems.

HEXC7A6CD
Decimal199166205
Binary110001111010011011001101
Octal307246315

Shades and tints

Shades of #C7A6CD

#C7A6CD
(199,166,205)
#B597BB
(181,151,187)
#A388A9
(163,136,169)
#917997
(145,121,151)
#7F6A85
(127,106,133)
#6D5B73
(109,91,115)
#5B4C61
(91,76,97)
#493D4F
(73,61,79)
#372E3D
(55,46,61)
#251F2B
(37,31,43)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #C7A6CD

#C7A6CD
(199,166,205)
#CCAED1
(204,174,209)
#D1B6D5
(209,182,213)
#D6BED9
(214,190,217)
#DBC6DD
(219,198,221)
#E0CEE1
(224,206,225)
#E5D6E5
(229,214,229)
#EADEE9
(234,222,233)
#EFE6ED
(239,230,237)
#F4EEF1
(244,238,241)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A6CD; }

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

This text font color is #C7A6CD.


Background Color

.myBgColor { background-color: #C7A6CD; }

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

This div background color is #C7A6CD.


Border color

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

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

This div border color is #C7A6CD.


Opacity

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

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

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

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

This text has shadow with #C7A6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A6CD on black background.


Color preview on white background

This text has color #C7A6CD on white background.



Black color preview on #C7A6CD background

This text has black color on #C7A6CD background.


White color preview on #C7A6CD background

This text has white color on #C7A6CD background.