COLOR #C3C3D1

HEX: #C3C3D1
RGB: (195,195,209)

Color info

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

RGB color model

#C3C3D1 color RGB value is (195,195,209).

  • red value is 195;
  • green value is 195;
  • blue value is 209.
RGB:
(195,195,209)
(76%,76%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 195 of 255 = 76%
B 209 of 255 = 82%

195
195
209

R + G + B ~ 78%. #C3C3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 195 + 209 = 599 (100%)
R 195 of 599 ~ 32.55%
G 195 of 599 ~ 32.55%
B 209 of 599 ~ 34.89%

%32.55
%32.55
%34.89

CMYK color model

#C3C3D1 color CMYK value is (7,7,0,18).

  • cyan value is 6.70%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,7,0,18)
C7M7Y0K18 
(7%,7%,0%,18%)
(0.07/0.07/0.00/0.18)	

CMYK percentages

%6.7
%6.7
%0
%18.04

Codes

Color #C3C3D1 in popluar color models

C3C3D1
RGB195195209
HSL240°13.21%79.22%
HSB/HSV240°6.70%81.96%
CMYK6.70%6.70%0.00%
18.04%

Color #C3C3D1 in popluar number systems.

HEXC3C3D1
Decimal195195209
Binary110000111100001111010001
Octal303303321

Shades and tints

Shades of #C3C3D1

#C3C3D1
(195,195,209)
#B2B2BE
(178,178,190)
#A1A1AB
(161,161,171)
#909098
(144,144,152)
#7F7F85
(127,127,133)
#6E6E72
(110,110,114)
#5D5D5F
(93,93,95)
#4C4C4C
(76,76,76)
#3B3B39
(59,59,57)
#2A2A26
(42,42,38)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3C3D1

#C3C3D1
(195,195,209)
#C8C8D5
(200,200,213)
#CDCDD9
(205,205,217)
#D2D2DD
(210,210,221)
#D7D7E1
(215,215,225)
#DCDCE5
(220,220,229)
#E1E1E9
(225,225,233)
#E6E6ED
(230,230,237)
#EBEBF1
(235,235,241)
#F0F0F5
(240,240,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C3D1; }

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

This text font color is #C3C3D1.


Background Color

.myBgColor { background-color: #C3C3D1; }

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

This div background color is #C3C3D1.


Border color

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

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

This div border color is #C3C3D1.


Opacity

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

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

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

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

This text has shadow with #C3C3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C3D1 on black background.


Color preview on white background

This text has color #C3C3D1 on white background.



Black color preview on #C3C3D1 background

This text has black color on #C3C3D1 background.


White color preview on #C3C3D1 background

This text has white color on #C3C3D1 background.