COLOR #C7A7CE

HEX: #C7A7CE
RGB: (199,167,206)

Color info

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

RGB color model

#C7A7CE color RGB value is (199,167,206).

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

RGB channels and saturation

R 199 of 255 = 78%
G 167 of 255 = 65%
B 206 of 255 = 81%

199
167
206

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

Portions of RGB colors in percentages

R + G + B =
199 + 167 + 206 = 572 (100%)
R 199 of 572 ~ 34.79%
G 167 of 572 ~ 29.2%
B 206 of 572 ~ 36.01%

%34.79
%29.2
%36.01

CMYK color model

#C7A7CE color CMYK value is (3,19,0,19).

  • cyan value is 3.40%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(3,19,0,19)
C3M19Y0K19 
(3%,19%,0%,19%)
(0.03/0.19/0.00/0.19)	

CMYK percentages

%3.4
%18.93
%0
%19.22

Codes

Color #C7A7CE in popluar color models

C7A7CE
RGB199167206
HSL289°28.47%73.14%
HSB/HSV289°18.93%80.78%
CMYK3.40%18.93%0.00%
19.22%

Color #C7A7CE in popluar number systems.

HEXC7A7CE
Decimal199167206
Binary110001111010011111001110
Octal307247316

Shades and tints

Shades of #C7A7CE

#C7A7CE
(199,167,206)
#B598BC
(181,152,188)
#A389AA
(163,137,170)
#917A98
(145,122,152)
#7F6B86
(127,107,134)
#6D5C74
(109,92,116)
#5B4D62
(91,77,98)
#493E50
(73,62,80)
#372F3E
(55,47,62)
#25202C
(37,32,44)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #C7A7CE

#C7A7CE
(199,167,206)
#CCAFD2
(204,175,210)
#D1B7D6
(209,183,214)
#D6BFDA
(214,191,218)
#DBC7DE
(219,199,222)
#E0CFE2
(224,207,226)
#E5D7E6
(229,215,230)
#EADFEA
(234,223,234)
#EFE7EE
(239,231,238)
#F4EFF2
(244,239,242)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A7CE; }

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

This text font color is #C7A7CE.


Background Color

.myBgColor { background-color: #C7A7CE; }

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

This div background color is #C7A7CE.


Border color

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

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

This div border color is #C7A7CE.


Opacity

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

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

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

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

This text has shadow with #C7A7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A7CE on black background.


Color preview on white background

This text has color #C7A7CE on white background.



Black color preview on #C7A7CE background

This text has black color on #C7A7CE background.


White color preview on #C7A7CE background

This text has white color on #C7A7CE background.