COLOR #C2D8FE

HEX: #C2D8FE
RGB: (194,216,254)

Color info

#C2D8FE contains mainly green and blue colors. Web safe color of #C2D8FE is #CCCCFF (or #CCF).

RGB color model

#C2D8FE color RGB value is (194,216,254).

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

RGB channels and saturation

R 194 of 255 = 76%
G 216 of 255 = 85%
B 254 of 255 = 100%

194
216
254

R + G + B ~ 87%. #C2D8FE is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 216 + 254 = 664 (100%)
R 194 of 664 ~ 29.22%
G 216 of 664 ~ 32.53%
B 254 of 664 ~ 38.25%

%29.22
%32.53
%38.25

CMYK color model

#C2D8FE color CMYK value is (24,15,0,0).

  • cyan value is 23.62%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(24,15,0,0)
C24M15Y0K0 
(24%,15%,0%,0%)
(0.24/0.15/0.00/0.00)	

CMYK percentages

%23.62
%14.96
%0
%0.39

Codes

Color #C2D8FE in popluar color models

C2D8FE
RGB194216254
HSL218°96.77%87.84%
HSB/HSV218°23.62%99.61%
CMYK23.62%14.96%0.00%
0.39%

Color #C2D8FE in popluar number systems.

HEXC2D8FE
Decimal194216254
Binary110000101101100011111110
Octal302330376

Shades and tints

Shades of #C2D8FE

#C2D8FE
(194,216,254)
#B1C5E7
(177,197,231)
#A0B2D0
(160,178,208)
#8F9FB9
(143,159,185)
#7E8CA2
(126,140,162)
#6D798B
(109,121,139)
#5C6674
(92,102,116)
#4B535D
(75,83,93)
#3A4046
(58,64,70)
#292D2F
(41,45,47)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #C2D8FE

#C2D8FE
(194,216,254)
#C7DBFE
(199,219,254)
#CCDEFE
(204,222,254)
#D1E1FE
(209,225,254)
#D6E4FE
(214,228,254)
#DBE7FE
(219,231,254)
#E0EAFE
(224,234,254)
#E5EDFE
(229,237,254)
#EAF0FE
(234,240,254)
#EFF3FE
(239,243,254)
#F4F6FE
(244,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D8FE; }

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

This text font color is #C2D8FE.


Background Color

.myBgColor { background-color: #C2D8FE; }

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

This div background color is #C2D8FE.


Border color

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

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

This div border color is #C2D8FE.


Opacity

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

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

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

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

This text has shadow with #C2D8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D8FE on black background.


Color preview on white background

This text has color #C2D8FE on white background.



Black color preview on #C2D8FE background

This text has black color on #C2D8FE background.


White color preview on #C2D8FE background

This text has white color on #C2D8FE background.