COLOR #C3C0DC

HEX: #C3C0DC
RGB: (195,192,220)

Color info

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

RGB color model

#C3C0DC color RGB value is (195,192,220).

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

RGB channels and saturation

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

195
192
220

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

Portions of RGB colors in percentages

R + G + B =
195 + 192 + 220 = 607 (100%)
R 195 of 607 ~ 32.13%
G 192 of 607 ~ 31.63%
B 220 of 607 ~ 36.24%

%32.13
%31.63
%36.24

CMYK color model

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

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

CMYK percentages

%11.36
%12.73
%0
%13.73

Codes

Color #C3C0DC in popluar color models

C3C0DC
RGB195192220
HSL246°28.57%80.78%
HSB/HSV246°12.73%86.27%
CMYK11.36%12.73%0.00%
13.73%

Color #C3C0DC in popluar number systems.

HEXC3C0DC
Decimal195192220
Binary110000111100000011011100
Octal303300334

Shades and tints

Shades of #C3C0DC

#C3C0DC
(195,192,220)
#B2AFC8
(178,175,200)
#A19EB4
(161,158,180)
#908DA0
(144,141,160)
#7F7C8C
(127,124,140)
#6E6B78
(110,107,120)
#5D5A64
(93,90,100)
#4C4950
(76,73,80)
#3B383C
(59,56,60)
#2A2728
(42,39,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3C0DC

#C3C0DC
(195,192,220)
#C8C5DF
(200,197,223)
#CDCAE2
(205,202,226)
#D2CFE5
(210,207,229)
#D7D4E8
(215,212,232)
#DCD9EB
(220,217,235)
#E1DEEE
(225,222,238)
#E6E3F1
(230,227,241)
#EBE8F4
(235,232,244)
#F0EDF7
(240,237,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C0DC; }

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

This text font color is #C3C0DC.


Background Color

.myBgColor { background-color: #C3C0DC; }

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

This div background color is #C3C0DC.


Border color

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

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

This div border color is #C3C0DC.


Opacity

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

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

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

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

This text has shadow with #C3C0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C0DC on black background.


Color preview on white background

This text has color #C3C0DC on white background.



Black color preview on #C3C0DC background

This text has black color on #C3C0DC background.


White color preview on #C3C0DC background

This text has white color on #C3C0DC background.