COLOR #C1DAE7

HEX: #C1DAE7
RGB: (193,218,231)

Color info

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

RGB color model

#C1DAE7 color RGB value is (193,218,231).

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

RGB channels and saturation

R 193 of 255 = 76%
G 218 of 255 = 85%
B 231 of 255 = 91%

193
218
231

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

Portions of RGB colors in percentages

R + G + B =
193 + 218 + 231 = 642 (100%)
R 193 of 642 ~ 30.06%
G 218 of 642 ~ 33.96%
B 231 of 642 ~ 35.98%

%30.06
%33.96
%35.98

CMYK color model

#C1DAE7 color CMYK value is (16,6,0,9).

  • cyan value is 16.45%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,6,0,9)
C16M6Y0K9 
(16%,6%,0%,9%)
(0.16/0.06/0.00/0.09)	

CMYK percentages

%16.45
%5.63
%0
%9.41

Codes

Color #C1DAE7 in popluar color models

C1DAE7
RGB193218231
HSL201°44.19%83.14%
HSB/HSV201°16.45%90.59%
CMYK16.45%5.63%0.00%
9.41%

Color #C1DAE7 in popluar number systems.

HEXC1DAE7
Decimal193218231
Binary110000011101101011100111
Octal301332347

Shades and tints

Shades of #C1DAE7

#C1DAE7
(193,218,231)
#B0C7D2
(176,199,210)
#9FB4BD
(159,180,189)
#8EA1A8
(142,161,168)
#7D8E93
(125,142,147)
#6C7B7E
(108,123,126)
#5B6869
(91,104,105)
#4A5554
(74,85,84)
#39423F
(57,66,63)
#282F2A
(40,47,42)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #C1DAE7

#C1DAE7
(193,218,231)
#C6DDE9
(198,221,233)
#CBE0EB
(203,224,235)
#D0E3ED
(208,227,237)
#D5E6EF
(213,230,239)
#DAE9F1
(218,233,241)
#DFECF3
(223,236,243)
#E4EFF5
(228,239,245)
#E9F2F7
(233,242,247)
#EEF5F9
(238,245,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DAE7; }

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

This text font color is #C1DAE7.


Background Color

.myBgColor { background-color: #C1DAE7; }

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

This div background color is #C1DAE7.


Border color

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

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

This div border color is #C1DAE7.


Opacity

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

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

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

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

This text has shadow with #C1DAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DAE7 on black background.


Color preview on white background

This text has color #C1DAE7 on white background.



Black color preview on #C1DAE7 background

This text has black color on #C1DAE7 background.


White color preview on #C1DAE7 background

This text has white color on #C1DAE7 background.