COLOR #C1D7EF

HEX: #C1D7EF
RGB: (193,215,239)

Color info

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

RGB color model

#C1D7EF color RGB value is (193,215,239).

  • red value is 193;
  • green value is 215;
  • blue value is 239.
RGB:
(193,215,239)
(76%,84%,94%)

RGB channels and saturation

R 193 of 255 = 76%
G 215 of 255 = 84%
B 239 of 255 = 94%

193
215
239

R + G + B ~ 85%. #C1D7EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 215 + 239 = 647 (100%)
R 193 of 647 ~ 29.83%
G 215 of 647 ~ 33.23%
B 239 of 647 ~ 36.94%

%29.83
%33.23
%36.94

CMYK color model

#C1D7EF color CMYK value is (19,10,0,6).

  • cyan value is 19.25%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(19,10,0,6)
C19M10Y0K6 
(19%,10%,0%,6%)
(0.19/0.10/0.00/0.06)	

CMYK percentages

%19.25
%10.04
%0
%6.27

Codes

Color #C1D7EF in popluar color models

C1D7EF
RGB193215239
HSL211°58.97%84.71%
HSB/HSV211°19.25%93.73%
CMYK19.25%10.04%0.00%
6.27%

Color #C1D7EF in popluar number systems.

HEXC1D7EF
Decimal193215239
Binary110000011101011111101111
Octal301327357

Shades and tints

Shades of #C1D7EF

#C1D7EF
(193,215,239)
#B0C4DA
(176,196,218)
#9FB1C5
(159,177,197)
#8E9EB0
(142,158,176)
#7D8B9B
(125,139,155)
#6C7886
(108,120,134)
#5B6571
(91,101,113)
#4A525C
(74,82,92)
#393F47
(57,63,71)
#282C32
(40,44,50)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #C1D7EF

#C1D7EF
(193,215,239)
#C6DAF0
(198,218,240)
#CBDDF1
(203,221,241)
#D0E0F2
(208,224,242)
#D5E3F3
(213,227,243)
#DAE6F4
(218,230,244)
#DFE9F5
(223,233,245)
#E4ECF6
(228,236,246)
#E9EFF7
(233,239,247)
#EEF2F8
(238,242,248)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D7EF color. Also use rgb(193,215,239) instead hex code.

Text Font Color

.myTextColor { color: #C1D7EF; }

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

This text font color is #C1D7EF.


Background Color

.myBgColor { background-color: #C1D7EF; }

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

This div background color is #C1D7EF.


Border color

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

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

This div border color is #C1D7EF.


Opacity

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

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

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

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

This text has shadow with #C1D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D7EF on black background.


Color preview on white background

This text has color #C1D7EF on white background.



Black color preview on #C1D7EF background

This text has black color on #C1D7EF background.


White color preview on #C1D7EF background

This text has white color on #C1D7EF background.