COLOR #C1D7E4

HEX: #C1D7E4
RGB: (193,215,228)

Color info

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

RGB color model

#C1D7E4 color RGB value is (193,215,228).

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

RGB channels and saturation

R 193 of 255 = 76%
G 215 of 255 = 84%
B 228 of 255 = 89%

193
215
228

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

Portions of RGB colors in percentages

R + G + B =
193 + 215 + 228 = 636 (100%)
R 193 of 636 ~ 30.35%
G 215 of 636 ~ 33.81%
B 228 of 636 ~ 35.85%

%30.35
%33.81
%35.85

CMYK color model

#C1D7E4 color CMYK value is (15,6,0,11).

  • cyan value is 15.35%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(15,6,0,11)
C15M6Y0K11 
(15%,6%,0%,11%)
(0.15/0.06/0.00/0.11)	

CMYK percentages

%15.35
%5.7
%0
%10.59

Codes

Color #C1D7E4 in popluar color models

C1D7E4
RGB193215228
HSL202°39.33%82.55%
HSB/HSV202°15.35%89.41%
CMYK15.35%5.70%0.00%
10.59%

Color #C1D7E4 in popluar number systems.

HEXC1D7E4
Decimal193215228
Binary110000011101011111100100
Octal301327344

Shades and tints

Shades of #C1D7E4

#C1D7E4
(193,215,228)
#B0C4D0
(176,196,208)
#9FB1BC
(159,177,188)
#8E9EA8
(142,158,168)
#7D8B94
(125,139,148)
#6C7880
(108,120,128)
#5B656C
(91,101,108)
#4A5258
(74,82,88)
#393F44
(57,63,68)
#282C30
(40,44,48)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #C1D7E4

#C1D7E4
(193,215,228)
#C6DAE6
(198,218,230)
#CBDDE8
(203,221,232)
#D0E0EA
(208,224,234)
#D5E3EC
(213,227,236)
#DAE6EE
(218,230,238)
#DFE9F0
(223,233,240)
#E4ECF2
(228,236,242)
#E9EFF4
(233,239,244)
#EEF2F6
(238,242,246)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D7E4; }

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

This text font color is #C1D7E4.


Background Color

.myBgColor { background-color: #C1D7E4; }

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

This div background color is #C1D7E4.


Border color

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

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

This div border color is #C1D7E4.


Opacity

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

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

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

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

This text has shadow with #C1D7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D7E4 on black background.


Color preview on white background

This text has color #C1D7E4 on white background.



Black color preview on #C1D7E4 background

This text has black color on #C1D7E4 background.


White color preview on #C1D7E4 background

This text has white color on #C1D7E4 background.