COLOR #C3C1D1

HEX: #C3C1D1
RGB: (195,193,209)

Color info

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

RGB color model

#C3C1D1 color RGB value is (195,193,209).

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

RGB channels and saturation

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

195
193
209

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

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 209 = 597 (100%)
R 195 of 597 ~ 32.66%
G 193 of 597 ~ 32.33%
B 209 of 597 ~ 35.01%

%32.66
%32.33
%35.01

CMYK color model

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

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

CMYK percentages

%6.7
%7.66
%0
%18.04

Codes

Color #C3C1D1 in popluar color models

C3C1D1
RGB195193209
HSL248°14.81%78.82%
HSB/HSV248°7.66%81.96%
CMYK6.70%7.66%0.00%
18.04%

Color #C3C1D1 in popluar number systems.

HEXC3C1D1
Decimal195193209
Binary110000111100000111010001
Octal303301321

Shades and tints

Shades of #C3C1D1

#C3C1D1
(195,193,209)
#B2B0BE
(178,176,190)
#A19FAB
(161,159,171)
#908E98
(144,142,152)
#7F7D85
(127,125,133)
#6E6C72
(110,108,114)
#5D5B5F
(93,91,95)
#4C4A4C
(76,74,76)
#3B3939
(59,57,57)
#2A2826
(42,40,38)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #C3C1D1

#C3C1D1
(195,193,209)
#C8C6D5
(200,198,213)
#CDCBD9
(205,203,217)
#D2D0DD
(210,208,221)
#D7D5E1
(215,213,225)
#DCDAE5
(220,218,229)
#E1DFE9
(225,223,233)
#E6E4ED
(230,228,237)
#EBE9F1
(235,233,241)
#F0EEF5
(240,238,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C1D1; }

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

This text font color is #C3C1D1.


Background Color

.myBgColor { background-color: #C3C1D1; }

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

This div background color is #C3C1D1.


Border color

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

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

This div border color is #C3C1D1.


Opacity

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

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

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

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

This text has shadow with #C3C1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C1D1 on black background.


Color preview on white background

This text has color #C3C1D1 on white background.



Black color preview on #C3C1D1 background

This text has black color on #C3C1D1 background.


White color preview on #C3C1D1 background

This text has white color on #C3C1D1 background.