COLOR #C8A7C5

HEX: #C8A7C5
RGB: (200,167,197)

Color info

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

RGB color model

#C8A7C5 color RGB value is (200,167,197).

  • red value is 200;
  • green value is 167;
  • blue value is 197.
RGB:
(200,167,197)
(78%,65%,77%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 197 of 255 = 77%

200
167
197

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

Portions of RGB colors in percentages

R + G + B =
200 + 167 + 197 = 564 (100%)
R 200 of 564 ~ 35.46%
G 167 of 564 ~ 29.61%
B 197 of 564 ~ 34.93%

%35.46
%29.61
%34.93

CMYK color model

#C8A7C5 color CMYK value is (0,17,1,22).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 1.50%
  • key color value is 21.57%
CMYK:
(0,17,1,22)
C0M17Y1K22 
(0%,17%,1%,22%)
(0.00/0.17/0.01/0.22)	

CMYK percentages

%0
%16.5
%1.5
%21.57

Codes

Color #C8A7C5 in popluar color models

C8A7C5
RGB200167197
HSL305°23.08%71.96%
HSB/HSV305°16.50%78.43%
CMYK0.00%16.50%1.50%
21.57%

Color #C8A7C5 in popluar number systems.

HEXC8A7C5
Decimal200167197
Binary110010001010011111000101
Octal310247305

Shades and tints

Shades of #C8A7C5

#C8A7C5
(200,167,197)
#B698B4
(182,152,180)
#A489A3
(164,137,163)
#927A92
(146,122,146)
#806B81
(128,107,129)
#6E5C70
(110,92,112)
#5C4D5F
(92,77,95)
#4A3E4E
(74,62,78)
#382F3D
(56,47,61)
#26202C
(38,32,44)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #C8A7C5

#C8A7C5
(200,167,197)
#CDAFCA
(205,175,202)
#D2B7CF
(210,183,207)
#D7BFD4
(215,191,212)
#DCC7D9
(220,199,217)
#E1CFDE
(225,207,222)
#E6D7E3
(230,215,227)
#EBDFE8
(235,223,232)
#F0E7ED
(240,231,237)
#F5EFF2
(245,239,242)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A7C5 color. Also use rgb(200,167,197) instead hex code.

Text Font Color

.myTextColor { color: #C8A7C5; }

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

This text font color is #C8A7C5.


Background Color

.myBgColor { background-color: #C8A7C5; }

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

This div background color is #C8A7C5.


Border color

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

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

This div border color is #C8A7C5.


Opacity

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

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

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

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

This text has shadow with #C8A7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A7C5 on black background.


Color preview on white background

This text has color #C8A7C5 on white background.



Black color preview on #C8A7C5 background

This text has black color on #C8A7C5 background.


White color preview on #C8A7C5 background

This text has white color on #C8A7C5 background.