COLOR #C1DDEC

HEX: #C1DDEC
RGB: (193,221,236)

Color info

#C1DDEC contains red, green and blue colors in about the same proportion. Web safe color of #C1DDEC is #CCCCFF (or #CCF).

RGB color model

#C1DDEC color RGB value is (193,221,236).

  • red value is 193;
  • green value is 221;
  • blue value is 236.
RGB:
(193,221,236)
(76%,87%,93%)

RGB channels and saturation

R 193 of 255 = 76%
G 221 of 255 = 87%
B 236 of 255 = 93%

193
221
236

R + G + B ~ 85%. #C1DDEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 221 + 236 = 650 (100%)
R 193 of 650 ~ 29.69%
G 221 of 650 ~ 34%
B 236 of 650 ~ 36.31%

%29.69
%34
%36.31

CMYK color model

#C1DDEC color CMYK value is (18,6,0,7).

  • cyan value is 18.22%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(18,6,0,7)
C18M6Y0K7 
(18%,6%,0%,7%)
(0.18/0.06/0.00/0.07)	

CMYK percentages

%18.22
%6.36
%0
%7.45

Codes

Color #C1DDEC in popluar color models

C1DDEC
RGB193221236
HSL201°53.09%84.12%
HSB/HSV201°18.22%92.55%
CMYK18.22%6.36%0.00%
7.45%

Color #C1DDEC in popluar number systems.

HEXC1DDEC
Decimal193221236
Binary110000011101110111101100
Octal301335354

Shades and tints

Shades of #C1DDEC

#C1DDEC
(193,221,236)
#B0C9D7
(176,201,215)
#9FB5C2
(159,181,194)
#8EA1AD
(142,161,173)
#7D8D98
(125,141,152)
#6C7983
(108,121,131)
#5B656E
(91,101,110)
#4A5159
(74,81,89)
#393D44
(57,61,68)
#28292F
(40,41,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #C1DDEC

#C1DDEC
(193,221,236)
#C6E0ED
(198,224,237)
#CBE3EE
(203,227,238)
#D0E6EF
(208,230,239)
#D5E9F0
(213,233,240)
#DAECF1
(218,236,241)
#DFEFF2
(223,239,242)
#E4F2F3
(228,242,243)
#E9F5F4
(233,245,244)
#EEF8F5
(238,248,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DDEC color. Also use rgb(193,221,236) instead hex code.

Text Font Color

.myTextColor { color: #C1DDEC; }

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

This text font color is #C1DDEC.


Background Color

.myBgColor { background-color: #C1DDEC; }

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

This div background color is #C1DDEC.


Border color

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

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

This div border color is #C1DDEC.


Opacity

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

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

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

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

This text has shadow with #C1DDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DDEC on black background.


Color preview on white background

This text has color #C1DDEC on white background.



Black color preview on #C1DDEC background

This text has black color on #C1DDEC background.


White color preview on #C1DDEC background

This text has white color on #C1DDEC background.