COLOR #C1DCDB

HEX: #C1DCDB RGB: (193,220,219)

Color info

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

RGB color model

#C1DCDB color RGB value is (193,220,219).

RGB: (193,220,219) (76%, 86%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 219 of 255 = 86%

193
220
219

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

Portions of RGB colors in percentages

R + G + B = 193 + 220 + 219 = 632 (100%)
R 193 of 632 ~ 30.54%
G 220 of 632 ~ 34.81%
B 219 of 632 ~ 34.65'%

%30.54
%34.81
%34.65

CMYK color model

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

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%

CMYK: (12,0,0,14)
C12M0Y0K14 (12%, 0%, 0%, 14%)
(0.12 / 0.00 / 0.00 / 0.14)

CMYK percentages

%12.27
%0
%0.45
%13.73

Codes

Color #C1DCDB in popluar color models

C1 DC DB
RGB 193 220 219
HSL 178° 27.84% 80.98%
HSB/HSV 178° 12.27% 86.27%
CMYK 12.27% 0.00% 0.45%
13.73%

Color #C1DCDB in popluar number systems.

HEX C1 DC DB
Decimal 193 220 219
Binary 11000001 11011100 11011011
Octal 301 334 333

Shades and tints

Shades of #C1DCDB

#C1DCDB
(193,220,219)
#B0C8C8
(176,200,200)
#9FB4B5
(159,180,181)
#8EA0A2
(142,160,162)
#7D8C8F
(125,140,143)
#6C787C
(108,120,124)
#5B6469
(91,100,105)
#4A5056
(74,80,86)
#393C43
(57,60,67)
#282830
(40,40,48)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #C1DCDB

#C1DCDB
(193,220,219)
#C6DFDE
(198,223,222)
#CBE2E1
(203,226,225)
#D0E5E4
(208,229,228)
#D5E8E7
(213,232,231)
#DAEBEA
(218,235,234)
#DFEEED
(223,238,237)
#E4F1F0
(228,241,240)
#E9F4F3
(233,244,243)
#EEF7F6
(238,247,246)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DCDB; }

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

This text font color is #C1DCDB.

Background Color

.myBgColor { background-color: #C1DCDB; }

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

This div background color is #C1DCDB.

Border color

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

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

This div border color is #C1DCDB.

Opacity

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

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

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

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

This text has shadow with #C1DCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DCDB.

Preview

Color preview on black background

This text has color #C1DCDB on black background.


Color preview on white background

This text has color #C1DCDB on white background.


Black color preview on #C1DCDB background

This text has black color on #C1DCDB background.


White color preview on #C1DCDB background

This text has white color on #C1DCDB background.


Related colors

Complementary color

Complementary color for #hex is #3E2324.


I love getcolorcode.com

Triadic colors

1 #DBC1DC and #DCDBC1 with #C1DCDB are triadic colors.

2 #DBDCC1 and #DCC1DB with #C1DCDB are triadic colors.