COLOR #C3D6DC

HEX: #C3D6DC
RGB: (195,214,220)

Color info

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

RGB color model

#C3D6DC color RGB value is (195,214,220).

  • red value is 195;
  • green value is 214;
  • blue value is 220.
RGB:
(195,214,220)
(76%,84%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 214 of 255 = 84%
B 220 of 255 = 86%

195
214
220

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

Portions of RGB colors in percentages

R + G + B =
195 + 214 + 220 = 629 (100%)
R 195 of 629 ~ 31%
G 214 of 629 ~ 34.02%
B 220 of 629 ~ 34.98%

%31
%34.02
%34.98

CMYK color model

#C3D6DC color CMYK value is (11,3,0,14).

  • cyan value is 11.36%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,3,0,14)
C11M3Y0K14 
(11%,3%,0%,14%)
(0.11/0.03/0.00/0.14)	

CMYK percentages

%11.36
%2.73
%0
%13.73

Codes

Color #C3D6DC in popluar color models

C3D6DC
RGB195214220
HSL194°26.32%81.37%
HSB/HSV194°11.36%86.27%
CMYK11.36%2.73%0.00%
13.73%

Color #C3D6DC in popluar number systems.

HEXC3D6DC
Decimal195214220
Binary110000111101011011011100
Octal303326334

Shades and tints

Shades of #C3D6DC

#C3D6DC
(195,214,220)
#B2C3C8
(178,195,200)
#A1B0B4
(161,176,180)
#909DA0
(144,157,160)
#7F8A8C
(127,138,140)
#6E7778
(110,119,120)
#5D6464
(93,100,100)
#4C5150
(76,81,80)
#3B3E3C
(59,62,60)
#2A2B28
(42,43,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #C3D6DC

#C3D6DC
(195,214,220)
#C8D9DF
(200,217,223)
#CDDCE2
(205,220,226)
#D2DFE5
(210,223,229)
#D7E2E8
(215,226,232)
#DCE5EB
(220,229,235)
#E1E8EE
(225,232,238)
#E6EBF1
(230,235,241)
#EBEEF4
(235,238,244)
#F0F1F7
(240,241,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D6DC color. Also use rgb(195,214,220) instead hex code.

Text Font Color

.myTextColor { color: #C3D6DC; }

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

This text font color is #C3D6DC.


Background Color

.myBgColor { background-color: #C3D6DC; }

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

This div background color is #C3D6DC.


Border color

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

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

This div border color is #C3D6DC.


Opacity

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

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

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

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

This text has shadow with #C3D6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D6DC on black background.


Color preview on white background

This text has color #C3D6DC on white background.



Black color preview on #C3D6DC background

This text has black color on #C3D6DC background.


White color preview on #C3D6DC background

This text has white color on #C3D6DC background.