COLOR #C1D4D6

HEX: #C1D4D6
RGB: (193,212,214)

Color info

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

RGB color model

#C1D4D6 color RGB value is (193,212,214).

  • red value is 193;
  • green value is 212;
  • blue value is 214.
RGB:
(193,212,214)
(76%,83%,84%)

RGB channels and saturation

R 193 of 255 = 76%
G 212 of 255 = 83%
B 214 of 255 = 84%

193
212
214

R + G + B ~ 81%. #C1D4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 212 + 214 = 619 (100%)
R 193 of 619 ~ 31.18%
G 212 of 619 ~ 34.25%
B 214 of 619 ~ 34.57%

%31.18
%34.25
%34.57

CMYK color model

#C1D4D6 color CMYK value is (10,1,0,16).

  • cyan value is 9.81%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,1,0,16)
C10M1Y0K16 
(10%,1%,0%,16%)
(0.10/0.01/0.00/0.16)	

CMYK percentages

%9.81
%0.93
%0
%16.08

Codes

Color #C1D4D6 in popluar color models

C1D4D6
RGB193212214
HSL186°20.39%79.80%
HSB/HSV186°9.81%83.92%
CMYK9.81%0.93%0.00%
16.08%

Color #C1D4D6 in popluar number systems.

HEXC1D4D6
Decimal193212214
Binary110000011101010011010110
Octal301324326

Shades and tints

Shades of #C1D4D6

#C1D4D6
(193,212,214)
#B0C1C3
(176,193,195)
#9FAEB0
(159,174,176)
#8E9B9D
(142,155,157)
#7D888A
(125,136,138)
#6C7577
(108,117,119)
#5B6264
(91,98,100)
#4A4F51
(74,79,81)
#393C3E
(57,60,62)
#28292B
(40,41,43)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #C1D4D6

#C1D4D6
(193,212,214)
#C6D7D9
(198,215,217)
#CBDADC
(203,218,220)
#D0DDDF
(208,221,223)
#D5E0E2
(213,224,226)
#DAE3E5
(218,227,229)
#DFE6E8
(223,230,232)
#E4E9EB
(228,233,235)
#E9ECEE
(233,236,238)
#EEEFF1
(238,239,241)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D4D6; }

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

This text font color is #C1D4D6.


Background Color

.myBgColor { background-color: #C1D4D6; }

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

This div background color is #C1D4D6.


Border color

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

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

This div border color is #C1D4D6.


Opacity

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

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

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

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

This text has shadow with #C1D4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D4D6 on black background.


Color preview on white background

This text has color #C1D4D6 on white background.



Black color preview on #C1D4D6 background

This text has black color on #C1D4D6 background.


White color preview on #C1D4D6 background

This text has white color on #C1D4D6 background.