COLOR #C3D8DA

HEX: #C3D8DA RGB: (195,216,218)

Color info

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

RGB color model

#C3D8DA color RGB value is (195,216,218).

RGB: (195,216,218) (76%, 85%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 216 of 255 = 85%
B 218 of 255 = 85%

195
216
218

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

Portions of RGB colors in percentages

R + G + B = 195 + 216 + 218 = 629 (100%)
R 195 of 629 ~ 31%
G 216 of 629 ~ 34.34%
B 218 of 629 ~ 34.66'%

%31
%34.34
%34.66

CMYK color model

#C3D8DA color CMYK value is (11,1,0,15).

  • cyan value is 10.55%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (11,1,0,15)
C11M1Y0K15 (11%, 1%, 0%, 15%)
(0.11 / 0.01 / 0.00 / 0.15)

CMYK percentages

%10.55
%0.92
%0
%14.51

Codes

Color #C3D8DA in popluar color models

C3 D8 DA
RGB 195 216 218
HSL 185° 23.71% 80.98%
HSB/HSV 185° 10.55% 85.49%
CMYK 10.55% 0.92% 0.00%
14.51%

Color #C3D8DA in popluar number systems.

HEX C3 D8 DA
Decimal 195 216 218
Binary 11000011 11011000 11011010
Octal 303 330 332

Shades and tints

Shades of #C3D8DA

#C3D8DA
(195,216,218)
#B2C5C7
(178,197,199)
#A1B2B4
(161,178,180)
#909FA1
(144,159,161)
#7F8C8E
(127,140,142)
#6E797B
(110,121,123)
#5D6668
(93,102,104)
#4C5355
(76,83,85)
#3B4042
(59,64,66)
#2A2D2F
(42,45,47)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #C3D8DA

#C3D8DA
(195,216,218)
#C8DBDD
(200,219,221)
#CDDEE0
(205,222,224)
#D2E1E3
(210,225,227)
#D7E4E6
(215,228,230)
#DCE7E9
(220,231,233)
#E1EAEC
(225,234,236)
#E6EDEF
(230,237,239)
#EBF0F2
(235,240,242)
#F0F3F5
(240,243,245)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D8DA; }

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

This text font color is #C3D8DA.

Background Color

.myBgColor { background-color: #C3D8DA; }

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

This div background color is #C3D8DA.

Border color

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

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

This div border color is #C3D8DA.

Opacity

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

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

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

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

This text has shadow with #C3D8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D8DA.

Preview

Color preview on black background

This text has color #C3D8DA on black background.


Color preview on white background

This text has color #C3D8DA on white background.


Black color preview on #C3D8DA background

This text has black color on #C3D8DA background.


White color preview on #C3D8DA background

This text has white color on #C3D8DA background.


Related colors

Complementary color

Complementary color for #hex is #3C2725.


I love getcolorcode.com

Triadic colors

1 #DAC3D8 and #D8DAC3 with #C3D8DA are triadic colors.

2 #DAD8C3 and #D8C3DA with #C3D8DA are triadic colors.