COLOR #C8A4E1

HEX: #C8A4E1
RGB: (200,164,225)

Color info

#C8A4E1 contains mainly red and blue colors. Web safe color of #C8A4E1 is #CC99CC (or #C9C).

RGB color model

#C8A4E1 color RGB value is (200,164,225).

  • red value is 200;
  • green value is 164;
  • blue value is 225.
RGB:
(200,164,225)
(78%,64%,88%)

RGB channels and saturation

R 200 of 255 = 78%
G 164 of 255 = 64%
B 225 of 255 = 88%

200
164
225

R + G + B ~ 77%. #C8A4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 164 + 225 = 589 (100%)
R 200 of 589 ~ 33.96%
G 164 of 589 ~ 27.84%
B 225 of 589 ~ 38.2%

%33.96
%27.84
%38.2

CMYK color model

#C8A4E1 color CMYK value is (11,27,0,12).

  • cyan value is 11.11%
  • magenta value is 27.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(11,27,0,12)
C11M27Y0K12 
(11%,27%,0%,12%)
(0.11/0.27/0.00/0.12)	

CMYK percentages

%11.11
%27.11
%0
%11.76

Codes

Color #C8A4E1 in popluar color models

C8A4E1
RGB200164225
HSL275°50.41%76.27%
HSB/HSV275°27.11%88.24%
CMYK11.11%27.11%0.00%
11.76%

Color #C8A4E1 in popluar number systems.

HEXC8A4E1
Decimal200164225
Binary110010001010010011100001
Octal310244341

Shades and tints

Shades of #C8A4E1

#C8A4E1
(200,164,225)
#B696CD
(182,150,205)
#A488B9
(164,136,185)
#927AA5
(146,122,165)
#806C91
(128,108,145)
#6E5E7D
(110,94,125)
#5C5069
(92,80,105)
#4A4255
(74,66,85)
#383441
(56,52,65)
#26262D
(38,38,45)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #C8A4E1

#C8A4E1
(200,164,225)
#CDACE3
(205,172,227)
#D2B4E5
(210,180,229)
#D7BCE7
(215,188,231)
#DCC4E9
(220,196,233)
#E1CCEB
(225,204,235)
#E6D4ED
(230,212,237)
#EBDCEF
(235,220,239)
#F0E4F1
(240,228,241)
#F5ECF3
(245,236,243)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A4E1 color. Also use rgb(200,164,225) instead hex code.

Text Font Color

.myTextColor { color: #C8A4E1; }

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

This text font color is #C8A4E1.


Background Color

.myBgColor { background-color: #C8A4E1; }

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

This div background color is #C8A4E1.


Border color

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

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

This div border color is #C8A4E1.


Opacity

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

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

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

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

This text has shadow with #C8A4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A4E1 on black background.


Color preview on white background

This text has color #C8A4E1 on white background.



Black color preview on #C8A4E1 background

This text has black color on #C8A4E1 background.


White color preview on #C8A4E1 background

This text has white color on #C8A4E1 background.