COLOR #C2D0EF

HEX: #C2D0EF
RGB: (194,208,239)

Color info

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

RGB color model

#C2D0EF color RGB value is (194,208,239).

  • red value is 194;
  • green value is 208;
  • blue value is 239.
RGB:
(194,208,239)
(76%,82%,94%)

RGB channels and saturation

R 194 of 255 = 76%
G 208 of 255 = 82%
B 239 of 255 = 94%

194
208
239

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

Portions of RGB colors in percentages

R + G + B =
194 + 208 + 239 = 641 (100%)
R 194 of 641 ~ 30.27%
G 208 of 641 ~ 32.45%
B 239 of 641 ~ 37.29%

%30.27
%32.45
%37.29

CMYK color model

#C2D0EF color CMYK value is (19,13,0,6).

  • cyan value is 18.83%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(19,13,0,6)
C19M13Y0K6 
(19%,13%,0%,6%)
(0.19/0.13/0.00/0.06)	

CMYK percentages

%18.83
%12.97
%0
%6.27

Codes

Color #C2D0EF in popluar color models

C2D0EF
RGB194208239
HSL221°58.44%84.90%
HSB/HSV221°18.83%93.73%
CMYK18.83%12.97%0.00%
6.27%

Color #C2D0EF in popluar number systems.

HEXC2D0EF
Decimal194208239
Binary110000101101000011101111
Octal302320357

Shades and tints

Shades of #C2D0EF

#C2D0EF
(194,208,239)
#B1BEDA
(177,190,218)
#A0ACC5
(160,172,197)
#8F9AB0
(143,154,176)
#7E889B
(126,136,155)
#6D7686
(109,118,134)
#5C6471
(92,100,113)
#4B525C
(75,82,92)
#3A4047
(58,64,71)
#292E32
(41,46,50)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #C2D0EF

#C2D0EF
(194,208,239)
#C7D4F0
(199,212,240)
#CCD8F1
(204,216,241)
#D1DCF2
(209,220,242)
#D6E0F3
(214,224,243)
#DBE4F4
(219,228,244)
#E0E8F5
(224,232,245)
#E5ECF6
(229,236,246)
#EAF0F7
(234,240,247)
#EFF4F8
(239,244,248)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D0EF color. Also use rgb(194,208,239) instead hex code.

Text Font Color

.myTextColor { color: #C2D0EF; }

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

This text font color is #C2D0EF.


Background Color

.myBgColor { background-color: #C2D0EF; }

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

This div background color is #C2D0EF.


Border color

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

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

This div border color is #C2D0EF.


Opacity

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

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

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

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

This text has shadow with #C2D0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D0EF on black background.


Color preview on white background

This text has color #C2D0EF on white background.



Black color preview on #C2D0EF background

This text has black color on #C2D0EF background.


White color preview on #C2D0EF background

This text has white color on #C2D0EF background.