COLOR #C8A8C6

HEX: #C8A8C6
RGB: (200,168,198)

Color info

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

RGB color model

#C8A8C6 color RGB value is (200,168,198).

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

RGB channels and saturation

R 200 of 255 = 78%
G 168 of 255 = 66%
B 198 of 255 = 78%

200
168
198

R + G + B ~ 74%. #C8A8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 168 + 198 = 566 (100%)
R 200 of 566 ~ 35.34%
G 168 of 566 ~ 29.68%
B 198 of 566 ~ 34.98%

%35.34
%29.68
%34.98

CMYK color model

#C8A8C6 color CMYK value is (0,16,1,22).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK:
(0,16,1,22)
C0M16Y1K22 
(0%,16%,1%,22%)
(0.00/0.16/0.01/0.22)	

CMYK percentages

%0
%16
%1
%21.57

Codes

Color #C8A8C6 in popluar color models

C8A8C6
RGB200168198
HSL304°22.54%72.16%
HSB/HSV304°16.00%78.43%
CMYK0.00%16.00%1.00%
21.57%

Color #C8A8C6 in popluar number systems.

HEXC8A8C6
Decimal200168198
Binary110010001010100011000110
Octal310250306

Shades and tints

Shades of #C8A8C6

#C8A8C6
(200,168,198)
#B699B4
(182,153,180)
#A48AA2
(164,138,162)
#927B90
(146,123,144)
#806C7E
(128,108,126)
#6E5D6C
(110,93,108)
#5C4E5A
(92,78,90)
#4A3F48
(74,63,72)
#383036
(56,48,54)
#262124
(38,33,36)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #C8A8C6

#C8A8C6
(200,168,198)
#CDAFCB
(205,175,203)
#D2B6D0
(210,182,208)
#D7BDD5
(215,189,213)
#DCC4DA
(220,196,218)
#E1CBDF
(225,203,223)
#E6D2E4
(230,210,228)
#EBD9E9
(235,217,233)
#F0E0EE
(240,224,238)
#F5E7F3
(245,231,243)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A8C6; }

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

This text font color is #C8A8C6.


Background Color

.myBgColor { background-color: #C8A8C6; }

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

This div background color is #C8A8C6.


Border color

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

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

This div border color is #C8A8C6.


Opacity

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

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

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

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

This text has shadow with #C8A8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A8C6 on black background.


Color preview on white background

This text has color #C8A8C6 on white background.



Black color preview on #C8A8C6 background

This text has black color on #C8A8C6 background.


White color preview on #C8A8C6 background

This text has white color on #C8A8C6 background.