COLOR #C3C0D5

HEX: #C3C0D5
RGB: (195,192,213)

Color info

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

RGB color model

#C3C0D5 color RGB value is (195,192,213).

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

RGB channels and saturation

R 195 of 255 = 76%
G 192 of 255 = 75%
B 213 of 255 = 84%

195
192
213

R + G + B ~ 78%. #C3C0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 192 + 213 = 600 (100%)
R 195 of 600 ~ 32.5%
G 192 of 600 ~ 32%
B 213 of 600 ~ 35.5%

%32.5
%32
%35.5

CMYK color model

#C3C0D5 color CMYK value is (8,10,0,16).

  • cyan value is 8.45%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,10,0,16)
C8M10Y0K16 
(8%,10%,0%,16%)
(0.08/0.10/0.00/0.16)	

CMYK percentages

%8.45
%9.86
%0
%16.47

Codes

Color #C3C0D5 in popluar color models

C3C0D5
RGB195192213
HSL249°20.00%79.41%
HSB/HSV249°9.86%83.53%
CMYK8.45%9.86%0.00%
16.47%

Color #C3C0D5 in popluar number systems.

HEXC3C0D5
Decimal195192213
Binary110000111100000011010101
Octal303300325

Shades and tints

Shades of #C3C0D5

#C3C0D5
(195,192,213)
#B2AFC2
(178,175,194)
#A19EAF
(161,158,175)
#908D9C
(144,141,156)
#7F7C89
(127,124,137)
#6E6B76
(110,107,118)
#5D5A63
(93,90,99)
#4C4950
(76,73,80)
#3B383D
(59,56,61)
#2A272A
(42,39,42)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #C3C0D5

#C3C0D5
(195,192,213)
#C8C5D8
(200,197,216)
#CDCADB
(205,202,219)
#D2CFDE
(210,207,222)
#D7D4E1
(215,212,225)
#DCD9E4
(220,217,228)
#E1DEE7
(225,222,231)
#E6E3EA
(230,227,234)
#EBE8ED
(235,232,237)
#F0EDF0
(240,237,240)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C0D5; }

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

This text font color is #C3C0D5.


Background Color

.myBgColor { background-color: #C3C0D5; }

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

This div background color is #C3C0D5.


Border color

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

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

This div border color is #C3C0D5.


Opacity

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

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

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

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

This text has shadow with #C3C0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C0D5 on black background.


Color preview on white background

This text has color #C3C0D5 on white background.



Black color preview on #C3C0D5 background

This text has black color on #C3C0D5 background.


White color preview on #C3C0D5 background

This text has white color on #C3C0D5 background.