COLOR #C8ABD3

HEX: #C8ABD3
RGB: (200,171,211)

Color info

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

RGB color model

#C8ABD3 color RGB value is (200,171,211).

  • red value is 200;
  • green value is 171;
  • blue value is 211.
RGB:
(200,171,211)
(78%,67%,83%)

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 211 of 255 = 83%

200
171
211

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

Portions of RGB colors in percentages

R + G + B =
200 + 171 + 211 = 582 (100%)
R 200 of 582 ~ 34.36%
G 171 of 582 ~ 29.38%
B 211 of 582 ~ 36.25%

%34.36
%29.38
%36.25

CMYK color model

#C8ABD3 color CMYK value is (5,19,0,17).

  • cyan value is 5.21%
  • magenta value is 18.96%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(5,19,0,17)
C5M19Y0K17 
(5%,19%,0%,17%)
(0.05/0.19/0.00/0.17)	

CMYK percentages

%5.21
%18.96
%0
%17.25

Codes

Color #C8ABD3 in popluar color models

C8ABD3
RGB200171211
HSL284°31.25%74.90%
HSB/HSV284°18.96%82.75%
CMYK5.21%18.96%0.00%
17.25%

Color #C8ABD3 in popluar number systems.

HEXC8ABD3
Decimal200171211
Binary110010001010101111010011
Octal310253323

Shades and tints

Shades of #C8ABD3

#C8ABD3
(200,171,211)
#B69CC0
(182,156,192)
#A48DAD
(164,141,173)
#927E9A
(146,126,154)
#806F87
(128,111,135)
#6E6074
(110,96,116)
#5C5161
(92,81,97)
#4A424E
(74,66,78)
#38333B
(56,51,59)
#262428
(38,36,40)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #C8ABD3

#C8ABD3
(200,171,211)
#CDB2D7
(205,178,215)
#D2B9DB
(210,185,219)
#D7C0DF
(215,192,223)
#DCC7E3
(220,199,227)
#E1CEE7
(225,206,231)
#E6D5EB
(230,213,235)
#EBDCEF
(235,220,239)
#F0E3F3
(240,227,243)
#F5EAF7
(245,234,247)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ABD3; }

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

This text font color is #C8ABD3.


Background Color

.myBgColor { background-color: #C8ABD3; }

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

This div background color is #C8ABD3.


Border color

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

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

This div border color is #C8ABD3.


Opacity

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

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

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

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

This text has shadow with #C8ABD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ABD3 on black background.


Color preview on white background

This text has color #C8ABD3 on white background.



Black color preview on #C8ABD3 background

This text has black color on #C8ABD3 background.


White color preview on #C8ABD3 background

This text has white color on #C8ABD3 background.