COLOR #C1D9E1

HEX: #C1D9E1
RGB: (193,217,225)

Color info

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

RGB color model

#C1D9E1 color RGB value is (193,217,225).

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

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 225 of 255 = 88%

193
217
225

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

Portions of RGB colors in percentages

R + G + B =
193 + 217 + 225 = 635 (100%)
R 193 of 635 ~ 30.39%
G 217 of 635 ~ 34.17%
B 225 of 635 ~ 35.43%

%30.39
%34.17
%35.43

CMYK color model

#C1D9E1 color CMYK value is (14,4,0,12).

  • cyan value is 14.22%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(14,4,0,12)
C14M4Y0K12 
(14%,4%,0%,12%)
(0.14/0.04/0.00/0.12)	

CMYK percentages

%14.22
%3.56
%0
%11.76

Codes

Color #C1D9E1 in popluar color models

C1D9E1
RGB193217225
HSL195°34.78%81.96%
HSB/HSV195°14.22%88.24%
CMYK14.22%3.56%0.00%
11.76%

Color #C1D9E1 in popluar number systems.

HEXC1D9E1
Decimal193217225
Binary110000011101100111100001
Octal301331341

Shades and tints

Shades of #C1D9E1

#C1D9E1
(193,217,225)
#B0C6CD
(176,198,205)
#9FB3B9
(159,179,185)
#8EA0A5
(142,160,165)
#7D8D91
(125,141,145)
#6C7A7D
(108,122,125)
#5B6769
(91,103,105)
#4A5455
(74,84,85)
#394141
(57,65,65)
#282E2D
(40,46,45)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #C1D9E1

#C1D9E1
(193,217,225)
#C6DCE3
(198,220,227)
#CBDFE5
(203,223,229)
#D0E2E7
(208,226,231)
#D5E5E9
(213,229,233)
#DAE8EB
(218,232,235)
#DFEBED
(223,235,237)
#E4EEEF
(228,238,239)
#E9F1F1
(233,241,241)
#EEF4F3
(238,244,243)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D9E1; }

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

This text font color is #C1D9E1.


Background Color

.myBgColor { background-color: #C1D9E1; }

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

This div background color is #C1D9E1.


Border color

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

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

This div border color is #C1D9E1.


Opacity

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

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

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

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

This text has shadow with #C1D9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D9E1 on black background.


Color preview on white background

This text has color #C1D9E1 on white background.



Black color preview on #C1D9E1 background

This text has black color on #C1D9E1 background.


White color preview on #C1D9E1 background

This text has white color on #C1D9E1 background.