COLOR #C1C0D1

HEX: #C1C0D1
RGB: (193,192,209)

Color info

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

RGB color model

#C1C0D1 color RGB value is (193,192,209).

  • red value is 193;
  • green value is 192;
  • blue value is 209.
RGB:
(193,192,209)
(76%,75%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 192 of 255 = 75%
B 209 of 255 = 82%

193
192
209

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

Portions of RGB colors in percentages

R + G + B =
193 + 192 + 209 = 594 (100%)
R 193 of 594 ~ 32.49%
G 192 of 594 ~ 32.32%
B 209 of 594 ~ 35.19%

%32.49
%32.32
%35.19

CMYK color model

#C1C0D1 color CMYK value is (8,8,0,18).

  • cyan value is 7.66%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(8,8,0,18)
C8M8Y0K18 
(8%,8%,0%,18%)
(0.08/0.08/0.00/0.18)	

CMYK percentages

%7.66
%8.13
%0
%18.04

Codes

Color #C1C0D1 in popluar color models

C1C0D1
RGB193192209
HSL244°15.60%78.63%
HSB/HSV244°8.13%81.96%
CMYK7.66%8.13%0.00%
18.04%

Color #C1C0D1 in popluar number systems.

HEXC1C0D1
Decimal193192209
Binary110000011100000011010001
Octal301300321

Shades and tints

Shades of #C1C0D1

#C1C0D1
(193,192,209)
#B0AFBE
(176,175,190)
#9F9EAB
(159,158,171)
#8E8D98
(142,141,152)
#7D7C85
(125,124,133)
#6C6B72
(108,107,114)
#5B5A5F
(91,90,95)
#4A494C
(74,73,76)
#393839
(57,56,57)
#282726
(40,39,38)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #C1C0D1

#C1C0D1
(193,192,209)
#C6C5D5
(198,197,213)
#CBCAD9
(203,202,217)
#D0CFDD
(208,207,221)
#D5D4E1
(213,212,225)
#DAD9E5
(218,217,229)
#DFDEE9
(223,222,233)
#E4E3ED
(228,227,237)
#E9E8F1
(233,232,241)
#EEEDF5
(238,237,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C0D1 color. Also use rgb(193,192,209) instead hex code.

Text Font Color

.myTextColor { color: #C1C0D1; }

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

This text font color is #C1C0D1.


Background Color

.myBgColor { background-color: #C1C0D1; }

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

This div background color is #C1C0D1.


Border color

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

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

This div border color is #C1C0D1.


Opacity

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

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

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

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

This text has shadow with #C1C0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C0D1 on black background.


Color preview on white background

This text has color #C1C0D1 on white background.



Black color preview on #C1C0D1 background

This text has black color on #C1C0D1 background.


White color preview on #C1C0D1 background

This text has white color on #C1C0D1 background.