COLOR #C1CADB

HEX: #C1CADB
RGB: (193,202,219)

Color info

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

RGB color model

#C1CADB color RGB value is (193,202,219).

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

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 219 of 255 = 86%

193
202
219

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

Portions of RGB colors in percentages

R + G + B =
193 + 202 + 219 = 614 (100%)
R 193 of 614 ~ 31.43%
G 202 of 614 ~ 32.9%
B 219 of 614 ~ 35.67%

%31.43
%32.9
%35.67

CMYK color model

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

  • cyan value is 11.87%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(12,8,0,14)
C12M8Y0K14 
(12%,8%,0%,14%)
(0.12/0.08/0.00/0.14)	

CMYK percentages

%11.87
%7.76
%0
%14.12

Codes

Color #C1CADB in popluar color models

C1CADB
RGB193202219
HSL219°26.53%80.78%
HSB/HSV219°11.87%85.88%
CMYK11.87%7.76%0.00%
14.12%

Color #C1CADB in popluar number systems.

HEXC1CADB
Decimal193202219
Binary110000011100101011011011
Octal301312333

Shades and tints

Shades of #C1CADB

#C1CADB
(193,202,219)
#B0B8C8
(176,184,200)
#9FA6B5
(159,166,181)
#8E94A2
(142,148,162)
#7D828F
(125,130,143)
#6C707C
(108,112,124)
#5B5E69
(91,94,105)
#4A4C56
(74,76,86)
#393A43
(57,58,67)
#282830
(40,40,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #C1CADB

#C1CADB
(193,202,219)
#C6CEDE
(198,206,222)
#CBD2E1
(203,210,225)
#D0D6E4
(208,214,228)
#D5DAE7
(213,218,231)
#DADEEA
(218,222,234)
#DFE2ED
(223,226,237)
#E4E6F0
(228,230,240)
#E9EAF3
(233,234,243)
#EEEEF6
(238,238,246)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CADB; }

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

This text font color is #C1CADB.


Background Color

.myBgColor { background-color: #C1CADB; }

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

This div background color is #C1CADB.


Border color

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

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

This div border color is #C1CADB.


Opacity

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

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

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

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

This text has shadow with #C1CADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CADB on black background.


Color preview on white background

This text has color #C1CADB on white background.



Black color preview on #C1CADB background

This text has black color on #C1CADB background.


White color preview on #C1CADB background

This text has white color on #C1CADB background.