COLOR #C1DDE7

HEX: #C1DDE7
RGB: (193,221,231)

Color info

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

RGB color model

#C1DDE7 color RGB value is (193,221,231).

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

RGB channels and saturation

R 193 of 255 = 76%
G 221 of 255 = 87%
B 231 of 255 = 91%

193
221
231

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

Portions of RGB colors in percentages

R + G + B =
193 + 221 + 231 = 645 (100%)
R 193 of 645 ~ 29.92%
G 221 of 645 ~ 34.26%
B 231 of 645 ~ 35.81%

%29.92
%34.26
%35.81

CMYK color model

#C1DDE7 color CMYK value is (16,4,0,9).

  • cyan value is 16.45%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,4,0,9)
C16M4Y0K9 
(16%,4%,0%,9%)
(0.16/0.04/0.00/0.09)	

CMYK percentages

%16.45
%4.33
%0
%9.41

Codes

Color #C1DDE7 in popluar color models

C1DDE7
RGB193221231
HSL196°44.19%83.14%
HSB/HSV196°16.45%90.59%
CMYK16.45%4.33%0.00%
9.41%

Color #C1DDE7 in popluar number systems.

HEXC1DDE7
Decimal193221231
Binary110000011101110111100111
Octal301335347

Shades and tints

Shades of #C1DDE7

#C1DDE7
(193,221,231)
#B0C9D2
(176,201,210)
#9FB5BD
(159,181,189)
#8EA1A8
(142,161,168)
#7D8D93
(125,141,147)
#6C797E
(108,121,126)
#5B6569
(91,101,105)
#4A5154
(74,81,84)
#393D3F
(57,61,63)
#28292A
(40,41,42)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C1DDE7

#C1DDE7
(193,221,231)
#C6E0E9
(198,224,233)
#CBE3EB
(203,227,235)
#D0E6ED
(208,230,237)
#D5E9EF
(213,233,239)
#DAECF1
(218,236,241)
#DFEFF3
(223,239,243)
#E4F2F5
(228,242,245)
#E9F5F7
(233,245,247)
#EEF8F9
(238,248,249)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DDE7; }

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

This text font color is #C1DDE7.


Background Color

.myBgColor { background-color: #C1DDE7; }

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

This div background color is #C1DDE7.


Border color

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

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

This div border color is #C1DDE7.


Opacity

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

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

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

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

This text has shadow with #C1DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DDE7 on black background.


Color preview on white background

This text has color #C1DDE7 on white background.



Black color preview on #C1DDE7 background

This text has black color on #C1DDE7 background.


White color preview on #C1DDE7 background

This text has white color on #C1DDE7 background.