COLOR #C3D7DC

HEX: #C3D7DC
RGB: (195,215,220)

Color info

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

RGB color model

#C3D7DC color RGB value is (195,215,220).

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

RGB channels and saturation

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

195
215
220

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

Portions of RGB colors in percentages

R + G + B =
195 + 215 + 220 = 630 (100%)
R 195 of 630 ~ 30.95%
G 215 of 630 ~ 34.13%
B 220 of 630 ~ 34.92%

%30.95
%34.13
%34.92

CMYK color model

#C3D7DC color CMYK value is (11,2,0,14).

  • cyan value is 11.36%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,2,0,14)
C11M2Y0K14 
(11%,2%,0%,14%)
(0.11/0.02/0.00/0.14)	

CMYK percentages

%11.36
%2.27
%0
%13.73

Codes

Color #C3D7DC in popluar color models

C3D7DC
RGB195215220
HSL192°26.32%81.37%
HSB/HSV192°11.36%86.27%
CMYK11.36%2.27%0.00%
13.73%

Color #C3D7DC in popluar number systems.

HEXC3D7DC
Decimal195215220
Binary110000111101011111011100
Octal303327334

Shades and tints

Shades of #C3D7DC

#C3D7DC
(195,215,220)
#B2C4C8
(178,196,200)
#A1B1B4
(161,177,180)
#909EA0
(144,158,160)
#7F8B8C
(127,139,140)
#6E7878
(110,120,120)
#5D6564
(93,101,100)
#4C5250
(76,82,80)
#3B3F3C
(59,63,60)
#2A2C28
(42,44,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #C3D7DC

#C3D7DC
(195,215,220)
#C8DADF
(200,218,223)
#CDDDE2
(205,221,226)
#D2E0E5
(210,224,229)
#D7E3E8
(215,227,232)
#DCE6EB
(220,230,235)
#E1E9EE
(225,233,238)
#E6ECF1
(230,236,241)
#EBEFF4
(235,239,244)
#F0F2F7
(240,242,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D7DC; }

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

This text font color is #C3D7DC.


Background Color

.myBgColor { background-color: #C3D7DC; }

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

This div background color is #C3D7DC.


Border color

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

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

This div border color is #C3D7DC.


Opacity

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

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

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

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

This text has shadow with #C3D7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D7DC on black background.


Color preview on white background

This text has color #C3D7DC on white background.



Black color preview on #C3D7DC background

This text has black color on #C3D7DC background.


White color preview on #C3D7DC background

This text has white color on #C3D7DC background.