COLOR #C1C0DB

HEX: #C1C0DB
RGB: (193,192,219)

Color info

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

RGB color model

#C1C0DB color RGB value is (193,192,219).

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

RGB channels and saturation

R 193 of 255 = 76%
G 192 of 255 = 75%
B 219 of 255 = 86%

193
192
219

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

Portions of RGB colors in percentages

R + G + B =
193 + 192 + 219 = 604 (100%)
R 193 of 604 ~ 31.95%
G 192 of 604 ~ 31.79%
B 219 of 604 ~ 36.26%

%31.95
%31.79
%36.26

CMYK color model

#C1C0DB color CMYK value is (12,12,0,14).

  • cyan value is 11.87%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(12,12,0,14)
C12M12Y0K14 
(12%,12%,0%,14%)
(0.12/0.12/0.00/0.14)	

CMYK percentages

%11.87
%12.33
%0
%14.12

Codes

Color #C1C0DB in popluar color models

C1C0DB
RGB193192219
HSL242°27.27%80.59%
HSB/HSV242°12.33%85.88%
CMYK11.87%12.33%0.00%
14.12%

Color #C1C0DB in popluar number systems.

HEXC1C0DB
Decimal193192219
Binary110000011100000011011011
Octal301300333

Shades and tints

Shades of #C1C0DB

#C1C0DB
(193,192,219)
#B0AFC8
(176,175,200)
#9F9EB5
(159,158,181)
#8E8DA2
(142,141,162)
#7D7C8F
(125,124,143)
#6C6B7C
(108,107,124)
#5B5A69
(91,90,105)
#4A4956
(74,73,86)
#393843
(57,56,67)
#282730
(40,39,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #C1C0DB

#C1C0DB
(193,192,219)
#C6C5DE
(198,197,222)
#CBCAE1
(203,202,225)
#D0CFE4
(208,207,228)
#D5D4E7
(213,212,231)
#DAD9EA
(218,217,234)
#DFDEED
(223,222,237)
#E4E3F0
(228,227,240)
#E9E8F3
(233,232,243)
#EEEDF6
(238,237,246)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C0DB; }

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

This text font color is #C1C0DB.


Background Color

.myBgColor { background-color: #C1C0DB; }

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

This div background color is #C1C0DB.


Border color

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

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

This div border color is #C1C0DB.


Opacity

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

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

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

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

This text has shadow with #C1C0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C0DB on black background.


Color preview on white background

This text has color #C1C0DB on white background.



Black color preview on #C1C0DB background

This text has black color on #C1C0DB background.


White color preview on #C1C0DB background

This text has white color on #C1C0DB background.