COLOR #C8ABF1

HEX: #C8ABF1
RGB: (200,171,241)

Color info

#C8ABF1 contains mainly red and blue colors. Web safe color of #C8ABF1 is #CC99FF (or #C9F).

RGB color model

#C8ABF1 color RGB value is (200,171,241).

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

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 241 of 255 = 95%

200
171
241

R + G + B ~ 80%. #C8ABF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 171 + 241 = 612 (100%)
R 200 of 612 ~ 32.68%
G 171 of 612 ~ 27.94%
B 241 of 612 ~ 39.38%

%32.68
%27.94
%39.38

CMYK color model

#C8ABF1 color CMYK value is (17,29,0,5).

  • cyan value is 17.01%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(17,29,0,5)
C17M29Y0K5 
(17%,29%,0%,5%)
(0.17/0.29/0.00/0.05)	

CMYK percentages

%17.01
%29.05
%0
%5.49

Codes

Color #C8ABF1 in popluar color models

C8ABF1
RGB200171241
HSL265°71.43%80.78%
HSB/HSV265°29.05%94.51%
CMYK17.01%29.05%0.00%
5.49%

Color #C8ABF1 in popluar number systems.

HEXC8ABF1
Decimal200171241
Binary110010001010101111110001
Octal310253361

Shades and tints

Shades of #C8ABF1

#C8ABF1
(200,171,241)
#B69CDC
(182,156,220)
#A48DC7
(164,141,199)
#927EB2
(146,126,178)
#806F9D
(128,111,157)
#6E6088
(110,96,136)
#5C5173
(92,81,115)
#4A425E
(74,66,94)
#383349
(56,51,73)
#262434
(38,36,52)
#14151F
(20,21,31)
#000000
(0,0,0)

Tints of #C8ABF1

#C8ABF1
(200,171,241)
#CDB2F2
(205,178,242)
#D2B9F3
(210,185,243)
#D7C0F4
(215,192,244)
#DCC7F5
(220,199,245)
#E1CEF6
(225,206,246)
#E6D5F7
(230,213,247)
#EBDCF8
(235,220,248)
#F0E3F9
(240,227,249)
#F5EAFA
(245,234,250)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ABF1; }

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

This text font color is #C8ABF1.


Background Color

.myBgColor { background-color: #C8ABF1; }

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

This div background color is #C8ABF1.


Border color

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

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

This div border color is #C8ABF1.


Opacity

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

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

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

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

This text has shadow with #C8ABF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ABF1 on black background.


Color preview on white background

This text has color #C8ABF1 on white background.



Black color preview on #C8ABF1 background

This text has black color on #C8ABF1 background.


White color preview on #C8ABF1 background

This text has white color on #C8ABF1 background.