COLOR #C2D4EC

HEX: #C2D4EC
RGB: (194,212,236)

Color info

#C2D4EC contains red, green and blue colors in about the same proportion. Web safe color of #C2D4EC is #CCCCFF (or #CCF).

RGB color model

#C2D4EC color RGB value is (194,212,236).

  • red value is 194;
  • green value is 212;
  • blue value is 236.
RGB:
(194,212,236)
(76%,83%,93%)

RGB channels and saturation

R 194 of 255 = 76%
G 212 of 255 = 83%
B 236 of 255 = 93%

194
212
236

R + G + B ~ 84%. #C2D4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 212 + 236 = 642 (100%)
R 194 of 642 ~ 30.22%
G 212 of 642 ~ 33.02%
B 236 of 642 ~ 36.76%

%30.22
%33.02
%36.76

CMYK color model

#C2D4EC color CMYK value is (18,10,0,7).

  • cyan value is 17.80%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(18,10,0,7)
C18M10Y0K7 
(18%,10%,0%,7%)
(0.18/0.10/0.00/0.07)	

CMYK percentages

%17.8
%10.17
%0
%7.45

Codes

Color #C2D4EC in popluar color models

C2D4EC
RGB194212236
HSL214°52.50%84.31%
HSB/HSV214°17.80%92.55%
CMYK17.80%10.17%0.00%
7.45%

Color #C2D4EC in popluar number systems.

HEXC2D4EC
Decimal194212236
Binary110000101101010011101100
Octal302324354

Shades and tints

Shades of #C2D4EC

#C2D4EC
(194,212,236)
#B1C1D7
(177,193,215)
#A0AEC2
(160,174,194)
#8F9BAD
(143,155,173)
#7E8898
(126,136,152)
#6D7583
(109,117,131)
#5C626E
(92,98,110)
#4B4F59
(75,79,89)
#3A3C44
(58,60,68)
#29292F
(41,41,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #C2D4EC

#C2D4EC
(194,212,236)
#C7D7ED
(199,215,237)
#CCDAEE
(204,218,238)
#D1DDEF
(209,221,239)
#D6E0F0
(214,224,240)
#DBE3F1
(219,227,241)
#E0E6F2
(224,230,242)
#E5E9F3
(229,233,243)
#EAECF4
(234,236,244)
#EFEFF5
(239,239,245)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D4EC color. Also use rgb(194,212,236) instead hex code.

Text Font Color

.myTextColor { color: #C2D4EC; }

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

This text font color is #C2D4EC.


Background Color

.myBgColor { background-color: #C2D4EC; }

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

This div background color is #C2D4EC.


Border color

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

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

This div border color is #C2D4EC.


Opacity

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

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

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

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

This text has shadow with #C2D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D4EC on black background.


Color preview on white background

This text has color #C2D4EC on white background.



Black color preview on #C2D4EC background

This text has black color on #C2D4EC background.


White color preview on #C2D4EC background

This text has white color on #C2D4EC background.