COLOR #C8A7EE

HEX: #C8A7EE
RGB: (200,167,238)

Color info

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

RGB color model

#C8A7EE color RGB value is (200,167,238).

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

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 238 of 255 = 93%

200
167
238

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

Portions of RGB colors in percentages

R + G + B =
200 + 167 + 238 = 605 (100%)
R 200 of 605 ~ 33.06%
G 167 of 605 ~ 27.6%
B 238 of 605 ~ 39.34%

%33.06
%27.6
%39.34

CMYK color model

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

  • cyan value is 15.97%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,30,0,7)
C16M30Y0K7 
(16%,30%,0%,7%)
(0.16/0.30/0.00/0.07)	

CMYK percentages

%15.97
%29.83
%0
%6.67

Codes

Color #C8A7EE in popluar color models

C8A7EE
RGB200167238
HSL268°67.62%79.41%
HSB/HSV268°29.83%93.33%
CMYK15.97%29.83%0.00%
6.67%

Color #C8A7EE in popluar number systems.

HEXC8A7EE
Decimal200167238
Binary110010001010011111101110
Octal310247356

Shades and tints

Shades of #C8A7EE

#C8A7EE
(200,167,238)
#B698D9
(182,152,217)
#A489C4
(164,137,196)
#927AAF
(146,122,175)
#806B9A
(128,107,154)
#6E5C85
(110,92,133)
#5C4D70
(92,77,112)
#4A3E5B
(74,62,91)
#382F46
(56,47,70)
#262031
(38,32,49)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #C8A7EE

#C8A7EE
(200,167,238)
#CDAFEF
(205,175,239)
#D2B7F0
(210,183,240)
#D7BFF1
(215,191,241)
#DCC7F2
(220,199,242)
#E1CFF3
(225,207,243)
#E6D7F4
(230,215,244)
#EBDFF5
(235,223,245)
#F0E7F6
(240,231,246)
#F5EFF7
(245,239,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A7EE; }

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

This text font color is #C8A7EE.


Background Color

.myBgColor { background-color: #C8A7EE; }

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

This div background color is #C8A7EE.


Border color

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

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

This div border color is #C8A7EE.


Opacity

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

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

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

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

This text has shadow with #C8A7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A7EE on black background.


Color preview on white background

This text has color #C8A7EE on white background.



Black color preview on #C8A7EE background

This text has black color on #C8A7EE background.


White color preview on #C8A7EE background

This text has white color on #C8A7EE background.