COLOR #C3C1DF

HEX: #C3C1DF RGB: (195,193,223)

Color info

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

RGB color model

#C3C1DF color RGB value is (195,193,223).

RGB: (195,193,223) (76%, 76%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 193 of 255 = 76%
B 223 of 255 = 87%

195
193
223

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

Portions of RGB colors in percentages

R + G + B = 195 + 193 + 223 = 611 (100%)
R 195 of 611 ~ 31.91%
G 193 of 611 ~ 31.59%
B 223 of 611 ~ 36.5'%

%31.91
%31.59
%36.5

CMYK color model

#C3C1DF color CMYK value is (13,13,0,13).

  • cyan value is 12.56%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (13,13,0,13)
C13M13Y0K13 (13%, 13%, 0%, 13%)
(0.13 / 0.13 / 0.00 / 0.13)

CMYK percentages

%12.56
%13.45
%0
%12.55

Codes

Color #C3C1DF in popluar color models

C3 C1 DF
RGB 195 193 223
HSL 244° 31.91% 81.57%
HSB/HSV 244° 13.45% 87.45%
CMYK 12.56% 13.45% 0.00%
12.55%

Color #C3C1DF in popluar number systems.

HEX C3 C1 DF
Decimal 195 193 223
Binary 11000011 11000001 11011111
Octal 303 301 337

Shades and tints

Shades of #C3C1DF

#C3C1DF
(195,193,223)
#B2B0CB
(178,176,203)
#A19FB7
(161,159,183)
#908EA3
(144,142,163)
#7F7D8F
(127,125,143)
#6E6C7B
(110,108,123)
#5D5B67
(93,91,103)
#4C4A53
(76,74,83)
#3B393F
(59,57,63)
#2A282B
(42,40,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3C1DF

#C3C1DF
(195,193,223)
#C8C6E1
(200,198,225)
#CDCBE3
(205,203,227)
#D2D0E5
(210,208,229)
#D7D5E7
(215,213,231)
#DCDAE9
(220,218,233)
#E1DFEB
(225,223,235)
#E6E4ED
(230,228,237)
#EBE9EF
(235,233,239)
#F0EEF1
(240,238,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C1DF; }

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

This text font color is #C3C1DF.

Background Color

.myBgColor { background-color: #C3C1DF; }

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

This div background color is #C3C1DF.

Border color

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

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

This div border color is #C3C1DF.

Opacity

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

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

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

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

This text has shadow with #C3C1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C1DF.

Preview

Color preview on black background

This text has color #C3C1DF on black background.


Color preview on white background

This text has color #C3C1DF on white background.


Black color preview on #C3C1DF background

This text has black color on #C3C1DF background.


White color preview on #C3C1DF background

This text has white color on #C3C1DF background.


Related colors

Complementary color

Complementary color for #hex is #3C3E20.


I love getcolorcode.com

Triadic colors

1 #DFC3C1 and #C1DFC3 with #C3C1DF are triadic colors.

2 #DFC1C3 and #C1C3DF with #C3C1DF are triadic colors.