COLOR #C3C3DC

HEX: #C3C3DC
RGB: (195,195,220)

Color info

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

RGB color model

#C3C3DC color RGB value is (195,195,220).

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

RGB channels and saturation

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

195
195
220

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

Portions of RGB colors in percentages

R + G + B =
195 + 195 + 220 = 610 (100%)
R 195 of 610 ~ 31.97%
G 195 of 610 ~ 31.97%
B 220 of 610 ~ 36.07%

%31.97
%31.97
%36.07

CMYK color model

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

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

CMYK percentages

%11.36
%11.36
%0
%13.73

Codes

Color #C3C3DC in popluar color models

C3C3DC
RGB195195220
HSL240°26.32%81.37%
HSB/HSV240°11.36%86.27%
CMYK11.36%11.36%0.00%
13.73%

Color #C3C3DC in popluar number systems.

HEXC3C3DC
Decimal195195220
Binary110000111100001111011100
Octal303303334

Shades and tints

Shades of #C3C3DC

#C3C3DC
(195,195,220)
#B2B2C8
(178,178,200)
#A1A1B4
(161,161,180)
#9090A0
(144,144,160)
#7F7F8C
(127,127,140)
#6E6E78
(110,110,120)
#5D5D64
(93,93,100)
#4C4C50
(76,76,80)
#3B3B3C
(59,59,60)
#2A2A28
(42,42,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #C3C3DC

#C3C3DC
(195,195,220)
#C8C8DF
(200,200,223)
#CDCDE2
(205,205,226)
#D2D2E5
(210,210,229)
#D7D7E8
(215,215,232)
#DCDCEB
(220,220,235)
#E1E1EE
(225,225,238)
#E6E6F1
(230,230,241)
#EBEBF4
(235,235,244)
#F0F0F7
(240,240,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C3DC; }

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

This text font color is #C3C3DC.


Background Color

.myBgColor { background-color: #C3C3DC; }

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

This div background color is #C3C3DC.


Border color

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

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

This div border color is #C3C3DC.


Opacity

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

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

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

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

This text has shadow with #C3C3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C3DC on black background.


Color preview on white background

This text has color #C3C3DC on white background.



Black color preview on #C3C3DC background

This text has black color on #C3C3DC background.


White color preview on #C3C3DC background

This text has white color on #C3C3DC background.