COLOR #C1D4DC

HEX: #C1D4DC RGB: (193,212,220)

Color info

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

RGB color model

#C1D4DC color RGB value is (193,212,220).

RGB: (193,212,220) (76%, 83%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 212 of 255 = 83%
B 220 of 255 = 86%

193
212
220

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

Portions of RGB colors in percentages

R + G + B = 193 + 212 + 220 = 625 (100%)
R 193 of 625 ~ 30.88%
G 212 of 625 ~ 33.92%
B 220 of 625 ~ 35.2'%

%30.88
%33.92
%35.2

CMYK color model

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

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

CMYK: (12,4,0,14)
C12M4Y0K14 (12%, 4%, 0%, 14%)
(0.12 / 0.04 / 0.00 / 0.14)

CMYK percentages

%12.27
%3.64
%0
%13.73

Codes

Color #C1D4DC in popluar color models

C1 D4 DC
RGB 193 212 220
HSL 198° 27.84% 80.98%
HSB/HSV 198° 12.27% 86.27%
CMYK 12.27% 3.64% 0.00%
13.73%

Color #C1D4DC in popluar number systems.

HEX C1 D4 DC
Decimal 193 212 220
Binary 11000001 11010100 11011100
Octal 301 324 334

Shades and tints

Shades of #C1D4DC

#C1D4DC
(193,212,220)
#B0C1C8
(176,193,200)
#9FAEB4
(159,174,180)
#8E9BA0
(142,155,160)
#7D888C
(125,136,140)
#6C7578
(108,117,120)
#5B6264
(91,98,100)
#4A4F50
(74,79,80)
#393C3C
(57,60,60)
#282928
(40,41,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C1D4DC

#C1D4DC
(193,212,220)
#C6D7DF
(198,215,223)
#CBDAE2
(203,218,226)
#D0DDE5
(208,221,229)
#D5E0E8
(213,224,232)
#DAE3EB
(218,227,235)
#DFE6EE
(223,230,238)
#E4E9F1
(228,233,241)
#E9ECF4
(233,236,244)
#EEEFF7
(238,239,247)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D4DC; }

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

This text font color is #C1D4DC.

Background Color

.myBgColor { background-color: #C1D4DC; }

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

This div background color is #C1D4DC.

Border color

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

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

This div border color is #C1D4DC.

Opacity

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

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

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

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

This text has shadow with #C1D4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D4DC.

Preview

Color preview on black background

This text has color #C1D4DC on black background.


Color preview on white background

This text has color #C1D4DC on white background.


Black color preview on #C1D4DC background

This text has black color on #C1D4DC background.


White color preview on #C1D4DC background

This text has white color on #C1D4DC background.


Related colors

Complementary color

Complementary color for #hex is #3E2B23.


I love getcolorcode.com

Triadic colors

1 #DCC1D4 and #D4DCC1 with #C1D4DC are triadic colors.

2 #DCD4C1 and #D4C1DC with #C1D4DC are triadic colors.