COLOR #C3C9F8

HEX: #C3C9F8
RGB: (195,201,248)

Color info

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

RGB color model

#C3C9F8 color RGB value is (195,201,248).

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

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 248 of 255 = 97%

195
201
248

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

Portions of RGB colors in percentages

R + G + B =
195 + 201 + 248 = 644 (100%)
R 195 of 644 ~ 30.28%
G 201 of 644 ~ 31.21%
B 248 of 644 ~ 38.51%

%30.28
%31.21
%38.51

CMYK color model

#C3C9F8 color CMYK value is (21,19,0,3).

  • cyan value is 21.37%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(21,19,0,3)
C21M19Y0K3 
(21%,19%,0%,3%)
(0.21/0.19/0.00/0.03)	

CMYK percentages

%21.37
%18.95
%0
%2.75

Codes

Color #C3C9F8 in popluar color models

C3C9F8
RGB195201248
HSL233°79.10%86.86%
HSB/HSV233°21.37%97.25%
CMYK21.37%18.95%0.00%
2.75%

Color #C3C9F8 in popluar number systems.

HEXC3C9F8
Decimal195201248
Binary110000111100100111111000
Octal303311370

Shades and tints

Shades of #C3C9F8

#C3C9F8
(195,201,248)
#B2B7E2
(178,183,226)
#A1A5CC
(161,165,204)
#9093B6
(144,147,182)
#7F81A0
(127,129,160)
#6E6F8A
(110,111,138)
#5D5D74
(93,93,116)
#4C4B5E
(76,75,94)
#3B3948
(59,57,72)
#2A2732
(42,39,50)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #C3C9F8

#C3C9F8
(195,201,248)
#C8CDF8
(200,205,248)
#CDD1F8
(205,209,248)
#D2D5F8
(210,213,248)
#D7D9F8
(215,217,248)
#DCDDF8
(220,221,248)
#E1E1F8
(225,225,248)
#E6E5F8
(230,229,248)
#EBE9F8
(235,233,248)
#F0EDF8
(240,237,248)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C9F8; }

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

This text font color is #C3C9F8.


Background Color

.myBgColor { background-color: #C3C9F8; }

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

This div background color is #C3C9F8.


Border color

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

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

This div border color is #C3C9F8.


Opacity

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

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

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

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

This text has shadow with #C3C9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C9F8 on black background.


Color preview on white background

This text has color #C3C9F8 on white background.



Black color preview on #C3C9F8 background

This text has black color on #C3C9F8 background.


White color preview on #C3C9F8 background

This text has white color on #C3C9F8 background.