COLOR #C8A1EE

HEX: #C8A1EE
RGB: (200,161,238)

Color info

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

RGB color model

#C8A1EE color RGB value is (200,161,238).

  • red value is 200;
  • green value is 161;
  • blue value is 238.
RGB:
(200,161,238)
(78%,63%,93%)

RGB channels and saturation

R 200 of 255 = 78%
G 161 of 255 = 63%
B 238 of 255 = 93%

200
161
238

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

Portions of RGB colors in percentages

R + G + B =
200 + 161 + 238 = 599 (100%)
R 200 of 599 ~ 33.39%
G 161 of 599 ~ 26.88%
B 238 of 599 ~ 39.73%

%33.39
%26.88
%39.73

CMYK color model

#C8A1EE color CMYK value is (16,32,0,7).

  • cyan value is 15.97%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,32,0,7)
C16M32Y0K7 
(16%,32%,0%,7%)
(0.16/0.32/0.00/0.07)	

CMYK percentages

%15.97
%32.35
%0
%6.67

Codes

Color #C8A1EE in popluar color models

C8A1EE
RGB200161238
HSL270°69.37%78.24%
HSB/HSV270°32.35%93.33%
CMYK15.97%32.35%0.00%
6.67%

Color #C8A1EE in popluar number systems.

HEXC8A1EE
Decimal200161238
Binary110010001010000111101110
Octal310241356

Shades and tints

Shades of #C8A1EE

#C8A1EE
(200,161,238)
#B693D9
(182,147,217)
#A485C4
(164,133,196)
#9277AF
(146,119,175)
#80699A
(128,105,154)
#6E5B85
(110,91,133)
#5C4D70
(92,77,112)
#4A3F5B
(74,63,91)
#383146
(56,49,70)
#262331
(38,35,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #C8A1EE

#C8A1EE
(200,161,238)
#CDA9EF
(205,169,239)
#D2B1F0
(210,177,240)
#D7B9F1
(215,185,241)
#DCC1F2
(220,193,242)
#E1C9F3
(225,201,243)
#E6D1F4
(230,209,244)
#EBD9F5
(235,217,245)
#F0E1F6
(240,225,246)
#F5E9F7
(245,233,247)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A1EE color. Also use rgb(200,161,238) instead hex code.

Text Font Color

.myTextColor { color: #C8A1EE; }

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

This text font color is #C8A1EE.


Background Color

.myBgColor { background-color: #C8A1EE; }

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

This div background color is #C8A1EE.


Border color

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

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

This div border color is #C8A1EE.


Opacity

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

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

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

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

This text has shadow with #C8A1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A1EE on black background.


Color preview on white background

This text has color #C8A1EE on white background.



Black color preview on #C8A1EE background

This text has black color on #C8A1EE background.


White color preview on #C8A1EE background

This text has white color on #C8A1EE background.