COLOR #C3C1DC

HEX: #C3C1DC
RGB: (195,193,220)

Color info

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

RGB color model

#C3C1DC color RGB value is (195,193,220).

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

RGB channels and saturation

R 195 of 255 = 76%
G 193 of 255 = 76%
B 220 of 255 = 86%

195
193
220

R + G + B ~ 79%. #C3C1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 220 = 608 (100%)
R 195 of 608 ~ 32.07%
G 193 of 608 ~ 31.74%
B 220 of 608 ~ 36.18%

%32.07
%31.74
%36.18

CMYK color model

#C3C1DC color CMYK value is (11,12,0,14).

  • cyan value is 11.36%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,12,0,14)
C11M12Y0K14 
(11%,12%,0%,14%)
(0.11/0.12/0.00/0.14)	

CMYK percentages

%11.36
%12.27
%0
%13.73

Codes

Color #C3C1DC in popluar color models

C3C1DC
RGB195193220
HSL244°27.84%80.98%
HSB/HSV244°12.27%86.27%
CMYK11.36%12.27%0.00%
13.73%

Color #C3C1DC in popluar number systems.

HEXC3C1DC
Decimal195193220
Binary110000111100000111011100
Octal303301334

Shades and tints

Shades of #C3C1DC

#C3C1DC
(195,193,220)
#B2B0C8
(178,176,200)
#A19FB4
(161,159,180)
#908EA0
(144,142,160)
#7F7D8C
(127,125,140)
#6E6C78
(110,108,120)
#5D5B64
(93,91,100)
#4C4A50
(76,74,80)
#3B393C
(59,57,60)
#2A2828
(42,40,40)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #C3C1DC

#C3C1DC
(195,193,220)
#C8C6DF
(200,198,223)
#CDCBE2
(205,203,226)
#D2D0E5
(210,208,229)
#D7D5E8
(215,213,232)
#DCDAEB
(220,218,235)
#E1DFEE
(225,223,238)
#E6E4F1
(230,228,241)
#EBE9F4
(235,233,244)
#F0EEF7
(240,238,247)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C1DC; }

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

This text font color is #C3C1DC.


Background Color

.myBgColor { background-color: #C3C1DC; }

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

This div background color is #C3C1DC.


Border color

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

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

This div border color is #C3C1DC.


Opacity

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

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

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

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

This text has shadow with #C3C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C1DC on black background.


Color preview on white background

This text has color #C3C1DC on white background.



Black color preview on #C3C1DC background

This text has black color on #C3C1DC background.


White color preview on #C3C1DC background

This text has white color on #C3C1DC background.