COLOR #C1D8EA

HEX: #C1D8EA
RGB: (193,216,234)

Color info

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

RGB color model

#C1D8EA color RGB value is (193,216,234).

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

RGB channels and saturation

R 193 of 255 = 76%
G 216 of 255 = 85%
B 234 of 255 = 92%

193
216
234

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

Portions of RGB colors in percentages

R + G + B =
193 + 216 + 234 = 643 (100%)
R 193 of 643 ~ 30.02%
G 216 of 643 ~ 33.59%
B 234 of 643 ~ 36.39%

%30.02
%33.59
%36.39

CMYK color model

#C1D8EA color CMYK value is (18,8,0,8).

  • cyan value is 17.52%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,8,0,8)
C18M8Y0K8 
(18%,8%,0%,8%)
(0.18/0.08/0.00/0.08)	

CMYK percentages

%17.52
%7.69
%0
%8.24

Codes

Color #C1D8EA in popluar color models

C1D8EA
RGB193216234
HSL206°49.40%83.73%
HSB/HSV206°17.52%91.76%
CMYK17.52%7.69%0.00%
8.24%

Color #C1D8EA in popluar number systems.

HEXC1D8EA
Decimal193216234
Binary110000011101100011101010
Octal301330352

Shades and tints

Shades of #C1D8EA

#C1D8EA
(193,216,234)
#B0C5D5
(176,197,213)
#9FB2C0
(159,178,192)
#8E9FAB
(142,159,171)
#7D8C96
(125,140,150)
#6C7981
(108,121,129)
#5B666C
(91,102,108)
#4A5357
(74,83,87)
#394042
(57,64,66)
#282D2D
(40,45,45)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #C1D8EA

#C1D8EA
(193,216,234)
#C6DBEB
(198,219,235)
#CBDEEC
(203,222,236)
#D0E1ED
(208,225,237)
#D5E4EE
(213,228,238)
#DAE7EF
(218,231,239)
#DFEAF0
(223,234,240)
#E4EDF1
(228,237,241)
#E9F0F2
(233,240,242)
#EEF3F3
(238,243,243)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D8EA; }

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

This text font color is #C1D8EA.


Background Color

.myBgColor { background-color: #C1D8EA; }

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

This div background color is #C1D8EA.


Border color

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

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

This div border color is #C1D8EA.


Opacity

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

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

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

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

This text has shadow with #C1D8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D8EA on black background.


Color preview on white background

This text has color #C1D8EA on white background.



Black color preview on #C1D8EA background

This text has black color on #C1D8EA background.


White color preview on #C1D8EA background

This text has white color on #C1D8EA background.