COLOR #C8C1FA

HEX: #C8C1FA
RGB: (200,193,250)

Color info

#C8C1FA contains red, green and blue colors in about the same proportion. Web safe color of #C8C1FA is #CCCCFF (or #CCF).

RGB color model

#C8C1FA color RGB value is (200,193,250).

  • red value is 200;
  • green value is 193;
  • blue value is 250.
RGB:
(200,193,250)
(78%,76%,98%)

RGB channels and saturation

R 200 of 255 = 78%
G 193 of 255 = 76%
B 250 of 255 = 98%

200
193
250

R + G + B ~ 84%. #C8C1FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 193 + 250 = 643 (100%)
R 200 of 643 ~ 31.1%
G 193 of 643 ~ 30.02%
B 250 of 643 ~ 38.88%

%31.1
%30.02
%38.88

CMYK color model

#C8C1FA color CMYK value is (20,23,0,2).

  • cyan value is 20.00%
  • magenta value is 22.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,23,0,2)
C20M23Y0K2 
(20%,23%,0%,2%)
(0.20/0.23/0.00/0.02)	

CMYK percentages

%20
%22.8
%0
%1.96

Codes

Color #C8C1FA in popluar color models

C8C1FA
RGB200193250
HSL247°85.07%86.86%
HSB/HSV247°22.80%98.04%
CMYK20.00%22.80%0.00%
1.96%

Color #C8C1FA in popluar number systems.

HEXC8C1FA
Decimal200193250
Binary110010001100000111111010
Octal310301372

Shades and tints

Shades of #C8C1FA

#C8C1FA
(200,193,250)
#B6B0E4
(182,176,228)
#A49FCE
(164,159,206)
#928EB8
(146,142,184)
#807DA2
(128,125,162)
#6E6C8C
(110,108,140)
#5C5B76
(92,91,118)
#4A4A60
(74,74,96)
#38394A
(56,57,74)
#262834
(38,40,52)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #C8C1FA

#C8C1FA
(200,193,250)
#CDC6FA
(205,198,250)
#D2CBFA
(210,203,250)
#D7D0FA
(215,208,250)
#DCD5FA
(220,213,250)
#E1DAFA
(225,218,250)
#E6DFFA
(230,223,250)
#EBE4FA
(235,228,250)
#F0E9FA
(240,233,250)
#F5EEFA
(245,238,250)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C1FA color. Also use rgb(200,193,250) instead hex code.

Text Font Color

.myTextColor { color: #C8C1FA; }

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

This text font color is #C8C1FA.


Background Color

.myBgColor { background-color: #C8C1FA; }

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

This div background color is #C8C1FA.


Border color

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

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

This div border color is #C8C1FA.


Opacity

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

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

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

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

This text has shadow with #C8C1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C1FA on black background.


Color preview on white background

This text has color #C8C1FA on white background.



Black color preview on #C8C1FA background

This text has black color on #C8C1FA background.


White color preview on #C8C1FA background

This text has white color on #C8C1FA background.