COLOR #C3C9FC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
201
252

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

Portions of RGB colors in percentages

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

%30.09
%31.02
%38.89

CMYK color model

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

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

CMYK percentages

%22.62
%20.24
%0
%1.18

Codes

Color #C3C9FC in popluar color models

C3C9FC
RGB195201252
HSL234°90.48%87.65%
HSB/HSV234°22.62%98.82%
CMYK22.62%20.24%0.00%
1.18%

Color #C3C9FC in popluar number systems.

HEXC3C9FC
Decimal195201252
Binary110000111100100111111100
Octal303311374

Shades and tints

Shades of #C3C9FC

#C3C9FC
(195,201,252)
#B2B7E6
(178,183,230)
#A1A5D0
(161,165,208)
#9093BA
(144,147,186)
#7F81A4
(127,129,164)
#6E6F8E
(110,111,142)
#5D5D78
(93,93,120)
#4C4B62
(76,75,98)
#3B394C
(59,57,76)
#2A2736
(42,39,54)
#191520
(25,21,32)
#000000
(0,0,0)

Tints of #C3C9FC

#C3C9FC
(195,201,252)
#C8CDFC
(200,205,252)
#CDD1FC
(205,209,252)
#D2D5FC
(210,213,252)
#D7D9FC
(215,217,252)
#DCDDFC
(220,221,252)
#E1E1FC
(225,225,252)
#E6E5FC
(230,229,252)
#EBE9FC
(235,233,252)
#F0EDFC
(240,237,252)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C9FC; }

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

This text font color is #C3C9FC.


Background Color

.myBgColor { background-color: #C3C9FC; }

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

This div background color is #C3C9FC.


Border color

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

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

This div border color is #C3C9FC.


Opacity

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

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

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

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

This text has shadow with #C3C9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C9FC on black background.


Color preview on white background

This text has color #C3C9FC on white background.



Black color preview on #C3C9FC background

This text has black color on #C3C9FC background.


White color preview on #C3C9FC background

This text has white color on #C3C9FC background.