COLOR #C1DCDA

HEX: #C1DCDA
RGB: (193,220,218)

Color info

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

RGB color model

#C1DCDA color RGB value is (193,220,218).

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

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 218 of 255 = 85%

193
220
218

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

Portions of RGB colors in percentages

R + G + B =
193 + 220 + 218 = 631 (100%)
R 193 of 631 ~ 30.59%
G 220 of 631 ~ 34.87%
B 218 of 631 ~ 34.55%

%30.59
%34.87
%34.55

CMYK color model

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

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(12,0,1,14)
C12M0Y1K14 
(12%,0%,1%,14%)
(0.12/0.00/0.01/0.14)	

CMYK percentages

%12.27
%0
%0.91
%13.73

Codes

Color #C1DCDA in popluar color models

C1DCDA
RGB193220218
HSL176°27.84%80.98%
HSB/HSV176°12.27%86.27%
CMYK12.27%0.00%0.91%
13.73%

Color #C1DCDA in popluar number systems.

HEXC1DCDA
Decimal193220218
Binary110000011101110011011010
Octal301334332

Shades and tints

Shades of #C1DCDA

#C1DCDA
(193,220,218)
#B0C8C7
(176,200,199)
#9FB4B4
(159,180,180)
#8EA0A1
(142,160,161)
#7D8C8E
(125,140,142)
#6C787B
(108,120,123)
#5B6468
(91,100,104)
#4A5055
(74,80,85)
#393C42
(57,60,66)
#28282F
(40,40,47)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #C1DCDA

#C1DCDA
(193,220,218)
#C6DFDD
(198,223,221)
#CBE2E0
(203,226,224)
#D0E5E3
(208,229,227)
#D5E8E6
(213,232,230)
#DAEBE9
(218,235,233)
#DFEEEC
(223,238,236)
#E4F1EF
(228,241,239)
#E9F4F2
(233,244,242)
#EEF7F5
(238,247,245)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DCDA; }

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

This text font color is #C1DCDA.


Background Color

.myBgColor { background-color: #C1DCDA; }

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

This div background color is #C1DCDA.


Border color

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

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

This div border color is #C1DCDA.


Opacity

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

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

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

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

This text has shadow with #C1DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DCDA on black background.


Color preview on white background

This text has color #C1DCDA on white background.



Black color preview on #C1DCDA background

This text has black color on #C1DCDA background.


White color preview on #C1DCDA background

This text has white color on #C1DCDA background.