COLOR #C7A1DA

HEX: #C7A1DA
RGB: (199,161,218)

Color info

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

RGB color model

#C7A1DA color RGB value is (199,161,218).

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

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 218 of 255 = 85%

199
161
218

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

Portions of RGB colors in percentages

R + G + B =
199 + 161 + 218 = 578 (100%)
R 199 of 578 ~ 34.43%
G 161 of 578 ~ 27.85%
B 218 of 578 ~ 37.72%

%34.43
%27.85
%37.72

CMYK color model

#C7A1DA color CMYK value is (9,26,0,15).

  • cyan value is 8.72%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,26,0,15)
C9M26Y0K15 
(9%,26%,0%,15%)
(0.09/0.26/0.00/0.15)	

CMYK percentages

%8.72
%26.15
%0
%14.51

Codes

Color #C7A1DA in popluar color models

C7A1DA
RGB199161218
HSL280°43.51%74.31%
HSB/HSV280°26.15%85.49%
CMYK8.72%26.15%0.00%
14.51%

Color #C7A1DA in popluar number systems.

HEXC7A1DA
Decimal199161218
Binary110001111010000111011010
Octal307241332

Shades and tints

Shades of #C7A1DA

#C7A1DA
(199,161,218)
#B593C7
(181,147,199)
#A385B4
(163,133,180)
#9177A1
(145,119,161)
#7F698E
(127,105,142)
#6D5B7B
(109,91,123)
#5B4D68
(91,77,104)
#493F55
(73,63,85)
#373142
(55,49,66)
#25232F
(37,35,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #C7A1DA

#C7A1DA
(199,161,218)
#CCA9DD
(204,169,221)
#D1B1E0
(209,177,224)
#D6B9E3
(214,185,227)
#DBC1E6
(219,193,230)
#E0C9E9
(224,201,233)
#E5D1EC
(229,209,236)
#EAD9EF
(234,217,239)
#EFE1F2
(239,225,242)
#F4E9F5
(244,233,245)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A1DA; }

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

This text font color is #C7A1DA.


Background Color

.myBgColor { background-color: #C7A1DA; }

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

This div background color is #C7A1DA.


Border color

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

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

This div border color is #C7A1DA.


Opacity

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

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

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

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

This text has shadow with #C7A1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A1DA on black background.


Color preview on white background

This text has color #C7A1DA on white background.



Black color preview on #C7A1DA background

This text has black color on #C7A1DA background.


White color preview on #C7A1DA background

This text has white color on #C7A1DA background.