COLOR #C8A1D6

HEX: #C8A1D6
RGB: (200,161,214)

Color info

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

RGB color model

#C8A1D6 color RGB value is (200,161,214).

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

RGB channels and saturation

R 200 of 255 = 78%
G 161 of 255 = 63%
B 214 of 255 = 84%

200
161
214

R + G + B ~ 75%. #C8A1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 161 + 214 = 575 (100%)
R 200 of 575 ~ 34.78%
G 161 of 575 ~ 28%
B 214 of 575 ~ 37.22%

%34.78
%28
%37.22

CMYK color model

#C8A1D6 color CMYK value is (7,25,0,16).

  • cyan value is 6.54%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,25,0,16)
C7M25Y0K16 
(7%,25%,0%,16%)
(0.07/0.25/0.00/0.16)	

CMYK percentages

%6.54
%24.77
%0
%16.08

Codes

Color #C8A1D6 in popluar color models

C8A1D6
RGB200161214
HSL284°39.26%73.53%
HSB/HSV284°24.77%83.92%
CMYK6.54%24.77%0.00%
16.08%

Color #C8A1D6 in popluar number systems.

HEXC8A1D6
Decimal200161214
Binary110010001010000111010110
Octal310241326

Shades and tints

Shades of #C8A1D6

#C8A1D6
(200,161,214)
#B693C3
(182,147,195)
#A485B0
(164,133,176)
#92779D
(146,119,157)
#80698A
(128,105,138)
#6E5B77
(110,91,119)
#5C4D64
(92,77,100)
#4A3F51
(74,63,81)
#38313E
(56,49,62)
#26232B
(38,35,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8A1D6

#C8A1D6
(200,161,214)
#CDA9D9
(205,169,217)
#D2B1DC
(210,177,220)
#D7B9DF
(215,185,223)
#DCC1E2
(220,193,226)
#E1C9E5
(225,201,229)
#E6D1E8
(230,209,232)
#EBD9EB
(235,217,235)
#F0E1EE
(240,225,238)
#F5E9F1
(245,233,241)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A1D6; }

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

This text font color is #C8A1D6.


Background Color

.myBgColor { background-color: #C8A1D6; }

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

This div background color is #C8A1D6.


Border color

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

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

This div border color is #C8A1D6.


Opacity

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

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

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

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

This text has shadow with #C8A1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A1D6 on black background.


Color preview on white background

This text has color #C8A1D6 on white background.



Black color preview on #C8A1D6 background

This text has black color on #C8A1D6 background.


White color preview on #C8A1D6 background

This text has white color on #C8A1D6 background.