COLOR #C8A6C3

HEX: #C8A6C3
RGB: (200,166,195)

Color info

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

RGB color model

#C8A6C3 color RGB value is (200,166,195).

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

RGB channels and saturation

R 200 of 255 = 78%
G 166 of 255 = 65%
B 195 of 255 = 76%

200
166
195

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

Portions of RGB colors in percentages

R + G + B =
200 + 166 + 195 = 561 (100%)
R 200 of 561 ~ 35.65%
G 166 of 561 ~ 29.59%
B 195 of 561 ~ 34.76%

%35.65
%29.59
%34.76

CMYK color model

#C8A6C3 color CMYK value is (0,17,3,22).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 2.50%
  • key color value is 21.57%
CMYK:
(0,17,3,22)
C0M17Y3K22 
(0%,17%,3%,22%)
(0.00/0.17/0.03/0.22)	

CMYK percentages

%0
%17
%2.5
%21.57

Codes

Color #C8A6C3 in popluar color models

C8A6C3
RGB200166195
HSL309°23.61%71.76%
HSB/HSV309°17.00%78.43%
CMYK0.00%17.00%2.50%
21.57%

Color #C8A6C3 in popluar number systems.

HEXC8A6C3
Decimal200166195
Binary110010001010011011000011
Octal310246303

Shades and tints

Shades of #C8A6C3

#C8A6C3
(200,166,195)
#B697B2
(182,151,178)
#A488A1
(164,136,161)
#927990
(146,121,144)
#806A7F
(128,106,127)
#6E5B6E
(110,91,110)
#5C4C5D
(92,76,93)
#4A3D4C
(74,61,76)
#382E3B
(56,46,59)
#261F2A
(38,31,42)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #C8A6C3

#C8A6C3
(200,166,195)
#CDAEC8
(205,174,200)
#D2B6CD
(210,182,205)
#D7BED2
(215,190,210)
#DCC6D7
(220,198,215)
#E1CEDC
(225,206,220)
#E6D6E1
(230,214,225)
#EBDEE6
(235,222,230)
#F0E6EB
(240,230,235)
#F5EEF0
(245,238,240)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A6C3; }

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

This text font color is #C8A6C3.


Background Color

.myBgColor { background-color: #C8A6C3; }

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

This div background color is #C8A6C3.


Border color

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

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

This div border color is #C8A6C3.


Opacity

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

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

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

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

This text has shadow with #C8A6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A6C3 on black background.


Color preview on white background

This text has color #C8A6C3 on white background.



Black color preview on #C8A6C3 background

This text has black color on #C8A6C3 background.


White color preview on #C8A6C3 background

This text has white color on #C8A6C3 background.