COLOR #C8ABC2

HEX: #C8ABC2 RGB: (200,171,194)

Color info

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

RGB color model

#C8ABC2 color RGB value is (200,171,194).

RGB: (200,171,194) (78%, 67%, 76%)

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 194 of 255 = 76%

200
171
194

R + G + B ~ 74%. #C8ABC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 171 + 194 = 565 (100%)
R 200 of 565 ~ 35.4%
G 171 of 565 ~ 30.27%
B 194 of 565 ~ 34.34'%

%35.4
%30.27
%34.34

CMYK color model

#C8ABC2 color CMYK value is (0,15,3,22).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 3.00%
  • key color value is 21.57%

CMYK: (0,15,3,22)
C0M15Y3K22 (0%, 15%, 3%, 22%)
(0.00 / 0.15 / 0.03 / 0.22)

CMYK percentages

%0
%14.5
%3
%21.57

Codes

Color #C8ABC2 in popluar color models

C8 AB C2
RGB 200 171 194
HSL 312° 20.86% 72.75%
HSB/HSV 312° 14.50% 78.43%
CMYK 0.00% 14.50% 3.00%
21.57%

Color #C8ABC2 in popluar number systems.

HEX C8 AB C2
Decimal 200 171 194
Binary 11001000 10101011 11000010
Octal 310 253 302

Shades and tints

Shades of #C8ABC2

#C8ABC2
(200,171,194)
#B69CB1
(182,156,177)
#A48DA0
(164,141,160)
#927E8F
(146,126,143)
#806F7E
(128,111,126)
#6E606D
(110,96,109)
#5C515C
(92,81,92)
#4A424B
(74,66,75)
#38333A
(56,51,58)
#262429
(38,36,41)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8ABC2

#C8ABC2
(200,171,194)
#CDB2C7
(205,178,199)
#D2B9CC
(210,185,204)
#D7C0D1
(215,192,209)
#DCC7D6
(220,199,214)
#E1CEDB
(225,206,219)
#E6D5E0
(230,213,224)
#EBDCE5
(235,220,229)
#F0E3EA
(240,227,234)
#F5EAEF
(245,234,239)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ABC2; }

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

This text font color is #C8ABC2.

Background Color

.myBgColor { background-color: #C8ABC2; }

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

This div background color is #C8ABC2.

Border color

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

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

This div border color is #C8ABC2.

Opacity

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

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

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

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

This text has shadow with #C8ABC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ABC2.

Preview

Color preview on black background

This text has color #C8ABC2 on black background.


Color preview on white background

This text has color #C8ABC2 on white background.


Black color preview on #C8ABC2 background

This text has black color on #C8ABC2 background.


White color preview on #C8ABC2 background

This text has white color on #C8ABC2 background.


Related colors

Complementary color

Complementary color for #hex is #37543D.


I love getcolorcode.com

Triadic colors

1 #C2C8AB and #ABC2C8 with #C8ABC2 are triadic colors.

2 #C2ABC8 and #ABC8C2 with #C8ABC2 are triadic colors.