COLOR #C1D8E0

HEX: #C1D8E0
RGB: (193,216,224)

Color info

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

RGB color model

#C1D8E0 color RGB value is (193,216,224).

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

RGB channels and saturation

R 193 of 255 = 76%
G 216 of 255 = 85%
B 224 of 255 = 88%

193
216
224

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

Portions of RGB colors in percentages

R + G + B =
193 + 216 + 224 = 633 (100%)
R 193 of 633 ~ 30.49%
G 216 of 633 ~ 34.12%
B 224 of 633 ~ 35.39%

%30.49
%34.12
%35.39

CMYK color model

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

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

CMYK percentages

%13.84
%3.57
%0
%12.16

Codes

Color #C1D8E0 in popluar color models

C1D8E0
RGB193216224
HSL195°33.33%81.76%
HSB/HSV195°13.84%87.84%
CMYK13.84%3.57%0.00%
12.16%

Color #C1D8E0 in popluar number systems.

HEXC1D8E0
Decimal193216224
Binary110000011101100011100000
Octal301330340

Shades and tints

Shades of #C1D8E0

#C1D8E0
(193,216,224)
#B0C5CC
(176,197,204)
#9FB2B8
(159,178,184)
#8E9FA4
(142,159,164)
#7D8C90
(125,140,144)
#6C797C
(108,121,124)
#5B6668
(91,102,104)
#4A5354
(74,83,84)
#394040
(57,64,64)
#282D2C
(40,45,44)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #C1D8E0

#C1D8E0
(193,216,224)
#C6DBE2
(198,219,226)
#CBDEE4
(203,222,228)
#D0E1E6
(208,225,230)
#D5E4E8
(213,228,232)
#DAE7EA
(218,231,234)
#DFEAEC
(223,234,236)
#E4EDEE
(228,237,238)
#E9F0F0
(233,240,240)
#EEF3F2
(238,243,242)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D8E0 color. Also use rgb(193,216,224) instead hex code.

Text Font Color

.myTextColor { color: #C1D8E0; }

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

This text font color is #C1D8E0.


Background Color

.myBgColor { background-color: #C1D8E0; }

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

This div background color is #C1D8E0.


Border color

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

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

This div border color is #C1D8E0.


Opacity

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

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

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

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

This text has shadow with #C1D8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D8E0 on black background.


Color preview on white background

This text has color #C1D8E0 on white background.



Black color preview on #C1D8E0 background

This text has black color on #C1D8E0 background.


White color preview on #C1D8E0 background

This text has white color on #C1D8E0 background.