COLOR #C1DDE6

HEX: #C1DDE6
RGB: (193,221,230)

Color info

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

RGB color model

#C1DDE6 color RGB value is (193,221,230).

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

RGB channels and saturation

R 193 of 255 = 76%
G 221 of 255 = 87%
B 230 of 255 = 90%

193
221
230

R + G + B ~ 84%. #C1DDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 221 + 230 = 644 (100%)
R 193 of 644 ~ 29.97%
G 221 of 644 ~ 34.32%
B 230 of 644 ~ 35.71%

%29.97
%34.32
%35.71

CMYK color model

#C1DDE6 color CMYK value is (16,4,0,10).

  • cyan value is 16.09%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(16,4,0,10)
C16M4Y0K10 
(16%,4%,0%,10%)
(0.16/0.04/0.00/0.10)	

CMYK percentages

%16.09
%3.91
%0
%9.8

Codes

Color #C1DDE6 in popluar color models

C1DDE6
RGB193221230
HSL195°42.53%82.94%
HSB/HSV195°16.09%90.20%
CMYK16.09%3.91%0.00%
9.80%

Color #C1DDE6 in popluar number systems.

HEXC1DDE6
Decimal193221230
Binary110000011101110111100110
Octal301335346

Shades and tints

Shades of #C1DDE6

#C1DDE6
(193,221,230)
#B0C9D2
(176,201,210)
#9FB5BE
(159,181,190)
#8EA1AA
(142,161,170)
#7D8D96
(125,141,150)
#6C7982
(108,121,130)
#5B656E
(91,101,110)
#4A515A
(74,81,90)
#393D46
(57,61,70)
#282932
(40,41,50)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #C1DDE6

#C1DDE6
(193,221,230)
#C6E0E8
(198,224,232)
#CBE3EA
(203,227,234)
#D0E6EC
(208,230,236)
#D5E9EE
(213,233,238)
#DAECF0
(218,236,240)
#DFEFF2
(223,239,242)
#E4F2F4
(228,242,244)
#E9F5F6
(233,245,246)
#EEF8F8
(238,248,248)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DDE6; }

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

This text font color is #C1DDE6.


Background Color

.myBgColor { background-color: #C1DDE6; }

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

This div background color is #C1DDE6.


Border color

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

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

This div border color is #C1DDE6.


Opacity

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

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

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

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

This text has shadow with #C1DDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DDE6 on black background.


Color preview on white background

This text has color #C1DDE6 on white background.



Black color preview on #C1DDE6 background

This text has black color on #C1DDE6 background.


White color preview on #C1DDE6 background

This text has white color on #C1DDE6 background.