COLOR #C1CCDF

HEX: #C1CCDF
RGB: (193,204,223)

Color info

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

RGB color model

#C1CCDF color RGB value is (193,204,223).

  • red value is 193;
  • green value is 204;
  • blue value is 223.
RGB:
(193,204,223)
(76%,80%,87%)

RGB channels and saturation

R 193 of 255 = 76%
G 204 of 255 = 80%
B 223 of 255 = 87%

193
204
223

R + G + B ~ 81%. #C1CCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 204 + 223 = 620 (100%)
R 193 of 620 ~ 31.13%
G 204 of 620 ~ 32.9%
B 223 of 620 ~ 35.97%

%31.13
%32.9
%35.97

CMYK color model

#C1CCDF color CMYK value is (13,9,0,13).

  • cyan value is 13.45%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,9,0,13)
C13M9Y0K13 
(13%,9%,0%,13%)
(0.13/0.09/0.00/0.13)	

CMYK percentages

%13.45
%8.52
%0
%12.55

Codes

Color #C1CCDF in popluar color models

C1CCDF
RGB193204223
HSL218°31.91%81.57%
HSB/HSV218°13.45%87.45%
CMYK13.45%8.52%0.00%
12.55%

Color #C1CCDF in popluar number systems.

HEXC1CCDF
Decimal193204223
Binary110000011100110011011111
Octal301314337

Shades and tints

Shades of #C1CCDF

#C1CCDF
(193,204,223)
#B0BACB
(176,186,203)
#9FA8B7
(159,168,183)
#8E96A3
(142,150,163)
#7D848F
(125,132,143)
#6C727B
(108,114,123)
#5B6067
(91,96,103)
#4A4E53
(74,78,83)
#393C3F
(57,60,63)
#282A2B
(40,42,43)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1CCDF

#C1CCDF
(193,204,223)
#C6D0E1
(198,208,225)
#CBD4E3
(203,212,227)
#D0D8E5
(208,216,229)
#D5DCE7
(213,220,231)
#DAE0E9
(218,224,233)
#DFE4EB
(223,228,235)
#E4E8ED
(228,232,237)
#E9ECEF
(233,236,239)
#EEF0F1
(238,240,241)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CCDF color. Also use rgb(193,204,223) instead hex code.

Text Font Color

.myTextColor { color: #C1CCDF; }

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

This text font color is #C1CCDF.


Background Color

.myBgColor { background-color: #C1CCDF; }

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

This div background color is #C1CCDF.


Border color

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

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

This div border color is #C1CCDF.


Opacity

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

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

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

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

This text has shadow with #C1CCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CCDF on black background.


Color preview on white background

This text has color #C1CCDF on white background.



Black color preview on #C1CCDF background

This text has black color on #C1CCDF background.


White color preview on #C1CCDF background

This text has white color on #C1CCDF background.