COLOR #C7A5EC

HEX: #C7A5EC RGB: (199,165,236)

Color info

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

RGB color model

#C7A5EC color RGB value is (199,165,236).

RGB: (199,165,236) (78%, 65%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 236 of 255 = 93%

199
165
236

R + G + B ~ 79%. #C7A5EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 165 + 236 = 600 (100%)
R 199 of 600 ~ 33.17%
G 165 of 600 ~ 27.5%
B 236 of 600 ~ 39.33'%

%33.17
%27.5
%39.33

CMYK color model

#C7A5EC color CMYK value is (16,30,0,7).

  • cyan value is 15.68%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (16,30,0,7)
C16M30Y0K7 (16%, 30%, 0%, 7%)
(0.16 / 0.30 / 0.00 / 0.07)

CMYK percentages

%15.68
%30.08
%0
%7.45

Codes

Color #C7A5EC in popluar color models

C7 A5 EC
RGB 199 165 236
HSL 269° 65.14% 78.63%
HSB/HSV 269° 30.08% 92.55%
CMYK 15.68% 30.08% 0.00%
7.45%

Color #C7A5EC in popluar number systems.

HEX C7 A5 EC
Decimal 199 165 236
Binary 11000111 10100101 11101100
Octal 307 245 354

Shades and tints

Shades of #C7A5EC

#C7A5EC
(199,165,236)
#B596D7
(181,150,215)
#A387C2
(163,135,194)
#9178AD
(145,120,173)
#7F6998
(127,105,152)
#6D5A83
(109,90,131)
#5B4B6E
(91,75,110)
#493C59
(73,60,89)
#372D44
(55,45,68)
#251E2F
(37,30,47)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #C7A5EC

#C7A5EC
(199,165,236)
#CCADED
(204,173,237)
#D1B5EE
(209,181,238)
#D6BDEF
(214,189,239)
#DBC5F0
(219,197,240)
#E0CDF1
(224,205,241)
#E5D5F2
(229,213,242)
#EADDF3
(234,221,243)
#EFE5F4
(239,229,244)
#F4EDF5
(244,237,245)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A5EC; }

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

This text font color is #C7A5EC.

Background Color

.myBgColor { background-color: #C7A5EC; }

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

This div background color is #C7A5EC.

Border color

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

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

This div border color is #C7A5EC.

Opacity

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

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

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

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

This text has shadow with #C7A5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A5EC.

Preview

Color preview on black background

This text has color #C7A5EC on black background.


Color preview on white background

This text has color #C7A5EC on white background.


Black color preview on #C7A5EC background

This text has black color on #C7A5EC background.


White color preview on #C7A5EC background

This text has white color on #C7A5EC background.


Related colors

Complementary color

Complementary color for #hex is #385A13.


I love getcolorcode.com

Triadic colors

1 #ECC7A5 and #A5ECC7 with #C7A5EC are triadic colors.

2 #ECA5C7 and #A5C7EC with #C7A5EC are triadic colors.