COLOR #C1DFE0

HEX: #C1DFE0
RGB: (193,223,224)

Color info

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

RGB color model

#C1DFE0 color RGB value is (193,223,224).

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

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 224 of 255 = 88%

193
223
224

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

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 224 = 640 (100%)
R 193 of 640 ~ 30.16%
G 223 of 640 ~ 34.84%
B 224 of 640 ~ 35%

%30.16
%34.84
%35

CMYK color model

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

  • cyan value is 13.84%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,0,0,12)
C14M0Y0K12 
(14%,0%,0%,12%)
(0.14/0.00/0.00/0.12)	

CMYK percentages

%13.84
%0.45
%0
%12.16

Codes

Color #C1DFE0 in popluar color models

C1DFE0
RGB193223224
HSL182°33.33%81.76%
HSB/HSV182°13.84%87.84%
CMYK13.84%0.45%0.00%
12.16%

Color #C1DFE0 in popluar number systems.

HEXC1DFE0
Decimal193223224
Binary110000011101111111100000
Octal301337340

Shades and tints

Shades of #C1DFE0

#C1DFE0
(193,223,224)
#B0CBCC
(176,203,204)
#9FB7B8
(159,183,184)
#8EA3A4
(142,163,164)
#7D8F90
(125,143,144)
#6C7B7C
(108,123,124)
#5B6768
(91,103,104)
#4A5354
(74,83,84)
#393F40
(57,63,64)
#282B2C
(40,43,44)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #C1DFE0

#C1DFE0
(193,223,224)
#C6E1E2
(198,225,226)
#CBE3E4
(203,227,228)
#D0E5E6
(208,229,230)
#D5E7E8
(213,231,232)
#DAE9EA
(218,233,234)
#DFEBEC
(223,235,236)
#E4EDEE
(228,237,238)
#E9EFF0
(233,239,240)
#EEF1F2
(238,241,242)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DFE0; }

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

This text font color is #C1DFE0.


Background Color

.myBgColor { background-color: #C1DFE0; }

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

This div background color is #C1DFE0.


Border color

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

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

This div border color is #C1DFE0.


Opacity

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

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

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

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

This text has shadow with #C1DFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DFE0 on black background.


Color preview on white background

This text has color #C1DFE0 on white background.



Black color preview on #C1DFE0 background

This text has black color on #C1DFE0 background.


White color preview on #C1DFE0 background

This text has white color on #C1DFE0 background.