COLOR #C8A7E7

HEX: #C8A7E7 RGB: (200,167,231)

Color info

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

RGB color model

#C8A7E7 color RGB value is (200,167,231).

RGB: (200,167,231) (78%, 65%, 91%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 231 of 255 = 91%

200
167
231

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

Portions of RGB colors in percentages

R + G + B = 200 + 167 + 231 = 598 (100%)
R 200 of 598 ~ 33.44%
G 167 of 598 ~ 27.93%
B 231 of 598 ~ 38.63'%

%33.44
%27.93
%38.63

CMYK color model

#C8A7E7 color CMYK value is (13,28,0,9).

  • cyan value is 13.42%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (13,28,0,9)
C13M28Y0K9 (13%, 28%, 0%, 9%)
(0.13 / 0.28 / 0.00 / 0.09)

CMYK percentages

%13.42
%27.71
%0
%9.41

Codes

Color #C8A7E7 in popluar color models

C8 A7 E7
RGB 200 167 231
HSL 271° 57.14% 78.04%
HSB/HSV 271° 27.71% 90.59%
CMYK 13.42% 27.71% 0.00%
9.41%

Color #C8A7E7 in popluar number systems.

HEX C8 A7 E7
Decimal 200 167 231
Binary 11001000 10100111 11100111
Octal 310 247 347

Shades and tints

Shades of #C8A7E7

#C8A7E7
(200,167,231)
#B698D2
(182,152,210)
#A489BD
(164,137,189)
#927AA8
(146,122,168)
#806B93
(128,107,147)
#6E5C7E
(110,92,126)
#5C4D69
(92,77,105)
#4A3E54
(74,62,84)
#382F3F
(56,47,63)
#26202A
(38,32,42)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C8A7E7

#C8A7E7
(200,167,231)
#CDAFE9
(205,175,233)
#D2B7EB
(210,183,235)
#D7BFED
(215,191,237)
#DCC7EF
(220,199,239)
#E1CFF1
(225,207,241)
#E6D7F3
(230,215,243)
#EBDFF5
(235,223,245)
#F0E7F7
(240,231,247)
#F5EFF9
(245,239,249)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A7E7; }

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

This text font color is #C8A7E7.

Background Color

.myBgColor { background-color: #C8A7E7; }

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

This div background color is #C8A7E7.

Border color

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

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

This div border color is #C8A7E7.

Opacity

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

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

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

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

This text has shadow with #C8A7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A7E7.

Preview

Color preview on black background

This text has color #C8A7E7 on black background.


Color preview on white background

This text has color #C8A7E7 on white background.


Black color preview on #C8A7E7 background

This text has black color on #C8A7E7 background.


White color preview on #C8A7E7 background

This text has white color on #C8A7E7 background.


Related colors

Complementary color

Complementary color for #hex is #375818.


I love getcolorcode.com

Triadic colors

1 #E7C8A7 and #A7E7C8 with #C8A7E7 are triadic colors.

2 #E7A7C8 and #A7C8E7 with #C8A7E7 are triadic colors.