COLOR #C3D7DE

HEX: #C3D7DE
RGB: (195,215,222)

Color info

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

RGB color model

#C3D7DE color RGB value is (195,215,222).

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

RGB channels and saturation

R 195 of 255 = 76%
G 215 of 255 = 84%
B 222 of 255 = 87%

195
215
222

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

Portions of RGB colors in percentages

R + G + B =
195 + 215 + 222 = 632 (100%)
R 195 of 632 ~ 30.85%
G 215 of 632 ~ 34.02%
B 222 of 632 ~ 35.13%

%30.85
%34.02
%35.13

CMYK color model

#C3D7DE color CMYK value is (12,3,0,13).

  • cyan value is 12.16%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(12,3,0,13)
C12M3Y0K13 
(12%,3%,0%,13%)
(0.12/0.03/0.00/0.13)	

CMYK percentages

%12.16
%3.15
%0
%12.94

Codes

Color #C3D7DE in popluar color models

C3D7DE
RGB195215222
HSL196°29.03%81.76%
HSB/HSV196°12.16%87.06%
CMYK12.16%3.15%0.00%
12.94%

Color #C3D7DE in popluar number systems.

HEXC3D7DE
Decimal195215222
Binary110000111101011111011110
Octal303327336

Shades and tints

Shades of #C3D7DE

#C3D7DE
(195,215,222)
#B2C4CA
(178,196,202)
#A1B1B6
(161,177,182)
#909EA2
(144,158,162)
#7F8B8E
(127,139,142)
#6E787A
(110,120,122)
#5D6566
(93,101,102)
#4C5252
(76,82,82)
#3B3F3E
(59,63,62)
#2A2C2A
(42,44,42)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #C3D7DE

#C3D7DE
(195,215,222)
#C8DAE1
(200,218,225)
#CDDDE4
(205,221,228)
#D2E0E7
(210,224,231)
#D7E3EA
(215,227,234)
#DCE6ED
(220,230,237)
#E1E9F0
(225,233,240)
#E6ECF3
(230,236,243)
#EBEFF6
(235,239,246)
#F0F2F9
(240,242,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D7DE; }

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

This text font color is #C3D7DE.


Background Color

.myBgColor { background-color: #C3D7DE; }

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

This div background color is #C3D7DE.


Border color

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

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

This div border color is #C3D7DE.


Opacity

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

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

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

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

This text has shadow with #C3D7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D7DE on black background.


Color preview on white background

This text has color #C3D7DE on white background.



Black color preview on #C3D7DE background

This text has black color on #C3D7DE background.


White color preview on #C3D7DE background

This text has white color on #C3D7DE background.