COLOR #C2D8F6

HEX: #C2D8F6
RGB: (194,216,246)

Color info

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

RGB color model

#C2D8F6 color RGB value is (194,216,246).

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

RGB channels and saturation

R 194 of 255 = 76%
G 216 of 255 = 85%
B 246 of 255 = 96%

194
216
246

R + G + B ~ 86%. #C2D8F6 is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 216 + 246 = 656 (100%)
R 194 of 656 ~ 29.57%
G 216 of 656 ~ 32.93%
B 246 of 656 ~ 37.5%

%29.57
%32.93
%37.5

CMYK color model

#C2D8F6 color CMYK value is (21,12,0,4).

  • cyan value is 21.14%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(21,12,0,4)
C21M12Y0K4 
(21%,12%,0%,4%)
(0.21/0.12/0.00/0.04)	

CMYK percentages

%21.14
%12.2
%0
%3.53

Codes

Color #C2D8F6 in popluar color models

C2D8F6
RGB194216246
HSL215°74.29%86.27%
HSB/HSV215°21.14%96.47%
CMYK21.14%12.20%0.00%
3.53%

Color #C2D8F6 in popluar number systems.

HEXC2D8F6
Decimal194216246
Binary110000101101100011110110
Octal302330366

Shades and tints

Shades of #C2D8F6

#C2D8F6
(194,216,246)
#B1C5E0
(177,197,224)
#A0B2CA
(160,178,202)
#8F9FB4
(143,159,180)
#7E8C9E
(126,140,158)
#6D7988
(109,121,136)
#5C6672
(92,102,114)
#4B535C
(75,83,92)
#3A4046
(58,64,70)
#292D30
(41,45,48)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #C2D8F6

#C2D8F6
(194,216,246)
#C7DBF6
(199,219,246)
#CCDEF6
(204,222,246)
#D1E1F6
(209,225,246)
#D6E4F6
(214,228,246)
#DBE7F6
(219,231,246)
#E0EAF6
(224,234,246)
#E5EDF6
(229,237,246)
#EAF0F6
(234,240,246)
#EFF3F6
(239,243,246)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D8F6; }

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

This text font color is #C2D8F6.


Background Color

.myBgColor { background-color: #C2D8F6; }

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

This div background color is #C2D8F6.


Border color

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

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

This div border color is #C2D8F6.


Opacity

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

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

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

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

This text has shadow with #C2D8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D8F6 on black background.


Color preview on white background

This text has color #C2D8F6 on white background.



Black color preview on #C2D8F6 background

This text has black color on #C2D8F6 background.


White color preview on #C2D8F6 background

This text has white color on #C2D8F6 background.