COLOR #C1DFD6

HEX: #C1DFD6
RGB: (193,223,214)

Color info

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

RGB color model

#C1DFD6 color RGB value is (193,223,214).

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

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 214 of 255 = 84%

193
223
214

R + G + B ~ 82%. #C1DFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 214 = 630 (100%)
R 193 of 630 ~ 30.63%
G 223 of 630 ~ 35.4%
B 214 of 630 ~ 33.97%

%30.63
%35.4
%33.97

CMYK color model

#C1DFD6 color CMYK value is (13,0,4,13).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(13,0,4,13)
C13M0Y4K13 
(13%,0%,4%,13%)
(0.13/0.00/0.04/0.13)	

CMYK percentages

%13.45
%0
%4.04
%12.55

Codes

Color #C1DFD6 in popluar color models

C1DFD6
RGB193223214
HSL162°31.91%81.57%
HSB/HSV162°13.45%87.45%
CMYK13.45%0.00%4.04%
12.55%

Color #C1DFD6 in popluar number systems.

HEXC1DFD6
Decimal193223214
Binary110000011101111111010110
Octal301337326

Shades and tints

Shades of #C1DFD6

#C1DFD6
(193,223,214)
#B0CBC3
(176,203,195)
#9FB7B0
(159,183,176)
#8EA39D
(142,163,157)
#7D8F8A
(125,143,138)
#6C7B77
(108,123,119)
#5B6764
(91,103,100)
#4A5351
(74,83,81)
#393F3E
(57,63,62)
#282B2B
(40,43,43)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #C1DFD6

#C1DFD6
(193,223,214)
#C6E1D9
(198,225,217)
#CBE3DC
(203,227,220)
#D0E5DF
(208,229,223)
#D5E7E2
(213,231,226)
#DAE9E5
(218,233,229)
#DFEBE8
(223,235,232)
#E4EDEB
(228,237,235)
#E9EFEE
(233,239,238)
#EEF1F1
(238,241,241)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DFD6; }

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

This text font color is #C1DFD6.


Background Color

.myBgColor { background-color: #C1DFD6; }

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

This div background color is #C1DFD6.


Border color

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

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

This div border color is #C1DFD6.


Opacity

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

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

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

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

This text has shadow with #C1DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DFD6 on black background.


Color preview on white background

This text has color #C1DFD6 on white background.



Black color preview on #C1DFD6 background

This text has black color on #C1DFD6 background.


White color preview on #C1DFD6 background

This text has white color on #C1DFD6 background.