COLOR #C8A6BC

HEX: #C8A6BC RGB: (200,166,188)

Color info

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

RGB color model

#C8A6BC color RGB value is (200,166,188).

RGB: (200,166,188) (78%, 65%, 74%)

RGB channels and saturation

R 200 of 255 = 78%
G 166 of 255 = 65%
B 188 of 255 = 74%

200
166
188

R + G + B ~ 72%. #C8A6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 166 + 188 = 554 (100%)
R 200 of 554 ~ 36.1%
G 166 of 554 ~ 29.96%
B 188 of 554 ~ 33.94'%

%36.1
%29.96
%33.94

CMYK color model

#C8A6BC color CMYK value is (0,17,6,22).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 6.00%
  • key color value is 21.57%
CMYK: (0,17,6,22) C0M17Y6K22 (0%,17%,6%,22%) (0.00/0.17/0.06/0.22) 

CMYK percentages

%0
%17
%6
%21.57

Codes

Color #C8A6BC in popluar color models

C8 A6 BC
RGB 200 166 188
HSL 321° 23.61% 71.76%
HSB/HSV 321° 17.00% 78.43%
CMYK 0.00% 17.00% 6.00%
21.57%

Color #C8A6BC in popluar number systems.

HEX C8 A6 BC
Decimal 200 166 188
Binary 11001000 10100110 10111100
Octal 310 246 274

Shades and tints

Shades of #C8A6BC

#C8A6BC
(200,166,188)
#B697AB
(182,151,171)
#A4889A
(164,136,154)
#927989
(146,121,137)
#806A78
(128,106,120)
#6E5B67
(110,91,103)
#5C4C56
(92,76,86)
#4A3D45
(74,61,69)
#382E34
(56,46,52)
#261F23
(38,31,35)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #C8A6BC

#C8A6BC
(200,166,188)
#CDAEC2
(205,174,194)
#D2B6C8
(210,182,200)
#D7BECE
(215,190,206)
#DCC6D4
(220,198,212)
#E1CEDA
(225,206,218)
#E6D6E0
(230,214,224)
#EBDEE6
(235,222,230)
#F0E6EC
(240,230,236)
#F5EEF2
(245,238,242)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A6BC; }

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

This text font color is #C8A6BC.

Background Color

.myBgColor { background-color: #C8A6BC; }

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

This div background color is #C8A6BC.

Border color

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

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

This div border color is #C8A6BC.

Opacity

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

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

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

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

This text has shadow with #C8A6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A6BC.

Preview

Color preview on black background

This text has color #C8A6BC on black background.


Color preview on white background

This text has color #C8A6BC on white background.


Black color preview on #C8A6BC background

This text has black color on #C8A6BC background.


White color preview on #C8A6BC background

This text has white color on #C8A6BC background.


Related colors

Complementary color

Complementary color for #hex is #375943.


I love getcolorcode.com

Triadic colors

1 #BCC8A6 and #A6BCC8 with #C8A6BC are triadic colors.

2 #BCA6C8 and #A6C8BC with #C8A6BC are triadic colors.