COLOR #C1D9DE

HEX: #C1D9DE
RGB: (193,217,222)

Color info

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

RGB color model

#C1D9DE color RGB value is (193,217,222).

  • red value is 193;
  • green value is 217;
  • blue value is 222.
RGB:
(193,217,222)
(76%,85%,87%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 222 of 255 = 87%

193
217
222

R + G + B ~ 83%. #C1D9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 217 + 222 = 632 (100%)
R 193 of 632 ~ 30.54%
G 217 of 632 ~ 34.34%
B 222 of 632 ~ 35.13%

%30.54
%34.34
%35.13

CMYK color model

#C1D9DE color CMYK value is (13,2,0,13).

  • cyan value is 13.06%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(13,2,0,13)
C13M2Y0K13 
(13%,2%,0%,13%)
(0.13/0.02/0.00/0.13)	

CMYK percentages

%13.06
%2.25
%0
%12.94

Codes

Color #C1D9DE in popluar color models

C1D9DE
RGB193217222
HSL190°30.53%81.37%
HSB/HSV190°13.06%87.06%
CMYK13.06%2.25%0.00%
12.94%

Color #C1D9DE in popluar number systems.

HEXC1D9DE
Decimal193217222
Binary110000011101100111011110
Octal301331336

Shades and tints

Shades of #C1D9DE

#C1D9DE
(193,217,222)
#B0C6CA
(176,198,202)
#9FB3B6
(159,179,182)
#8EA0A2
(142,160,162)
#7D8D8E
(125,141,142)
#6C7A7A
(108,122,122)
#5B6766
(91,103,102)
#4A5452
(74,84,82)
#39413E
(57,65,62)
#282E2A
(40,46,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #C1D9DE

#C1D9DE
(193,217,222)
#C6DCE1
(198,220,225)
#CBDFE4
(203,223,228)
#D0E2E7
(208,226,231)
#D5E5EA
(213,229,234)
#DAE8ED
(218,232,237)
#DFEBF0
(223,235,240)
#E4EEF3
(228,238,243)
#E9F1F6
(233,241,246)
#EEF4F9
(238,244,249)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D9DE color. Also use rgb(193,217,222) instead hex code.

Text Font Color

.myTextColor { color: #C1D9DE; }

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

This text font color is #C1D9DE.


Background Color

.myBgColor { background-color: #C1D9DE; }

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

This div background color is #C1D9DE.


Border color

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

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

This div border color is #C1D9DE.


Opacity

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

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

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

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

This text has shadow with #C1D9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D9DE on black background.


Color preview on white background

This text has color #C1D9DE on white background.



Black color preview on #C1D9DE background

This text has black color on #C1D9DE background.


White color preview on #C1D9DE background

This text has white color on #C1D9DE background.