COLOR #C1DCDD

HEX: #C1DCDD
RGB: (193,220,221)

Color info

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

RGB color model

#C1DCDD color RGB value is (193,220,221).

  • red value is 193;
  • green value is 220;
  • blue value is 221.
RGB:
(193,220,221)
(76%,86%,87%)

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 221 of 255 = 87%

193
220
221

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

Portions of RGB colors in percentages

R + G + B =
193 + 220 + 221 = 634 (100%)
R 193 of 634 ~ 30.44%
G 220 of 634 ~ 34.7%
B 221 of 634 ~ 34.86%

%30.44
%34.7
%34.86

CMYK color model

#C1DCDD color CMYK value is (13,0,0,13).

  • cyan value is 12.67%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,0,0,13)
C13M0Y0K13 
(13%,0%,0%,13%)
(0.13/0.00/0.00/0.13)	

CMYK percentages

%12.67
%0.45
%0
%13.33

Codes

Color #C1DCDD in popluar color models

C1DCDD
RGB193220221
HSL182°29.17%81.18%
HSB/HSV182°12.67%86.67%
CMYK12.67%0.45%0.00%
13.33%

Color #C1DCDD in popluar number systems.

HEXC1DCDD
Decimal193220221
Binary110000011101110011011101
Octal301334335

Shades and tints

Shades of #C1DCDD

#C1DCDD
(193,220,221)
#B0C8C9
(176,200,201)
#9FB4B5
(159,180,181)
#8EA0A1
(142,160,161)
#7D8C8D
(125,140,141)
#6C7879
(108,120,121)
#5B6465
(91,100,101)
#4A5051
(74,80,81)
#393C3D
(57,60,61)
#282829
(40,40,41)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #C1DCDD

#C1DCDD
(193,220,221)
#C6DFE0
(198,223,224)
#CBE2E3
(203,226,227)
#D0E5E6
(208,229,230)
#D5E8E9
(213,232,233)
#DAEBEC
(218,235,236)
#DFEEEF
(223,238,239)
#E4F1F2
(228,241,242)
#E9F4F5
(233,244,245)
#EEF7F8
(238,247,248)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DCDD color. Also use rgb(193,220,221) instead hex code.

Text Font Color

.myTextColor { color: #C1DCDD; }

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

This text font color is #C1DCDD.


Background Color

.myBgColor { background-color: #C1DCDD; }

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

This div background color is #C1DCDD.


Border color

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

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

This div border color is #C1DCDD.


Opacity

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

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

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

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

This text has shadow with #C1DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DCDD on black background.


Color preview on white background

This text has color #C1DCDD on white background.



Black color preview on #C1DCDD background

This text has black color on #C1DCDD background.


White color preview on #C1DCDD background

This text has white color on #C1DCDD background.