COLOR #C3D1DE

HEX: #C3D1DE RGB: (195,209,222)

Color info

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

RGB color model

#C3D1DE color RGB value is (195,209,222).

RGB: (195,209,222) (76%, 82%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 209 of 255 = 82%
B 222 of 255 = 87%

195
209
222

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

Portions of RGB colors in percentages

R + G + B = 195 + 209 + 222 = 626 (100%)
R 195 of 626 ~ 31.15%
G 209 of 626 ~ 33.39%
B 222 of 626 ~ 35.46'%

%31.15
%33.39
%35.46

CMYK color model

#C3D1DE color CMYK value is (12,6,0,13).

  • cyan value is 12.16%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (12,6,0,13)
C12M6Y0K13 (12%, 6%, 0%, 13%)
(0.12 / 0.06 / 0.00 / 0.13)

CMYK percentages

%12.16
%5.86
%0
%12.94

Codes

Color #C3D1DE in popluar color models

C3 D1 DE
RGB 195 209 222
HSL 209° 29.03% 81.76%
HSB/HSV 209° 12.16% 87.06%
CMYK 12.16% 5.86% 0.00%
12.94%

Color #C3D1DE in popluar number systems.

HEX C3 D1 DE
Decimal 195 209 222
Binary 11000011 11010001 11011110
Octal 303 321 336

Shades and tints

Shades of #C3D1DE

#C3D1DE
(195,209,222)
#B2BECA
(178,190,202)
#A1ABB6
(161,171,182)
#9098A2
(144,152,162)
#7F858E
(127,133,142)
#6E727A
(110,114,122)
#5D5F66
(93,95,102)
#4C4C52
(76,76,82)
#3B393E
(59,57,62)
#2A262A
(42,38,42)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C3D1DE

#C3D1DE
(195,209,222)
#C8D5E1
(200,213,225)
#CDD9E4
(205,217,228)
#D2DDE7
(210,221,231)
#D7E1EA
(215,225,234)
#DCE5ED
(220,229,237)
#E1E9F0
(225,233,240)
#E6EDF3
(230,237,243)
#EBF1F6
(235,241,246)
#F0F5F9
(240,245,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D1DE; }

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

This text font color is #C3D1DE.

Background Color

.myBgColor { background-color: #C3D1DE; }

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

This div background color is #C3D1DE.

Border color

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

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

This div border color is #C3D1DE.

Opacity

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

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

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

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

This text has shadow with #C3D1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D1DE.

Preview

Color preview on black background

This text has color #C3D1DE on black background.


Color preview on white background

This text has color #C3D1DE on white background.


Black color preview on #C3D1DE background

This text has black color on #C3D1DE background.


White color preview on #C3D1DE background

This text has white color on #C3D1DE background.


Related colors

Complementary color

Complementary color for #hex is #3C2E21.


I love getcolorcode.com

Triadic colors

1 #DEC3D1 and #D1DEC3 with #C3D1DE are triadic colors.

2 #DED1C3 and #D1C3DE with #C3D1DE are triadic colors.