COLOR #C1D4E5

HEX: #C1D4E5
RGB: (193,212,229)

Color info

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

RGB color model

#C1D4E5 color RGB value is (193,212,229).

  • red value is 193;
  • green value is 212;
  • blue value is 229.
RGB:
(193,212,229)
(76%,83%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 212 of 255 = 83%
B 229 of 255 = 90%

193
212
229

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

Portions of RGB colors in percentages

R + G + B =
193 + 212 + 229 = 634 (100%)
R 193 of 634 ~ 30.44%
G 212 of 634 ~ 33.44%
B 229 of 634 ~ 36.12%

%30.44
%33.44
%36.12

CMYK color model

#C1D4E5 color CMYK value is (16,7,0,10).

  • cyan value is 15.72%
  • magenta value is 7.42%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,7,0,10)
C16M7Y0K10 
(16%,7%,0%,10%)
(0.16/0.07/0.00/0.10)	

CMYK percentages

%15.72
%7.42
%0
%10.2

Codes

Color #C1D4E5 in popluar color models

C1D4E5
RGB193212229
HSL208°40.91%82.75%
HSB/HSV208°15.72%89.80%
CMYK15.72%7.42%0.00%
10.20%

Color #C1D4E5 in popluar number systems.

HEXC1D4E5
Decimal193212229
Binary110000011101010011100101
Octal301324345

Shades and tints

Shades of #C1D4E5

#C1D4E5
(193,212,229)
#B0C1D1
(176,193,209)
#9FAEBD
(159,174,189)
#8E9BA9
(142,155,169)
#7D8895
(125,136,149)
#6C7581
(108,117,129)
#5B626D
(91,98,109)
#4A4F59
(74,79,89)
#393C45
(57,60,69)
#282931
(40,41,49)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #C1D4E5

#C1D4E5
(193,212,229)
#C6D7E7
(198,215,231)
#CBDAE9
(203,218,233)
#D0DDEB
(208,221,235)
#D5E0ED
(213,224,237)
#DAE3EF
(218,227,239)
#DFE6F1
(223,230,241)
#E4E9F3
(228,233,243)
#E9ECF5
(233,236,245)
#EEEFF7
(238,239,247)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D4E5 color. Also use rgb(193,212,229) instead hex code.

Text Font Color

.myTextColor { color: #C1D4E5; }

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

This text font color is #C1D4E5.


Background Color

.myBgColor { background-color: #C1D4E5; }

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

This div background color is #C1D4E5.


Border color

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

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

This div border color is #C1D4E5.


Opacity

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

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

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

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

This text has shadow with #C1D4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D4E5 on black background.


Color preview on white background

This text has color #C1D4E5 on white background.



Black color preview on #C1D4E5 background

This text has black color on #C1D4E5 background.


White color preview on #C1D4E5 background

This text has white color on #C1D4E5 background.