COLOR #C8A3C3

HEX: #C8A3C3
RGB: (200,163,195)

Color info

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

RGB color model

#C8A3C3 color RGB value is (200,163,195).

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

RGB channels and saturation

R 200 of 255 = 78%
G 163 of 255 = 64%
B 195 of 255 = 76%

200
163
195

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

Portions of RGB colors in percentages

R + G + B =
200 + 163 + 195 = 558 (100%)
R 200 of 558 ~ 35.84%
G 163 of 558 ~ 29.21%
B 195 of 558 ~ 34.95%

%35.84
%29.21
%34.95

CMYK color model

#C8A3C3 color CMYK value is (0,19,3,22).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 2.50%
  • key color value is 21.57%
CMYK:
(0,19,3,22)
C0M19Y3K22 
(0%,19%,3%,22%)
(0.00/0.19/0.03/0.22)	

CMYK percentages

%0
%18.5
%2.5
%21.57

Codes

Color #C8A3C3 in popluar color models

C8A3C3
RGB200163195
HSL308°25.17%71.18%
HSB/HSV308°18.50%78.43%
CMYK0.00%18.50%2.50%
21.57%

Color #C8A3C3 in popluar number systems.

HEXC8A3C3
Decimal200163195
Binary110010001010001111000011
Octal310243303

Shades and tints

Shades of #C8A3C3

#C8A3C3
(200,163,195)
#B695B2
(182,149,178)
#A487A1
(164,135,161)
#927990
(146,121,144)
#806B7F
(128,107,127)
#6E5D6E
(110,93,110)
#5C4F5D
(92,79,93)
#4A414C
(74,65,76)
#38333B
(56,51,59)
#26252A
(38,37,42)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #C8A3C3

#C8A3C3
(200,163,195)
#CDABC8
(205,171,200)
#D2B3CD
(210,179,205)
#D7BBD2
(215,187,210)
#DCC3D7
(220,195,215)
#E1CBDC
(225,203,220)
#E6D3E1
(230,211,225)
#EBDBE6
(235,219,230)
#F0E3EB
(240,227,235)
#F5EBF0
(245,235,240)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A3C3; }

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

This text font color is #C8A3C3.


Background Color

.myBgColor { background-color: #C8A3C3; }

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

This div background color is #C8A3C3.


Border color

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

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

This div border color is #C8A3C3.


Opacity

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

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

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

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

This text has shadow with #C8A3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A3C3 on black background.


Color preview on white background

This text has color #C8A3C3 on white background.



Black color preview on #C8A3C3 background

This text has black color on #C8A3C3 background.


White color preview on #C8A3C3 background

This text has white color on #C8A3C3 background.