COLOR #C3C1DD

HEX: #C3C1DD
RGB: (195,193,221)

Color info

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

RGB color model

#C3C1DD color RGB value is (195,193,221).

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

RGB channels and saturation

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

195
193
221

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

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 221 = 609 (100%)
R 195 of 609 ~ 32.02%
G 193 of 609 ~ 31.69%
B 221 of 609 ~ 36.29%

%32.02
%31.69
%36.29

CMYK color model

#C3C1DD color CMYK value is (12,13,0,13).

  • cyan value is 11.76%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(12,13,0,13)
C12M13Y0K13 
(12%,13%,0%,13%)
(0.12/0.13/0.00/0.13)	

CMYK percentages

%11.76
%12.67
%0
%13.33

Codes

Color #C3C1DD in popluar color models

C3C1DD
RGB195193221
HSL244°29.17%81.18%
HSB/HSV244°12.67%86.67%
CMYK11.76%12.67%0.00%
13.33%

Color #C3C1DD in popluar number systems.

HEXC3C1DD
Decimal195193221
Binary110000111100000111011101
Octal303301335

Shades and tints

Shades of #C3C1DD

#C3C1DD
(195,193,221)
#B2B0C9
(178,176,201)
#A19FB5
(161,159,181)
#908EA1
(144,142,161)
#7F7D8D
(127,125,141)
#6E6C79
(110,108,121)
#5D5B65
(93,91,101)
#4C4A51
(76,74,81)
#3B393D
(59,57,61)
#2A2829
(42,40,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3C1DD

#C3C1DD
(195,193,221)
#C8C6E0
(200,198,224)
#CDCBE3
(205,203,227)
#D2D0E6
(210,208,230)
#D7D5E9
(215,213,233)
#DCDAEC
(220,218,236)
#E1DFEF
(225,223,239)
#E6E4F2
(230,228,242)
#EBE9F5
(235,233,245)
#F0EEF8
(240,238,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C1DD; }

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

This text font color is #C3C1DD.


Background Color

.myBgColor { background-color: #C3C1DD; }

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

This div background color is #C3C1DD.


Border color

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

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

This div border color is #C3C1DD.


Opacity

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

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

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

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

This text has shadow with #C3C1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C1DD on black background.


Color preview on white background

This text has color #C3C1DD on white background.



Black color preview on #C3C1DD background

This text has black color on #C3C1DD background.


White color preview on #C3C1DD background

This text has white color on #C3C1DD background.