COLOR #C1CBDA

HEX: #C1CBDA
RGB: (193,203,218)

Color info

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

RGB color model

#C1CBDA color RGB value is (193,203,218).

  • red value is 193;
  • green value is 203;
  • blue value is 218.
RGB:
(193,203,218)
(76%,80%,85%)

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 218 of 255 = 85%

193
203
218

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

Portions of RGB colors in percentages

R + G + B =
193 + 203 + 218 = 614 (100%)
R 193 of 614 ~ 31.43%
G 203 of 614 ~ 33.06%
B 218 of 614 ~ 35.5%

%31.43
%33.06
%35.5

CMYK color model

#C1CBDA color CMYK value is (11,7,0,15).

  • cyan value is 11.47%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,7,0,15)
C11M7Y0K15 
(11%,7%,0%,15%)
(0.11/0.07/0.00/0.15)	

CMYK percentages

%11.47
%6.88
%0
%14.51

Codes

Color #C1CBDA in popluar color models

C1CBDA
RGB193203218
HSL216°25.25%80.59%
HSB/HSV216°11.47%85.49%
CMYK11.47%6.88%0.00%
14.51%

Color #C1CBDA in popluar number systems.

HEXC1CBDA
Decimal193203218
Binary110000011100101111011010
Octal301313332

Shades and tints

Shades of #C1CBDA

#C1CBDA
(193,203,218)
#B0B9C7
(176,185,199)
#9FA7B4
(159,167,180)
#8E95A1
(142,149,161)
#7D838E
(125,131,142)
#6C717B
(108,113,123)
#5B5F68
(91,95,104)
#4A4D55
(74,77,85)
#393B42
(57,59,66)
#28292F
(40,41,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #C1CBDA

#C1CBDA
(193,203,218)
#C6CFDD
(198,207,221)
#CBD3E0
(203,211,224)
#D0D7E3
(208,215,227)
#D5DBE6
(213,219,230)
#DADFE9
(218,223,233)
#DFE3EC
(223,227,236)
#E4E7EF
(228,231,239)
#E9EBF2
(233,235,242)
#EEEFF5
(238,239,245)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CBDA color. Also use rgb(193,203,218) instead hex code.

Text Font Color

.myTextColor { color: #C1CBDA; }

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

This text font color is #C1CBDA.


Background Color

.myBgColor { background-color: #C1CBDA; }

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

This div background color is #C1CBDA.


Border color

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

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

This div border color is #C1CBDA.


Opacity

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

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

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

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

This text has shadow with #C1CBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CBDA on black background.


Color preview on white background

This text has color #C1CBDA on white background.



Black color preview on #C1CBDA background

This text has black color on #C1CBDA background.


White color preview on #C1CBDA background

This text has white color on #C1CBDA background.