COLOR #C8A3C6

HEX: #C8A3C6
RGB: (200,163,198)

Color info

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

RGB color model

#C8A3C6 color RGB value is (200,163,198).

  • red value is 200;
  • green value is 163;
  • blue value is 198.
RGB:
(200,163,198)
(78%,64%,78%)

RGB channels and saturation

R 200 of 255 = 78%
G 163 of 255 = 64%
B 198 of 255 = 78%

200
163
198

R + G + B ~ 73%. #C8A3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 163 + 198 = 561 (100%)
R 200 of 561 ~ 35.65%
G 163 of 561 ~ 29.06%
B 198 of 561 ~ 35.29%

%35.65
%29.06
%35.29

CMYK color model

#C8A3C6 color CMYK value is (0,19,1,22).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK:
(0,19,1,22)
C0M19Y1K22 
(0%,19%,1%,22%)
(0.00/0.19/0.01/0.22)	

CMYK percentages

%0
%18.5
%1
%21.57

Codes

Color #C8A3C6 in popluar color models

C8A3C6
RGB200163198
HSL303°25.17%71.18%
HSB/HSV303°18.50%78.43%
CMYK0.00%18.50%1.00%
21.57%

Color #C8A3C6 in popluar number systems.

HEXC8A3C6
Decimal200163198
Binary110010001010001111000110
Octal310243306

Shades and tints

Shades of #C8A3C6

#C8A3C6
(200,163,198)
#B695B4
(182,149,180)
#A487A2
(164,135,162)
#927990
(146,121,144)
#806B7E
(128,107,126)
#6E5D6C
(110,93,108)
#5C4F5A
(92,79,90)
#4A4148
(74,65,72)
#383336
(56,51,54)
#262524
(38,37,36)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #C8A3C6

#C8A3C6
(200,163,198)
#CDABCB
(205,171,203)
#D2B3D0
(210,179,208)
#D7BBD5
(215,187,213)
#DCC3DA
(220,195,218)
#E1CBDF
(225,203,223)
#E6D3E4
(230,211,228)
#EBDBE9
(235,219,233)
#F0E3EE
(240,227,238)
#F5EBF3
(245,235,243)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A3C6 color. Also use rgb(200,163,198) instead hex code.

Text Font Color

.myTextColor { color: #C8A3C6; }

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

This text font color is #C8A3C6.


Background Color

.myBgColor { background-color: #C8A3C6; }

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

This div background color is #C8A3C6.


Border color

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

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

This div border color is #C8A3C6.


Opacity

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

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

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

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

This text has shadow with #C8A3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A3C6 on black background.


Color preview on white background

This text has color #C8A3C6 on white background.



Black color preview on #C8A3C6 background

This text has black color on #C8A3C6 background.


White color preview on #C8A3C6 background

This text has white color on #C8A3C6 background.