COLOR #C1C6DB

HEX: #C1C6DB
RGB: (193,198,219)

Color info

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

RGB color model

#C1C6DB color RGB value is (193,198,219).

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

RGB channels and saturation

R 193 of 255 = 76%
G 198 of 255 = 78%
B 219 of 255 = 86%

193
198
219

R + G + B ~ 80%. #C1C6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 198 + 219 = 610 (100%)
R 193 of 610 ~ 31.64%
G 198 of 610 ~ 32.46%
B 219 of 610 ~ 35.9%

%31.64
%32.46
%35.9

CMYK color model

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

  • cyan value is 11.87%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(12,10,0,14)
C12M10Y0K14 
(12%,10%,0%,14%)
(0.12/0.10/0.00/0.14)	

CMYK percentages

%11.87
%9.59
%0
%14.12

Codes

Color #C1C6DB in popluar color models

C1C6DB
RGB193198219
HSL228°26.53%80.78%
HSB/HSV228°11.87%85.88%
CMYK11.87%9.59%0.00%
14.12%

Color #C1C6DB in popluar number systems.

HEXC1C6DB
Decimal193198219
Binary110000011100011011011011
Octal301306333

Shades and tints

Shades of #C1C6DB

#C1C6DB
(193,198,219)
#B0B4C8
(176,180,200)
#9FA2B5
(159,162,181)
#8E90A2
(142,144,162)
#7D7E8F
(125,126,143)
#6C6C7C
(108,108,124)
#5B5A69
(91,90,105)
#4A4856
(74,72,86)
#393643
(57,54,67)
#282430
(40,36,48)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #C1C6DB

#C1C6DB
(193,198,219)
#C6CBDE
(198,203,222)
#CBD0E1
(203,208,225)
#D0D5E4
(208,213,228)
#D5DAE7
(213,218,231)
#DADFEA
(218,223,234)
#DFE4ED
(223,228,237)
#E4E9F0
(228,233,240)
#E9EEF3
(233,238,243)
#EEF3F6
(238,243,246)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C6DB; }

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

This text font color is #C1C6DB.


Background Color

.myBgColor { background-color: #C1C6DB; }

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

This div background color is #C1C6DB.


Border color

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

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

This div border color is #C1C6DB.


Opacity

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

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

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

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

This text has shadow with #C1C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C6DB on black background.


Color preview on white background

This text has color #C1C6DB on white background.



Black color preview on #C1C6DB background

This text has black color on #C1C6DB background.


White color preview on #C1C6DB background

This text has white color on #C1C6DB background.