COLOR #C7A3CC

HEX: #C7A3CC
RGB: (199,163,204)

Color info

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

RGB color model

#C7A3CC color RGB value is (199,163,204).

  • red value is 199;
  • green value is 163;
  • blue value is 204.
RGB:
(199,163,204)
(78%,64%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 204 of 255 = 80%

199
163
204

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

Portions of RGB colors in percentages

R + G + B =
199 + 163 + 204 = 566 (100%)
R 199 of 566 ~ 35.16%
G 163 of 566 ~ 28.8%
B 204 of 566 ~ 36.04%

%35.16
%28.8
%36.04

CMYK color model

#C7A3CC color CMYK value is (2,20,0,20).

  • cyan value is 2.45%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(2,20,0,20)
C2M20Y0K20 
(2%,20%,0%,20%)
(0.02/0.20/0.00/0.20)	

CMYK percentages

%2.45
%20.1
%0
%20

Codes

Color #C7A3CC in popluar color models

C7A3CC
RGB199163204
HSL293°28.67%71.96%
HSB/HSV293°20.10%80.00%
CMYK2.45%20.10%0.00%
20.00%

Color #C7A3CC in popluar number systems.

HEXC7A3CC
Decimal199163204
Binary110001111010001111001100
Octal307243314

Shades and tints

Shades of #C7A3CC

#C7A3CC
(199,163,204)
#B595BA
(181,149,186)
#A387A8
(163,135,168)
#917996
(145,121,150)
#7F6B84
(127,107,132)
#6D5D72
(109,93,114)
#5B4F60
(91,79,96)
#49414E
(73,65,78)
#37333C
(55,51,60)
#25252A
(37,37,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7A3CC

#C7A3CC
(199,163,204)
#CCABD0
(204,171,208)
#D1B3D4
(209,179,212)
#D6BBD8
(214,187,216)
#DBC3DC
(219,195,220)
#E0CBE0
(224,203,224)
#E5D3E4
(229,211,228)
#EADBE8
(234,219,232)
#EFE3EC
(239,227,236)
#F4EBF0
(244,235,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A3CC color. Also use rgb(199,163,204) instead hex code.

Text Font Color

.myTextColor { color: #C7A3CC; }

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

This text font color is #C7A3CC.


Background Color

.myBgColor { background-color: #C7A3CC; }

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

This div background color is #C7A3CC.


Border color

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

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

This div border color is #C7A3CC.


Opacity

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

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

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

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

This text has shadow with #C7A3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A3CC on black background.


Color preview on white background

This text has color #C7A3CC on white background.



Black color preview on #C7A3CC background

This text has black color on #C7A3CC background.


White color preview on #C7A3CC background

This text has white color on #C7A3CC background.