COLOR #C1DBDA

HEX: #C1DBDA
RGB: (193,219,218)

Color info

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

RGB color model

#C1DBDA color RGB value is (193,219,218).

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

RGB channels and saturation

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

193
219
218

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

Portions of RGB colors in percentages

R + G + B =
193 + 219 + 218 = 630 (100%)
R 193 of 630 ~ 30.63%
G 219 of 630 ~ 34.76%
B 218 of 630 ~ 34.6%

%30.63
%34.76
%34.6

CMYK color model

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

  • cyan value is 11.87%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(12,0,0,14)
C12M0Y0K14 
(12%,0%,0%,14%)
(0.12/0.00/0.00/0.14)	

CMYK percentages

%11.87
%0
%0.46
%14.12

Codes

Color #C1DBDA in popluar color models

C1DBDA
RGB193219218
HSL178°26.53%80.78%
HSB/HSV178°11.87%85.88%
CMYK11.87%0.00%0.46%
14.12%

Color #C1DBDA in popluar number systems.

HEXC1DBDA
Decimal193219218
Binary110000011101101111011010
Octal301333332

Shades and tints

Shades of #C1DBDA

#C1DBDA
(193,219,218)
#B0C8C7
(176,200,199)
#9FB5B4
(159,181,180)
#8EA2A1
(142,162,161)
#7D8F8E
(125,143,142)
#6C7C7B
(108,124,123)
#5B6968
(91,105,104)
#4A5655
(74,86,85)
#394342
(57,67,66)
#28302F
(40,48,47)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #C1DBDA

#C1DBDA
(193,219,218)
#C6DEDD
(198,222,221)
#CBE1E0
(203,225,224)
#D0E4E3
(208,228,227)
#D5E7E6
(213,231,230)
#DAEAE9
(218,234,233)
#DFEDEC
(223,237,236)
#E4F0EF
(228,240,239)
#E9F3F2
(233,243,242)
#EEF6F5
(238,246,245)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DBDA; }

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

This text font color is #C1DBDA.


Background Color

.myBgColor { background-color: #C1DBDA; }

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

This div background color is #C1DBDA.


Border color

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

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

This div border color is #C1DBDA.


Opacity

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

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

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

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

This text has shadow with #C1DBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DBDA on black background.


Color preview on white background

This text has color #C1DBDA on white background.



Black color preview on #C1DBDA background

This text has black color on #C1DBDA background.


White color preview on #C1DBDA background

This text has white color on #C1DBDA background.