COLOR #C1DFD8

HEX: #C1DFD8
RGB: (193,223,216)

Color info

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

RGB color model

#C1DFD8 color RGB value is (193,223,216).

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

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 216 of 255 = 85%

193
223
216

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

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 216 = 632 (100%)
R 193 of 632 ~ 30.54%
G 223 of 632 ~ 35.28%
B 216 of 632 ~ 34.18%

%30.54
%35.28
%34.18

CMYK color model

#C1DFD8 color CMYK value is (13,0,3,13).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK:
(13,0,3,13)
C13M0Y3K13 
(13%,0%,3%,13%)
(0.13/0.00/0.03/0.13)	

CMYK percentages

%13.45
%0
%3.14
%12.55

Codes

Color #C1DFD8 in popluar color models

C1DFD8
RGB193223216
HSL166°31.91%81.57%
HSB/HSV166°13.45%87.45%
CMYK13.45%0.00%3.14%
12.55%

Color #C1DFD8 in popluar number systems.

HEXC1DFD8
Decimal193223216
Binary110000011101111111011000
Octal301337330

Shades and tints

Shades of #C1DFD8

#C1DFD8
(193,223,216)
#B0CBC5
(176,203,197)
#9FB7B2
(159,183,178)
#8EA39F
(142,163,159)
#7D8F8C
(125,143,140)
#6C7B79
(108,123,121)
#5B6766
(91,103,102)
#4A5353
(74,83,83)
#393F40
(57,63,64)
#282B2D
(40,43,45)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #C1DFD8

#C1DFD8
(193,223,216)
#C6E1DB
(198,225,219)
#CBE3DE
(203,227,222)
#D0E5E1
(208,229,225)
#D5E7E4
(213,231,228)
#DAE9E7
(218,233,231)
#DFEBEA
(223,235,234)
#E4EDED
(228,237,237)
#E9EFF0
(233,239,240)
#EEF1F3
(238,241,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DFD8; }

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

This text font color is #C1DFD8.


Background Color

.myBgColor { background-color: #C1DFD8; }

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

This div background color is #C1DFD8.


Border color

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

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

This div border color is #C1DFD8.


Opacity

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

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

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

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

This text has shadow with #C1DFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DFD8 on black background.


Color preview on white background

This text has color #C1DFD8 on white background.



Black color preview on #C1DFD8 background

This text has black color on #C1DFD8 background.


White color preview on #C1DFD8 background

This text has white color on #C1DFD8 background.