COLOR #C2D8DA

HEX: #C2D8DA
RGB: (194,216,218)

Color info

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

RGB color model

#C2D8DA color RGB value is (194,216,218).

  • red value is 194;
  • green value is 216;
  • blue value is 218.
RGB:
(194,216,218)
(76%,85%,85%)

RGB channels and saturation

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

194
216
218

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

Portions of RGB colors in percentages

R + G + B =
194 + 216 + 218 = 628 (100%)
R 194 of 628 ~ 30.89%
G 216 of 628 ~ 34.39%
B 218 of 628 ~ 34.71%

%30.89
%34.39
%34.71

CMYK color model

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

  • cyan value is 11.01%
  • 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

%11.01
%0.92
%0
%14.51

Codes

Color #C2D8DA in popluar color models

C2D8DA
RGB194216218
HSL185°24.49%80.78%
HSB/HSV185°11.01%85.49%
CMYK11.01%0.92%0.00%
14.51%

Color #C2D8DA in popluar number systems.

HEXC2D8DA
Decimal194216218
Binary110000101101100011011010
Octal302330332

Shades and tints

Shades of #C2D8DA

#C2D8DA
(194,216,218)
#B1C5C7
(177,197,199)
#A0B2B4
(160,178,180)
#8F9FA1
(143,159,161)
#7E8C8E
(126,140,142)
#6D797B
(109,121,123)
#5C6668
(92,102,104)
#4B5355
(75,83,85)
#3A4042
(58,64,66)
#292D2F
(41,45,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #C2D8DA

#C2D8DA
(194,216,218)
#C7DBDD
(199,219,221)
#CCDEE0
(204,222,224)
#D1E1E3
(209,225,227)
#D6E4E6
(214,228,230)
#DBE7E9
(219,231,233)
#E0EAEC
(224,234,236)
#E5EDEF
(229,237,239)
#EAF0F2
(234,240,242)
#EFF3F5
(239,243,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D8DA; }

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

This text font color is #C2D8DA.


Background Color

.myBgColor { background-color: #C2D8DA; }

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

This div background color is #C2D8DA.


Border color

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

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

This div border color is #C2D8DA.


Opacity

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

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

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

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

This text has shadow with #C2D8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D8DA on black background.


Color preview on white background

This text has color #C2D8DA on white background.



Black color preview on #C2D8DA background

This text has black color on #C2D8DA background.


White color preview on #C2D8DA background

This text has white color on #C2D8DA background.