COLOR #C3D1D8

HEX: #C3D1D8 RGB: (195,209,216)

Color info

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

RGB color model

#C3D1D8 color RGB value is (195,209,216).

RGB: (195,209,216) (76%, 82%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 209 of 255 = 82%
B 216 of 255 = 85%

195
209
216

R + G + B ~ 81%. #C3D1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 209 + 216 = 620 (100%)
R 195 of 620 ~ 31.45%
G 209 of 620 ~ 33.71%
B 216 of 620 ~ 34.84'%

%31.45
%33.71
%34.84

CMYK color model

#C3D1D8 color CMYK value is (10,3,0,15).

  • cyan value is 9.72%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (10,3,0,15)
C10M3Y0K15 (10%, 3%, 0%, 15%)
(0.10 / 0.03 / 0.00 / 0.15)

CMYK percentages

%9.72
%3.24
%0
%15.29

Codes

Color #C3D1D8 in popluar color models

C3 D1 D8
RGB 195 209 216
HSL 200° 21.21% 80.59%
HSB/HSV 200° 9.72% 84.71%
CMYK 9.72% 3.24% 0.00%
15.29%

Color #C3D1D8 in popluar number systems.

HEX C3 D1 D8
Decimal 195 209 216
Binary 11000011 11010001 11011000
Octal 303 321 330

Shades and tints

Shades of #C3D1D8

#C3D1D8
(195,209,216)
#B2BEC5
(178,190,197)
#A1ABB2
(161,171,178)
#90989F
(144,152,159)
#7F858C
(127,133,140)
#6E7279
(110,114,121)
#5D5F66
(93,95,102)
#4C4C53
(76,76,83)
#3B3940
(59,57,64)
#2A262D
(42,38,45)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #C3D1D8

#C3D1D8
(195,209,216)
#C8D5DB
(200,213,219)
#CDD9DE
(205,217,222)
#D2DDE1
(210,221,225)
#D7E1E4
(215,225,228)
#DCE5E7
(220,229,231)
#E1E9EA
(225,233,234)
#E6EDED
(230,237,237)
#EBF1F0
(235,241,240)
#F0F5F3
(240,245,243)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D1D8; }

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

This text font color is #C3D1D8.

Background Color

.myBgColor { background-color: #C3D1D8; }

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

This div background color is #C3D1D8.

Border color

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

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

This div border color is #C3D1D8.

Opacity

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

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

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

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

This text has shadow with #C3D1D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D1D8.

Preview

Color preview on black background

This text has color #C3D1D8 on black background.


Color preview on white background

This text has color #C3D1D8 on white background.


Black color preview on #C3D1D8 background

This text has black color on #C3D1D8 background.


White color preview on #C3D1D8 background

This text has white color on #C3D1D8 background.


Related colors

Complementary color

Complementary color for #hex is #3C2E27.


I love getcolorcode.com

Triadic colors

1 #D8C3D1 and #D1D8C3 with #C3D1D8 are triadic colors.

2 #D8D1C3 and #D1C3D8 with #C3D1D8 are triadic colors.