COLOR #C8A7D6

HEX: #C8A7D6 RGB: (200,167,214)

Color info

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

RGB color model

#C8A7D6 color RGB value is (200,167,214).

RGB: (200,167,214) (78%, 65%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 214 of 255 = 84%

200
167
214

R + G + B ~ 76%. #C8A7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 167 + 214 = 581 (100%)
R 200 of 581 ~ 34.42%
G 167 of 581 ~ 28.74%
B 214 of 581 ~ 36.83'%

%34.42
%28.74
%36.83

CMYK color model

#C8A7D6 color CMYK value is (7,22,0,16).

  • cyan value is 6.54%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (7,22,0,16)
C7M22Y0K16 (7%, 22%, 0%, 16%)
(0.07 / 0.22 / 0.00 / 0.16)

CMYK percentages

%6.54
%21.96
%0
%16.08

Codes

Color #C8A7D6 in popluar color models

C8 A7 D6
RGB 200 167 214
HSL 282° 36.43% 74.71%
HSB/HSV 282° 21.96% 83.92%
CMYK 6.54% 21.96% 0.00%
16.08%

Color #C8A7D6 in popluar number systems.

HEX C8 A7 D6
Decimal 200 167 214
Binary 11001000 10100111 11010110
Octal 310 247 326

Shades and tints

Shades of #C8A7D6

#C8A7D6
(200,167,214)
#B698C3
(182,152,195)
#A489B0
(164,137,176)
#927A9D
(146,122,157)
#806B8A
(128,107,138)
#6E5C77
(110,92,119)
#5C4D64
(92,77,100)
#4A3E51
(74,62,81)
#382F3E
(56,47,62)
#26202B
(38,32,43)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #C8A7D6

#C8A7D6
(200,167,214)
#CDAFD9
(205,175,217)
#D2B7DC
(210,183,220)
#D7BFDF
(215,191,223)
#DCC7E2
(220,199,226)
#E1CFE5
(225,207,229)
#E6D7E8
(230,215,232)
#EBDFEB
(235,223,235)
#F0E7EE
(240,231,238)
#F5EFF1
(245,239,241)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A7D6; }

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

This text font color is #C8A7D6.

Background Color

.myBgColor { background-color: #C8A7D6; }

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

This div background color is #C8A7D6.

Border color

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

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

This div border color is #C8A7D6.

Opacity

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

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

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

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

This text has shadow with #C8A7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A7D6.

Preview

Color preview on black background

This text has color #C8A7D6 on black background.


Color preview on white background

This text has color #C8A7D6 on white background.


Black color preview on #C8A7D6 background

This text has black color on #C8A7D6 background.


White color preview on #C8A7D6 background

This text has white color on #C8A7D6 background.


Related colors

Complementary color

Complementary color for #hex is #375829.


I love getcolorcode.com

Triadic colors

1 #D6C8A7 and #A7D6C8 with #C8A7D6 are triadic colors.

2 #D6A7C8 and #A7C8D6 with #C8A7D6 are triadic colors.