COLOR #C1DBD8

HEX: #C1DBD8
RGB: (193,219,216)

Color info

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

RGB color model

#C1DBD8 color RGB value is (193,219,216).

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

RGB channels and saturation

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

193
219
216

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

Portions of RGB colors in percentages

R + G + B =
193 + 219 + 216 = 628 (100%)
R 193 of 628 ~ 30.73%
G 219 of 628 ~ 34.87%
B 216 of 628 ~ 34.39%

%30.73
%34.87
%34.39

CMYK color model

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

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

CMYK percentages

%11.87
%0
%1.37
%14.12

Codes

Color #C1DBD8 in popluar color models

C1DBD8
RGB193219216
HSL173°26.53%80.78%
HSB/HSV173°11.87%85.88%
CMYK11.87%0.00%1.37%
14.12%

Color #C1DBD8 in popluar number systems.

HEXC1DBD8
Decimal193219216
Binary110000011101101111011000
Octal301333330

Shades and tints

Shades of #C1DBD8

#C1DBD8
(193,219,216)
#B0C8C5
(176,200,197)
#9FB5B2
(159,181,178)
#8EA29F
(142,162,159)
#7D8F8C
(125,143,140)
#6C7C79
(108,124,121)
#5B6966
(91,105,102)
#4A5653
(74,86,83)
#394340
(57,67,64)
#28302D
(40,48,45)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #C1DBD8

#C1DBD8
(193,219,216)
#C6DEDB
(198,222,219)
#CBE1DE
(203,225,222)
#D0E4E1
(208,228,225)
#D5E7E4
(213,231,228)
#DAEAE7
(218,234,231)
#DFEDEA
(223,237,234)
#E4F0ED
(228,240,237)
#E9F3F0
(233,243,240)
#EEF6F3
(238,246,243)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DBD8; }

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

This text font color is #C1DBD8.


Background Color

.myBgColor { background-color: #C1DBD8; }

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

This div background color is #C1DBD8.


Border color

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

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

This div border color is #C1DBD8.


Opacity

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

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

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

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

This text has shadow with #C1DBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DBD8 on black background.


Color preview on white background

This text has color #C1DBD8 on white background.



Black color preview on #C1DBD8 background

This text has black color on #C1DBD8 background.


White color preview on #C1DBD8 background

This text has white color on #C1DBD8 background.