COLOR #C8A8EF

HEX: #C8A8EF
RGB: (200,168,239)

Color info

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

RGB color model

#C8A8EF color RGB value is (200,168,239).

  • red value is 200;
  • green value is 168;
  • blue value is 239.
RGB:
(200,168,239)
(78%,66%,94%)

RGB channels and saturation

R 200 of 255 = 78%
G 168 of 255 = 66%
B 239 of 255 = 94%

200
168
239

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

Portions of RGB colors in percentages

R + G + B =
200 + 168 + 239 = 607 (100%)
R 200 of 607 ~ 32.95%
G 168 of 607 ~ 27.68%
B 239 of 607 ~ 39.37%

%32.95
%27.68
%39.37

CMYK color model

#C8A8EF color CMYK value is (16,30,0,6).

  • cyan value is 16.32%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,30,0,6)
C16M30Y0K6 
(16%,30%,0%,6%)
(0.16/0.30/0.00/0.06)	

CMYK percentages

%16.32
%29.71
%0
%6.27

Codes

Color #C8A8EF in popluar color models

C8A8EF
RGB200168239
HSL267°68.93%79.80%
HSB/HSV267°29.71%93.73%
CMYK16.32%29.71%0.00%
6.27%

Color #C8A8EF in popluar number systems.

HEXC8A8EF
Decimal200168239
Binary110010001010100011101111
Octal310250357

Shades and tints

Shades of #C8A8EF

#C8A8EF
(200,168,239)
#B699DA
(182,153,218)
#A48AC5
(164,138,197)
#927BB0
(146,123,176)
#806C9B
(128,108,155)
#6E5D86
(110,93,134)
#5C4E71
(92,78,113)
#4A3F5C
(74,63,92)
#383047
(56,48,71)
#262132
(38,33,50)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #C8A8EF

#C8A8EF
(200,168,239)
#CDAFF0
(205,175,240)
#D2B6F1
(210,182,241)
#D7BDF2
(215,189,242)
#DCC4F3
(220,196,243)
#E1CBF4
(225,203,244)
#E6D2F5
(230,210,245)
#EBD9F6
(235,217,246)
#F0E0F7
(240,224,247)
#F5E7F8
(245,231,248)
#FAEEF9
(250,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A8EF color. Also use rgb(200,168,239) instead hex code.

Text Font Color

.myTextColor { color: #C8A8EF; }

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

This text font color is #C8A8EF.


Background Color

.myBgColor { background-color: #C8A8EF; }

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

This div background color is #C8A8EF.


Border color

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

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

This div border color is #C8A8EF.


Opacity

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

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

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

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

This text has shadow with #C8A8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A8EF on black background.


Color preview on white background

This text has color #C8A8EF on white background.



Black color preview on #C8A8EF background

This text has black color on #C8A8EF background.


White color preview on #C8A8EF background

This text has white color on #C8A8EF background.