COLOR #C2D4F2

HEX: #C2D4F2
RGB: (194,212,242)

Color info

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

RGB color model

#C2D4F2 color RGB value is (194,212,242).

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

RGB channels and saturation

R 194 of 255 = 76%
G 212 of 255 = 83%
B 242 of 255 = 95%

194
212
242

R + G + B ~ 85%. #C2D4F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 212 + 242 = 648 (100%)
R 194 of 648 ~ 29.94%
G 212 of 648 ~ 32.72%
B 242 of 648 ~ 37.35%

%29.94
%32.72
%37.35

CMYK color model

#C2D4F2 color CMYK value is (20,12,0,5).

  • cyan value is 19.83%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(20,12,0,5)
C20M12Y0K5 
(20%,12%,0%,5%)
(0.20/0.12/0.00/0.05)	

CMYK percentages

%19.83
%12.4
%0
%5.1

Codes

Color #C2D4F2 in popluar color models

C2D4F2
RGB194212242
HSL218°64.86%85.49%
HSB/HSV218°19.83%94.90%
CMYK19.83%12.40%0.00%
5.10%

Color #C2D4F2 in popluar number systems.

HEXC2D4F2
Decimal194212242
Binary110000101101010011110010
Octal302324362

Shades and tints

Shades of #C2D4F2

#C2D4F2
(194,212,242)
#B1C1DC
(177,193,220)
#A0AEC6
(160,174,198)
#8F9BB0
(143,155,176)
#7E889A
(126,136,154)
#6D7584
(109,117,132)
#5C626E
(92,98,110)
#4B4F58
(75,79,88)
#3A3C42
(58,60,66)
#29292C
(41,41,44)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #C2D4F2

#C2D4F2
(194,212,242)
#C7D7F3
(199,215,243)
#CCDAF4
(204,218,244)
#D1DDF5
(209,221,245)
#D6E0F6
(214,224,246)
#DBE3F7
(219,227,247)
#E0E6F8
(224,230,248)
#E5E9F9
(229,233,249)
#EAECFA
(234,236,250)
#EFEFFB
(239,239,251)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D4F2; }

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

This text font color is #C2D4F2.


Background Color

.myBgColor { background-color: #C2D4F2; }

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

This div background color is #C2D4F2.


Border color

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

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

This div border color is #C2D4F2.


Opacity

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

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

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

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

This text has shadow with #C2D4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D4F2 on black background.


Color preview on white background

This text has color #C2D4F2 on white background.



Black color preview on #C2D4F2 background

This text has black color on #C2D4F2 background.


White color preview on #C2D4F2 background

This text has white color on #C2D4F2 background.