COLOR #C8A8E1

HEX: #C8A8E1 RGB: (200,168,225)

Color info

#C8A8E1 contains red, green and blue colors in about the same proportion. Web safe color of #C8A8E1 is #CC99CC (or #C9C).

RGB color model

#C8A8E1 color RGB value is (200,168,225).

RGB: (200,168,225) (78%, 66%, 88%)

RGB channels and saturation

R 200 of 255 = 78%
G 168 of 255 = 66%
B 225 of 255 = 88%

200
168
225

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

Portions of RGB colors in percentages

R + G + B = 200 + 168 + 225 = 593 (100%)
R 200 of 593 ~ 33.73%
G 168 of 593 ~ 28.33%
B 225 of 593 ~ 37.94'%

%33.73
%28.33
%37.94

CMYK color model

#C8A8E1 color CMYK value is (11,25,0,12).

  • cyan value is 11.11%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (11,25,0,12) C11M25Y0K12 (11%,25%,0%,12%) (0.11/0.25/0.00/0.12) 

CMYK percentages

%11.11
%25.33
%0
%11.76

Codes

Color #C8A8E1 in popluar color models

C8 A8 E1
RGB 200 168 225
HSL 274° 48.72% 77.06%
HSB/HSV 274° 25.33% 88.24%
CMYK 11.11% 25.33% 0.00%
11.76%

Color #C8A8E1 in popluar number systems.

HEX C8 A8 E1
Decimal 200 168 225
Binary 11001000 10101000 11100001
Octal 310 250 341

Shades and tints

Shades of #C8A8E1

#C8A8E1
(200,168,225)
#B699CD
(182,153,205)
#A48AB9
(164,138,185)
#927BA5
(146,123,165)
#806C91
(128,108,145)
#6E5D7D
(110,93,125)
#5C4E69
(92,78,105)
#4A3F55
(74,63,85)
#383041
(56,48,65)
#26212D
(38,33,45)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #C8A8E1

#C8A8E1
(200,168,225)
#CDAFE3
(205,175,227)
#D2B6E5
(210,182,229)
#D7BDE7
(215,189,231)
#DCC4E9
(220,196,233)
#E1CBEB
(225,203,235)
#E6D2ED
(230,210,237)
#EBD9EF
(235,217,239)
#F0E0F1
(240,224,241)
#F5E7F3
(245,231,243)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A8E1; }

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

This text font color is #C8A8E1.

Background Color

.myBgColor { background-color: #C8A8E1; }

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

This div background color is #C8A8E1.

Border color

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

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

This div border color is #C8A8E1.

Opacity

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

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

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

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

This text has shadow with #C8A8E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A8E1.

Preview

Color preview on black background

This text has color #C8A8E1 on black background.


Color preview on white background

This text has color #C8A8E1 on white background.


Black color preview on #C8A8E1 background

This text has black color on #C8A8E1 background.


White color preview on #C8A8E1 background

This text has white color on #C8A8E1 background.


Related colors

Complementary color

Complementary color for #hex is #37571E.


I love getcolorcode.com

Triadic colors

1 #E1C8A8 and #A8E1C8 with #C8A8E1 are triadic colors.

2 #E1A8C8 and #A8C8E1 with #C8A8E1 are triadic colors.