COLOR #C7A0CF

HEX: #C7A0CF
RGB: (199,160,207)

Color info

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

RGB color model

#C7A0CF color RGB value is (199,160,207).

  • red value is 199;
  • green value is 160;
  • blue value is 207.
RGB:
(199,160,207)
(78%,63%,81%)

RGB channels and saturation

R 199 of 255 = 78%
G 160 of 255 = 63%
B 207 of 255 = 81%

199
160
207

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

Portions of RGB colors in percentages

R + G + B =
199 + 160 + 207 = 566 (100%)
R 199 of 566 ~ 35.16%
G 160 of 566 ~ 28.27%
B 207 of 566 ~ 36.57%

%35.16
%28.27
%36.57

CMYK color model

#C7A0CF color CMYK value is (4,23,0,19).

  • cyan value is 3.86%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,23,0,19)
C4M23Y0K19 
(4%,23%,0%,19%)
(0.04/0.23/0.00/0.19)	

CMYK percentages

%3.86
%22.71
%0
%18.82

Codes

Color #C7A0CF in popluar color models

C7A0CF
RGB199160207
HSL290°32.87%71.96%
HSB/HSV290°22.71%81.18%
CMYK3.86%22.71%0.00%
18.82%

Color #C7A0CF in popluar number systems.

HEXC7A0CF
Decimal199160207
Binary110001111010000011001111
Octal307240317

Shades and tints

Shades of #C7A0CF

#C7A0CF
(199,160,207)
#B592BD
(181,146,189)
#A384AB
(163,132,171)
#917699
(145,118,153)
#7F6887
(127,104,135)
#6D5A75
(109,90,117)
#5B4C63
(91,76,99)
#493E51
(73,62,81)
#37303F
(55,48,63)
#25222D
(37,34,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #C7A0CF

#C7A0CF
(199,160,207)
#CCA8D3
(204,168,211)
#D1B0D7
(209,176,215)
#D6B8DB
(214,184,219)
#DBC0DF
(219,192,223)
#E0C8E3
(224,200,227)
#E5D0E7
(229,208,231)
#EAD8EB
(234,216,235)
#EFE0EF
(239,224,239)
#F4E8F3
(244,232,243)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A0CF color. Also use rgb(199,160,207) instead hex code.

Text Font Color

.myTextColor { color: #C7A0CF; }

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

This text font color is #C7A0CF.


Background Color

.myBgColor { background-color: #C7A0CF; }

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

This div background color is #C7A0CF.


Border color

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

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

This div border color is #C7A0CF.


Opacity

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

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

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

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

This text has shadow with #C7A0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A0CF on black background.


Color preview on white background

This text has color #C7A0CF on white background.



Black color preview on #C7A0CF background

This text has black color on #C7A0CF background.


White color preview on #C7A0CF background

This text has white color on #C7A0CF background.