COLOR #C9C3FC

HEX: #C9C3FC
RGB: (201,195,252)

Color info

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

RGB color model

#C9C3FC color RGB value is (201,195,252).

  • red value is 201;
  • green value is 195;
  • blue value is 252.
RGB:
(201,195,252)
(79%,76%,99%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 252 of 255 = 99%

201
195
252

R + G + B ~ 85%. #C9C3FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 195 + 252 = 648 (100%)
R 201 of 648 ~ 31.02%
G 195 of 648 ~ 30.09%
B 252 of 648 ~ 38.89%

%31.02
%30.09
%38.89

CMYK color model

#C9C3FC color CMYK value is (20,23,0,1).

  • cyan value is 20.24%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(20,23,0,1)
C20M23Y0K1 
(20%,23%,0%,1%)
(0.20/0.23/0.00/0.01)	

CMYK percentages

%20.24
%22.62
%0
%1.18

Codes

Color #C9C3FC in popluar color models

C9C3FC
RGB201195252
HSL246°90.48%87.65%
HSB/HSV246°22.62%98.82%
CMYK20.24%22.62%0.00%
1.18%

Color #C9C3FC in popluar number systems.

HEXC9C3FC
Decimal201195252
Binary110010011100001111111100
Octal311303374

Shades and tints

Shades of #C9C3FC

#C9C3FC
(201,195,252)
#B7B2E6
(183,178,230)
#A5A1D0
(165,161,208)
#9390BA
(147,144,186)
#817FA4
(129,127,164)
#6F6E8E
(111,110,142)
#5D5D78
(93,93,120)
#4B4C62
(75,76,98)
#393B4C
(57,59,76)
#272A36
(39,42,54)
#151920
(21,25,32)
#000000
(0,0,0)

Tints of #C9C3FC

#C9C3FC
(201,195,252)
#CDC8FC
(205,200,252)
#D1CDFC
(209,205,252)
#D5D2FC
(213,210,252)
#D9D7FC
(217,215,252)
#DDDCFC
(221,220,252)
#E1E1FC
(225,225,252)
#E5E6FC
(229,230,252)
#E9EBFC
(233,235,252)
#EDF0FC
(237,240,252)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C3FC color. Also use rgb(201,195,252) instead hex code.

Text Font Color

.myTextColor { color: #C9C3FC; }

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

This text font color is #C9C3FC.


Background Color

.myBgColor { background-color: #C9C3FC; }

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

This div background color is #C9C3FC.


Border color

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

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

This div border color is #C9C3FC.


Opacity

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

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

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

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

This text has shadow with #C9C3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C3FC on black background.


Color preview on white background

This text has color #C9C3FC on white background.



Black color preview on #C9C3FC background

This text has black color on #C9C3FC background.


White color preview on #C9C3FC background

This text has white color on #C9C3FC background.