COLOR #C7A5D1

HEX: #C7A5D1
RGB: (199,165,209)

Color info

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

RGB color model

#C7A5D1 color RGB value is (199,165,209).

  • red value is 199;
  • green value is 165;
  • blue value is 209.
RGB:
(199,165,209)
(78%,65%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 209 of 255 = 82%

199
165
209

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

Portions of RGB colors in percentages

R + G + B =
199 + 165 + 209 = 573 (100%)
R 199 of 573 ~ 34.73%
G 165 of 573 ~ 28.8%
B 209 of 573 ~ 36.47%

%34.73
%28.8
%36.47

CMYK color model

#C7A5D1 color CMYK value is (5,21,0,18).

  • cyan value is 4.78%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,21,0,18)
C5M21Y0K18 
(5%,21%,0%,18%)
(0.05/0.21/0.00/0.18)	

CMYK percentages

%4.78
%21.05
%0
%18.04

Codes

Color #C7A5D1 in popluar color models

C7A5D1
RGB199165209
HSL286°32.35%73.33%
HSB/HSV286°21.05%81.96%
CMYK4.78%21.05%0.00%
18.04%

Color #C7A5D1 in popluar number systems.

HEXC7A5D1
Decimal199165209
Binary110001111010010111010001
Octal307245321

Shades and tints

Shades of #C7A5D1

#C7A5D1
(199,165,209)
#B596BE
(181,150,190)
#A387AB
(163,135,171)
#917898
(145,120,152)
#7F6985
(127,105,133)
#6D5A72
(109,90,114)
#5B4B5F
(91,75,95)
#493C4C
(73,60,76)
#372D39
(55,45,57)
#251E26
(37,30,38)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #C7A5D1

#C7A5D1
(199,165,209)
#CCADD5
(204,173,213)
#D1B5D9
(209,181,217)
#D6BDDD
(214,189,221)
#DBC5E1
(219,197,225)
#E0CDE5
(224,205,229)
#E5D5E9
(229,213,233)
#EADDED
(234,221,237)
#EFE5F1
(239,229,241)
#F4EDF5
(244,237,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A5D1 color. Also use rgb(199,165,209) instead hex code.

Text Font Color

.myTextColor { color: #C7A5D1; }

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

This text font color is #C7A5D1.


Background Color

.myBgColor { background-color: #C7A5D1; }

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

This div background color is #C7A5D1.


Border color

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

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

This div border color is #C7A5D1.


Opacity

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

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

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

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

This text has shadow with #C7A5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A5D1 on black background.


Color preview on white background

This text has color #C7A5D1 on white background.



Black color preview on #C7A5D1 background

This text has black color on #C7A5D1 background.


White color preview on #C7A5D1 background

This text has white color on #C7A5D1 background.