COLOR #C7A5CD

HEX: #C7A5CD
RGB: (199,165,205)

Color info

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

RGB color model

#C7A5CD color RGB value is (199,165,205).

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

RGB channels and saturation

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

199
165
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 165 + 205 = 569 (100%)
R 199 of 569 ~ 34.97%
G 165 of 569 ~ 29%
B 205 of 569 ~ 36.03%

%34.97
%29
%36.03

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,20,0,20)
C3M20Y0K20 
(3%,20%,0%,20%)
(0.03/0.20/0.00/0.20)	

CMYK percentages

%2.93
%19.51
%0
%19.61

Codes

Color #C7A5CD in popluar color models

C7A5CD
RGB199165205
HSL291°28.57%72.55%
HSB/HSV291°19.51%80.39%
CMYK2.93%19.51%0.00%
19.61%

Color #C7A5CD in popluar number systems.

HEXC7A5CD
Decimal199165205
Binary110001111010010111001101
Octal307245315

Shades and tints

Shades of #C7A5CD

#C7A5CD
(199,165,205)
#B596BB
(181,150,187)
#A387A9
(163,135,169)
#917897
(145,120,151)
#7F6985
(127,105,133)
#6D5A73
(109,90,115)
#5B4B61
(91,75,97)
#493C4F
(73,60,79)
#372D3D
(55,45,61)
#251E2B
(37,30,43)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #C7A5CD

#C7A5CD
(199,165,205)
#CCADD1
(204,173,209)
#D1B5D5
(209,181,213)
#D6BDD9
(214,189,217)
#DBC5DD
(219,197,221)
#E0CDE1
(224,205,225)
#E5D5E5
(229,213,229)
#EADDE9
(234,221,233)
#EFE5ED
(239,229,237)
#F4EDF1
(244,237,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A5CD; }

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

This text font color is #C7A5CD.


Background Color

.myBgColor { background-color: #C7A5CD; }

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

This div background color is #C7A5CD.


Border color

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

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

This div border color is #C7A5CD.


Opacity

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

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

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

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

This text has shadow with #C7A5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A5CD on black background.


Color preview on white background

This text has color #C7A5CD on white background.



Black color preview on #C7A5CD background

This text has black color on #C7A5CD background.


White color preview on #C7A5CD background

This text has white color on #C7A5CD background.