COLOR #C7A6DA

HEX: #C7A6DA
RGB: (199,166,218)

Color info

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

RGB color model

#C7A6DA color RGB value is (199,166,218).

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

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 218 of 255 = 85%

199
166
218

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

Portions of RGB colors in percentages

R + G + B =
199 + 166 + 218 = 583 (100%)
R 199 of 583 ~ 34.13%
G 166 of 583 ~ 28.47%
B 218 of 583 ~ 37.39%

%34.13
%28.47
%37.39

CMYK color model

#C7A6DA color CMYK value is (9,24,0,15).

  • cyan value is 8.72%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,24,0,15)
C9M24Y0K15 
(9%,24%,0%,15%)
(0.09/0.24/0.00/0.15)	

CMYK percentages

%8.72
%23.85
%0
%14.51

Codes

Color #C7A6DA in popluar color models

C7A6DA
RGB199166218
HSL278°41.27%75.29%
HSB/HSV278°23.85%85.49%
CMYK8.72%23.85%0.00%
14.51%

Color #C7A6DA in popluar number systems.

HEXC7A6DA
Decimal199166218
Binary110001111010011011011010
Octal307246332

Shades and tints

Shades of #C7A6DA

#C7A6DA
(199,166,218)
#B597C7
(181,151,199)
#A388B4
(163,136,180)
#9179A1
(145,121,161)
#7F6A8E
(127,106,142)
#6D5B7B
(109,91,123)
#5B4C68
(91,76,104)
#493D55
(73,61,85)
#372E42
(55,46,66)
#251F2F
(37,31,47)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #C7A6DA

#C7A6DA
(199,166,218)
#CCAEDD
(204,174,221)
#D1B6E0
(209,182,224)
#D6BEE3
(214,190,227)
#DBC6E6
(219,198,230)
#E0CEE9
(224,206,233)
#E5D6EC
(229,214,236)
#EADEEF
(234,222,239)
#EFE6F2
(239,230,242)
#F4EEF5
(244,238,245)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A6DA; }

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

This text font color is #C7A6DA.


Background Color

.myBgColor { background-color: #C7A6DA; }

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

This div background color is #C7A6DA.


Border color

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

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

This div border color is #C7A6DA.


Opacity

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

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

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

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

This text has shadow with #C7A6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A6DA on black background.


Color preview on white background

This text has color #C7A6DA on white background.



Black color preview on #C7A6DA background

This text has black color on #C7A6DA background.


White color preview on #C7A6DA background

This text has white color on #C7A6DA background.