COLOR #C3DCDF

HEX: #C3DCDF
RGB: (195,220,223)

Color info

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

RGB color model

#C3DCDF color RGB value is (195,220,223).

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

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 223 of 255 = 87%

195
220
223

R + G + B ~ 83%. #C3DCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 220 + 223 = 638 (100%)
R 195 of 638 ~ 30.56%
G 220 of 638 ~ 34.48%
B 223 of 638 ~ 34.95%

%30.56
%34.48
%34.95

CMYK color model

#C3DCDF color CMYK value is (13,1,0,13).

  • cyan value is 12.56%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,1,0,13)
C13M1Y0K13 
(13%,1%,0%,13%)
(0.13/0.01/0.00/0.13)	

CMYK percentages

%12.56
%1.35
%0
%12.55

Codes

Color #C3DCDF in popluar color models

C3DCDF
RGB195220223
HSL186°30.43%81.96%
HSB/HSV186°12.56%87.45%
CMYK12.56%1.35%0.00%
12.55%

Color #C3DCDF in popluar number systems.

HEXC3DCDF
Decimal195220223
Binary110000111101110011011111
Octal303334337

Shades and tints

Shades of #C3DCDF

#C3DCDF
(195,220,223)
#B2C8CB
(178,200,203)
#A1B4B7
(161,180,183)
#90A0A3
(144,160,163)
#7F8C8F
(127,140,143)
#6E787B
(110,120,123)
#5D6467
(93,100,103)
#4C5053
(76,80,83)
#3B3C3F
(59,60,63)
#2A282B
(42,40,43)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #C3DCDF

#C3DCDF
(195,220,223)
#C8DFE1
(200,223,225)
#CDE2E3
(205,226,227)
#D2E5E5
(210,229,229)
#D7E8E7
(215,232,231)
#DCEBE9
(220,235,233)
#E1EEEB
(225,238,235)
#E6F1ED
(230,241,237)
#EBF4EF
(235,244,239)
#F0F7F1
(240,247,241)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DCDF; }

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

This text font color is #C3DCDF.


Background Color

.myBgColor { background-color: #C3DCDF; }

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

This div background color is #C3DCDF.


Border color

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

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

This div border color is #C3DCDF.


Opacity

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

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

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

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

This text has shadow with #C3DCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DCDF on black background.


Color preview on white background

This text has color #C3DCDF on white background.



Black color preview on #C3DCDF background

This text has black color on #C3DCDF background.


White color preview on #C3DCDF background

This text has white color on #C3DCDF background.