COLOR #C2D8E7

HEX: #C2D8E7
RGB: (194,216,231)

Color info

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

RGB color model

#C2D8E7 color RGB value is (194,216,231).

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

RGB channels and saturation

R 194 of 255 = 76%
G 216 of 255 = 85%
B 231 of 255 = 91%

194
216
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 216 + 231 = 641 (100%)
R 194 of 641 ~ 30.27%
G 216 of 641 ~ 33.7%
B 231 of 641 ~ 36.04%

%30.27
%33.7
%36.04

CMYK color model

#C2D8E7 color CMYK value is (16,6,0,9).

  • cyan value is 16.02%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,6,0,9)
C16M6Y0K9 
(16%,6%,0%,9%)
(0.16/0.06/0.00/0.09)	

CMYK percentages

%16.02
%6.49
%0
%9.41

Codes

Color #C2D8E7 in popluar color models

C2D8E7
RGB194216231
HSL204°43.53%83.33%
HSB/HSV204°16.02%90.59%
CMYK16.02%6.49%0.00%
9.41%

Color #C2D8E7 in popluar number systems.

HEXC2D8E7
Decimal194216231
Binary110000101101100011100111
Octal302330347

Shades and tints

Shades of #C2D8E7

#C2D8E7
(194,216,231)
#B1C5D2
(177,197,210)
#A0B2BD
(160,178,189)
#8F9FA8
(143,159,168)
#7E8C93
(126,140,147)
#6D797E
(109,121,126)
#5C6669
(92,102,105)
#4B5354
(75,83,84)
#3A403F
(58,64,63)
#292D2A
(41,45,42)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #C2D8E7

#C2D8E7
(194,216,231)
#C7DBE9
(199,219,233)
#CCDEEB
(204,222,235)
#D1E1ED
(209,225,237)
#D6E4EF
(214,228,239)
#DBE7F1
(219,231,241)
#E0EAF3
(224,234,243)
#E5EDF5
(229,237,245)
#EAF0F7
(234,240,247)
#EFF3F9
(239,243,249)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D8E7; }

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

This text font color is #C2D8E7.


Background Color

.myBgColor { background-color: #C2D8E7; }

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

This div background color is #C2D8E7.


Border color

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

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

This div border color is #C2D8E7.


Opacity

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

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

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

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

This text has shadow with #C2D8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D8E7 on black background.


Color preview on white background

This text has color #C2D8E7 on white background.



Black color preview on #C2D8E7 background

This text has black color on #C2D8E7 background.


White color preview on #C2D8E7 background

This text has white color on #C2D8E7 background.