COLOR #C7A7DA

HEX: #C7A7DA
RGB: (199,167,218)

Color info

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

RGB color model

#C7A7DA color RGB value is (199,167,218).

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

RGB channels and saturation

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

199
167
218

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

Portions of RGB colors in percentages

R + G + B =
199 + 167 + 218 = 584 (100%)
R 199 of 584 ~ 34.08%
G 167 of 584 ~ 28.6%
B 218 of 584 ~ 37.33%

%34.08
%28.6
%37.33

CMYK color model

#C7A7DA color CMYK value is (9,23,0,15).

  • cyan value is 8.72%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,23,0,15)
C9M23Y0K15 
(9%,23%,0%,15%)
(0.09/0.23/0.00/0.15)	

CMYK percentages

%8.72
%23.39
%0
%14.51

Codes

Color #C7A7DA in popluar color models

C7A7DA
RGB199167218
HSL278°40.80%75.49%
HSB/HSV278°23.39%85.49%
CMYK8.72%23.39%0.00%
14.51%

Color #C7A7DA in popluar number systems.

HEXC7A7DA
Decimal199167218
Binary110001111010011111011010
Octal307247332

Shades and tints

Shades of #C7A7DA

#C7A7DA
(199,167,218)
#B598C7
(181,152,199)
#A389B4
(163,137,180)
#917AA1
(145,122,161)
#7F6B8E
(127,107,142)
#6D5C7B
(109,92,123)
#5B4D68
(91,77,104)
#493E55
(73,62,85)
#372F42
(55,47,66)
#25202F
(37,32,47)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #C7A7DA

#C7A7DA
(199,167,218)
#CCAFDD
(204,175,221)
#D1B7E0
(209,183,224)
#D6BFE3
(214,191,227)
#DBC7E6
(219,199,230)
#E0CFE9
(224,207,233)
#E5D7EC
(229,215,236)
#EADFEF
(234,223,239)
#EFE7F2
(239,231,242)
#F4EFF5
(244,239,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A7DA; }

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

This text font color is #C7A7DA.


Background Color

.myBgColor { background-color: #C7A7DA; }

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

This div background color is #C7A7DA.


Border color

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

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

This div border color is #C7A7DA.


Opacity

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

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

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

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

This text has shadow with #C7A7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A7DA on black background.


Color preview on white background

This text has color #C7A7DA on white background.



Black color preview on #C7A7DA background

This text has black color on #C7A7DA background.


White color preview on #C7A7DA background

This text has white color on #C7A7DA background.