COLOR #C3C9DF

HEX: #C3C9DF
RGB: (195,201,223)

Color info

#C3C9DF contains red, green and blue colors in about the same proportion. Web safe color of #C3C9DF is #CCCCCC (or #CCC).

RGB color model

#C3C9DF color RGB value is (195,201,223).

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

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 223 of 255 = 87%

195
201
223

R + G + B ~ 81%. #C3C9DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 201 + 223 = 619 (100%)
R 195 of 619 ~ 31.5%
G 201 of 619 ~ 32.47%
B 223 of 619 ~ 36.03%

%31.5
%32.47
%36.03

CMYK color model

#C3C9DF color CMYK value is (13,10,0,13).

  • cyan value is 12.56%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,10,0,13)
C13M10Y0K13 
(13%,10%,0%,13%)
(0.13/0.10/0.00/0.13)	

CMYK percentages

%12.56
%9.87
%0
%12.55

Codes

Color #C3C9DF in popluar color models

C3C9DF
RGB195201223
HSL227°30.43%81.96%
HSB/HSV227°12.56%87.45%
CMYK12.56%9.87%0.00%
12.55%

Color #C3C9DF in popluar number systems.

HEXC3C9DF
Decimal195201223
Binary110000111100100111011111
Octal303311337

Shades and tints

Shades of #C3C9DF

#C3C9DF
(195,201,223)
#B2B7CB
(178,183,203)
#A1A5B7
(161,165,183)
#9093A3
(144,147,163)
#7F818F
(127,129,143)
#6E6F7B
(110,111,123)
#5D5D67
(93,93,103)
#4C4B53
(76,75,83)
#3B393F
(59,57,63)
#2A272B
(42,39,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #C3C9DF

#C3C9DF
(195,201,223)
#C8CDE1
(200,205,225)
#CDD1E3
(205,209,227)
#D2D5E5
(210,213,229)
#D7D9E7
(215,217,231)
#DCDDE9
(220,221,233)
#E1E1EB
(225,225,235)
#E6E5ED
(230,229,237)
#EBE9EF
(235,233,239)
#F0EDF1
(240,237,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C9DF; }

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

This text font color is #C3C9DF.


Background Color

.myBgColor { background-color: #C3C9DF; }

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

This div background color is #C3C9DF.


Border color

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

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

This div border color is #C3C9DF.


Opacity

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

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

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

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

This text has shadow with #C3C9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C9DF on black background.


Color preview on white background

This text has color #C3C9DF on white background.



Black color preview on #C3C9DF background

This text has black color on #C3C9DF background.


White color preview on #C3C9DF background

This text has white color on #C3C9DF background.