COLOR #C3D9DC

HEX: #C3D9DC RGB: (195,217,220)

Color info

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

RGB color model

#C3D9DC color RGB value is (195,217,220).

RGB: (195,217,220) (76%, 85%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 217 of 255 = 85%
B 220 of 255 = 86%

195
217
220

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

Portions of RGB colors in percentages

R + G + B = 195 + 217 + 220 = 632 (100%)
R 195 of 632 ~ 30.85%
G 217 of 632 ~ 34.34%
B 220 of 632 ~ 34.81'%

%30.85
%34.34
%34.81

CMYK color model

#C3D9DC color CMYK value is (11,1,0,14).

  • cyan value is 11.36%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (11,1,0,14)
C11M1Y0K14 (11%, 1%, 0%, 14%)
(0.11 / 0.01 / 0.00 / 0.14)

CMYK percentages

%11.36
%1.36
%0
%13.73

Codes

Color #C3D9DC in popluar color models

C3 D9 DC
RGB 195 217 220
HSL 187° 26.32% 81.37%
HSB/HSV 187° 11.36% 86.27%
CMYK 11.36% 1.36% 0.00%
13.73%

Color #C3D9DC in popluar number systems.

HEX C3 D9 DC
Decimal 195 217 220
Binary 11000011 11011001 11011100
Octal 303 331 334

Shades and tints

Shades of #C3D9DC

#C3D9DC
(195,217,220)
#B2C6C8
(178,198,200)
#A1B3B4
(161,179,180)
#90A0A0
(144,160,160)
#7F8D8C
(127,141,140)
#6E7A78
(110,122,120)
#5D6764
(93,103,100)
#4C5450
(76,84,80)
#3B413C
(59,65,60)
#2A2E28
(42,46,40)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #C3D9DC

#C3D9DC
(195,217,220)
#C8DCDF
(200,220,223)
#CDDFE2
(205,223,226)
#D2E2E5
(210,226,229)
#D7E5E8
(215,229,232)
#DCE8EB
(220,232,235)
#E1EBEE
(225,235,238)
#E6EEF1
(230,238,241)
#EBF1F4
(235,241,244)
#F0F4F7
(240,244,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D9DC; }

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

This text font color is #C3D9DC.

Background Color

.myBgColor { background-color: #C3D9DC; }

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

This div background color is #C3D9DC.

Border color

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

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

This div border color is #C3D9DC.

Opacity

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

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

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

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

This text has shadow with #C3D9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D9DC.

Preview

Color preview on black background

This text has color #C3D9DC on black background.


Color preview on white background

This text has color #C3D9DC on white background.


Black color preview on #C3D9DC background

This text has black color on #C3D9DC background.


White color preview on #C3D9DC background

This text has white color on #C3D9DC background.


Related colors

Complementary color

Complementary color for #hex is #3C2623.


I love getcolorcode.com

Triadic colors

1 #DCC3D9 and #D9DCC3 with #C3D9DC are triadic colors.

2 #DCD9C3 and #D9C3DC with #C3D9DC are triadic colors.