COLOR #C9C4FE

HEX: #C9C4FE
RGB: (201,196,254)

Color info

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

RGB color model

#C9C4FE color RGB value is (201,196,254).

  • red value is 201;
  • green value is 196;
  • blue value is 254.
RGB:
(201,196,254)
(79%,77%,100%)

RGB channels and saturation

R 201 of 255 = 79%
G 196 of 255 = 77%
B 254 of 255 = 100%

201
196
254

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

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 254 = 651 (100%)
R 201 of 651 ~ 30.88%
G 196 of 651 ~ 30.11%
B 254 of 651 ~ 39.02%

%30.88
%30.11
%39.02

CMYK color model

#C9C4FE color CMYK value is (21,23,0,0).

  • cyan value is 20.87%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,23,0,0)
C21M23Y0K0 
(21%,23%,0%,0%)
(0.21/0.23/0.00/0.00)	

CMYK percentages

%20.87
%22.83
%0
%0.39

Codes

Color #C9C4FE in popluar color models

C9C4FE
RGB201196254
HSL245°96.67%88.24%
HSB/HSV245°22.83%99.61%
CMYK20.87%22.83%0.00%
0.39%

Color #C9C4FE in popluar number systems.

HEXC9C4FE
Decimal201196254
Binary110010011100010011111110
Octal311304376

Shades and tints

Shades of #C9C4FE

#C9C4FE
(201,196,254)
#B7B3E7
(183,179,231)
#A5A2D0
(165,162,208)
#9391B9
(147,145,185)
#8180A2
(129,128,162)
#6F6F8B
(111,111,139)
#5D5E74
(93,94,116)
#4B4D5D
(75,77,93)
#393C46
(57,60,70)
#272B2F
(39,43,47)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #C9C4FE

#C9C4FE
(201,196,254)
#CDC9FE
(205,201,254)
#D1CEFE
(209,206,254)
#D5D3FE
(213,211,254)
#D9D8FE
(217,216,254)
#DDDDFE
(221,221,254)
#E1E2FE
(225,226,254)
#E5E7FE
(229,231,254)
#E9ECFE
(233,236,254)
#EDF1FE
(237,241,254)
#F1F6FE
(241,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C4FE color. Also use rgb(201,196,254) instead hex code.

Text Font Color

.myTextColor { color: #C9C4FE; }

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

This text font color is #C9C4FE.


Background Color

.myBgColor { background-color: #C9C4FE; }

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

This div background color is #C9C4FE.


Border color

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

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

This div border color is #C9C4FE.


Opacity

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

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

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

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

This text has shadow with #C9C4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4FE on black background.


Color preview on white background

This text has color #C9C4FE on white background.



Black color preview on #C9C4FE background

This text has black color on #C9C4FE background.


White color preview on #C9C4FE background

This text has white color on #C9C4FE background.