COLOR #C1DFD7

HEX: #C1DFD7
RGB: (193,223,215)

Color info

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

RGB color model

#C1DFD7 color RGB value is (193,223,215).

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

RGB channels and saturation

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

193
223
215

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

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 215 = 631 (100%)
R 193 of 631 ~ 30.59%
G 223 of 631 ~ 35.34%
B 215 of 631 ~ 34.07%

%30.59
%35.34
%34.07

CMYK color model

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

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • 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
%3.59
%12.55

Codes

Color #C1DFD7 in popluar color models

C1DFD7
RGB193223215
HSL164°31.91%81.57%
HSB/HSV164°13.45%87.45%
CMYK13.45%0.00%3.59%
12.55%

Color #C1DFD7 in popluar number systems.

HEXC1DFD7
Decimal193223215
Binary110000011101111111010111
Octal301337327

Shades and tints

Shades of #C1DFD7

#C1DFD7
(193,223,215)
#B0CBC4
(176,203,196)
#9FB7B1
(159,183,177)
#8EA39E
(142,163,158)
#7D8F8B
(125,143,139)
#6C7B78
(108,123,120)
#5B6765
(91,103,101)
#4A5352
(74,83,82)
#393F3F
(57,63,63)
#282B2C
(40,43,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #C1DFD7

#C1DFD7
(193,223,215)
#C6E1DA
(198,225,218)
#CBE3DD
(203,227,221)
#D0E5E0
(208,229,224)
#D5E7E3
(213,231,227)
#DAE9E6
(218,233,230)
#DFEBE9
(223,235,233)
#E4EDEC
(228,237,236)
#E9EFEF
(233,239,239)
#EEF1F2
(238,241,242)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DFD7; }

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

This text font color is #C1DFD7.


Background Color

.myBgColor { background-color: #C1DFD7; }

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

This div background color is #C1DFD7.


Border color

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

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

This div border color is #C1DFD7.


Opacity

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

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

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

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

This text has shadow with #C1DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DFD7 on black background.


Color preview on white background

This text has color #C1DFD7 on white background.



Black color preview on #C1DFD7 background

This text has black color on #C1DFD7 background.


White color preview on #C1DFD7 background

This text has white color on #C1DFD7 background.