COLOR #C8ABC0

HEX: #C8ABC0 RGB: (200,171,192)

Color info

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

RGB color model

#C8ABC0 color RGB value is (200,171,192).

RGB: (200,171,192) (78%, 67%, 75%)

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 192 of 255 = 75%

200
171
192

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

Portions of RGB colors in percentages

R + G + B = 200 + 171 + 192 = 563 (100%)
R 200 of 563 ~ 35.52%
G 171 of 563 ~ 30.37%
B 192 of 563 ~ 34.1'%

%35.52
%30.37
%34.1

CMYK color model

#C8ABC0 color CMYK value is (0,15,4,22).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 4.00%
  • key color value is 21.57%
CMYK: (0,15,4,22) C0M15Y4K22 (0%,15%,4%,22%) (0.00/0.15/0.04/0.22) 

CMYK percentages

%0
%14.5
%4
%21.57

Codes

Color #C8ABC0 in popluar color models

C8 AB C0
RGB 200 171 192
HSL 317° 20.86% 72.75%
HSB/HSV 317° 14.50% 78.43%
CMYK 0.00% 14.50% 4.00%
21.57%

Color #C8ABC0 in popluar number systems.

HEX C8 AB C0
Decimal 200 171 192
Binary 11001000 10101011 11000000
Octal 310 253 300

Shades and tints

Shades of #C8ABC0

#C8ABC0
(200,171,192)
#B69CAF
(182,156,175)
#A48D9E
(164,141,158)
#927E8D
(146,126,141)
#806F7C
(128,111,124)
#6E606B
(110,96,107)
#5C515A
(92,81,90)
#4A4249
(74,66,73)
#383338
(56,51,56)
#262427
(38,36,39)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #C8ABC0

#C8ABC0
(200,171,192)
#CDB2C5
(205,178,197)
#D2B9CA
(210,185,202)
#D7C0CF
(215,192,207)
#DCC7D4
(220,199,212)
#E1CED9
(225,206,217)
#E6D5DE
(230,213,222)
#EBDCE3
(235,220,227)
#F0E3E8
(240,227,232)
#F5EAED
(245,234,237)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8ABC0 color. Also use rgb(200,171,192) instead hex code.

Text Font Color

.myTextColor { color: #C8ABC0; }

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

This text font color is #C8ABC0.

Background Color

.myBgColor { background-color: #C8ABC0; }

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

This div background color is #C8ABC0.

Border color

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

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

This div border color is #C8ABC0.

Opacity

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

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

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

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

This text has shadow with #C8ABC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ABC0.

Preview

Color preview on black background

This text has color #C8ABC0 on black background.


Color preview on white background

This text has color #C8ABC0 on white background.


Black color preview on #C8ABC0 background

This text has black color on #C8ABC0 background.


White color preview on #C8ABC0 background

This text has white color on #C8ABC0 background.


Related colors

Complementary color

Complementary color for #hex is #37543F.


I love getcolorcode.com

Triadic colors

1 #C0C8AB and #ABC0C8 with #C8ABC0 are triadic colors.

2 #C0ABC8 and #ABC8C0 with #C8ABC0 are triadic colors.