COLOR #C7A3EC

HEX: #C7A3EC
RGB: (199,163,236)

Color info

#C7A3EC contains mainly red and blue colors. Web safe color of #C7A3EC is #CC99FF (or #C9F).

RGB color model

#C7A3EC color RGB value is (199,163,236).

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

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 236 of 255 = 93%

199
163
236

R + G + B ~ 78%. #C7A3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 163 + 236 = 598 (100%)
R 199 of 598 ~ 33.28%
G 163 of 598 ~ 27.26%
B 236 of 598 ~ 39.46%

%33.28
%27.26
%39.46

CMYK color model

#C7A3EC color CMYK value is (16,31,0,7).

  • cyan value is 15.68%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(16,31,0,7)
C16M31Y0K7 
(16%,31%,0%,7%)
(0.16/0.31/0.00/0.07)	

CMYK percentages

%15.68
%30.93
%0
%7.45

Codes

Color #C7A3EC in popluar color models

C7A3EC
RGB199163236
HSL270°65.77%78.24%
HSB/HSV270°30.93%92.55%
CMYK15.68%30.93%0.00%
7.45%

Color #C7A3EC in popluar number systems.

HEXC7A3EC
Decimal199163236
Binary110001111010001111101100
Octal307243354

Shades and tints

Shades of #C7A3EC

#C7A3EC
(199,163,236)
#B595D7
(181,149,215)
#A387C2
(163,135,194)
#9179AD
(145,121,173)
#7F6B98
(127,107,152)
#6D5D83
(109,93,131)
#5B4F6E
(91,79,110)
#494159
(73,65,89)
#373344
(55,51,68)
#25252F
(37,37,47)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #C7A3EC

#C7A3EC
(199,163,236)
#CCABED
(204,171,237)
#D1B3EE
(209,179,238)
#D6BBEF
(214,187,239)
#DBC3F0
(219,195,240)
#E0CBF1
(224,203,241)
#E5D3F2
(229,211,242)
#EADBF3
(234,219,243)
#EFE3F4
(239,227,244)
#F4EBF5
(244,235,245)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A3EC; }

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

This text font color is #C7A3EC.


Background Color

.myBgColor { background-color: #C7A3EC; }

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

This div background color is #C7A3EC.


Border color

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

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

This div border color is #C7A3EC.


Opacity

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

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

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

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

This text has shadow with #C7A3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A3EC on black background.


Color preview on white background

This text has color #C7A3EC on white background.



Black color preview on #C7A3EC background

This text has black color on #C7A3EC background.


White color preview on #C7A3EC background

This text has white color on #C7A3EC background.