COLOR #C1D3D6

HEX: #C1D3D6
RGB: (193,211,214)

Color info

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

RGB color model

#C1D3D6 color RGB value is (193,211,214).

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

RGB channels and saturation

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

193
211
214

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

Portions of RGB colors in percentages

R + G + B =
193 + 211 + 214 = 618 (100%)
R 193 of 618 ~ 31.23%
G 211 of 618 ~ 34.14%
B 214 of 618 ~ 34.63%

%31.23
%34.14
%34.63

CMYK color model

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

  • cyan value is 9.81%
  • magenta value is 1.40%
  • 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
%1.4
%0
%16.08

Codes

Color #C1D3D6 in popluar color models

C1D3D6
RGB193211214
HSL189°20.39%79.80%
HSB/HSV189°9.81%83.92%
CMYK9.81%1.40%0.00%
16.08%

Color #C1D3D6 in popluar number systems.

HEXC1D3D6
Decimal193211214
Binary110000011101001111010110
Octal301323326

Shades and tints

Shades of #C1D3D6

#C1D3D6
(193,211,214)
#B0C0C3
(176,192,195)
#9FADB0
(159,173,176)
#8E9A9D
(142,154,157)
#7D878A
(125,135,138)
#6C7477
(108,116,119)
#5B6164
(91,97,100)
#4A4E51
(74,78,81)
#393B3E
(57,59,62)
#28282B
(40,40,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #C1D3D6

#C1D3D6
(193,211,214)
#C6D7D9
(198,215,217)
#CBDBDC
(203,219,220)
#D0DFDF
(208,223,223)
#D5E3E2
(213,227,226)
#DAE7E5
(218,231,229)
#DFEBE8
(223,235,232)
#E4EFEB
(228,239,235)
#E9F3EE
(233,243,238)
#EEF7F1
(238,247,241)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D3D6; }

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

This text font color is #C1D3D6.


Background Color

.myBgColor { background-color: #C1D3D6; }

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

This div background color is #C1D3D6.


Border color

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

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

This div border color is #C1D3D6.


Opacity

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

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

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

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

This text has shadow with #C1D3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D3D6 on black background.


Color preview on white background

This text has color #C1D3D6 on white background.



Black color preview on #C1D3D6 background

This text has black color on #C1D3D6 background.


White color preview on #C1D3D6 background

This text has white color on #C1D3D6 background.