COLOR #C3C9D6

HEX: #C3C9D6
RGB: (195,201,214)

Color info

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

RGB color model

#C3C9D6 color RGB value is (195,201,214).

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

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 214 of 255 = 84%

195
201
214

R + G + B ~ 80%. #C3C9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 201 + 214 = 610 (100%)
R 195 of 610 ~ 31.97%
G 201 of 610 ~ 32.95%
B 214 of 610 ~ 35.08%

%31.97
%32.95
%35.08

CMYK color model

#C3C9D6 color CMYK value is (9,6,0,16).

  • cyan value is 8.88%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (9,6,0,16) C9M6Y0K16 (9%,6%,0%,16%) (0.09/0.06/0.00/0.16)

CMYK percentages

%8.88
%6.07
%0
%16.08

Codes

Color #C3C9D6 in popluar color models

C3C9D6
RGB195201214
HSL221°18.81%80.20%
HSB/HSV221°8.88%83.92%
CMYK8.88%6.07%0.00%
16.08%

Color #C3C9D6 in popluar number systems.

HEXC3C9D6
Decimal195201214
Binary110000111100100111010110
Octal303311326

Shades and tints

Shades of #C3C9D6

#C3C9D6
(195,201,214)
#B2B7C3
(178,183,195)
#A1A5B0
(161,165,176)
#90939D
(144,147,157)
#7F818A
(127,129,138)
#6E6F77
(110,111,119)
#5D5D64
(93,93,100)
#4C4B51
(76,75,81)
#3B393E
(59,57,62)
#2A272B
(42,39,43)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #C3C9D6

#C3C9D6
(195,201,214)
#C8CDD9
(200,205,217)
#CDD1DC
(205,209,220)
#D2D5DF
(210,213,223)
#D7D9E2
(215,217,226)
#DCDDE5
(220,221,229)
#E1E1E8
(225,225,232)
#E6E5EB
(230,229,235)
#EBE9EE
(235,233,238)
#F0EDF1
(240,237,241)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C9D6; }

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

This text font color is #C3C9D6.


Background Color

.myBgColor { background-color: #C3C9D6; }

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

This div background color is #C3C9D6.


Border color

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

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

This div border color is #C3C9D6.


Opacity

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

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

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

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

This text has shadow with #C3C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C3C9D6 on black background.


Color preview on white background

This text has color #C3C9D6 on white background.



Black color preview on #C3C9D6 background

This text has black color on #C3C9D6 background.


White color preview on #C3C9D6 background

This text has white color on #C3C9D6 background.