COLOR #C2D2F9

HEX: #C2D2F9
RGB: (194,210,249)

Color info

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

RGB color model

#C2D2F9 color RGB value is (194,210,249).

  • red value is 194;
  • green value is 210;
  • blue value is 249.
RGB:
(194,210,249)
(76%,82%,98%)

RGB channels and saturation

R 194 of 255 = 76%
G 210 of 255 = 82%
B 249 of 255 = 98%

194
210
249

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

Portions of RGB colors in percentages

R + G + B =
194 + 210 + 249 = 653 (100%)
R 194 of 653 ~ 29.71%
G 210 of 653 ~ 32.16%
B 249 of 653 ~ 38.13%

%29.71
%32.16
%38.13

CMYK color model

#C2D2F9 color CMYK value is (22,16,0,2).

  • cyan value is 22.09%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(22,16,0,2)
C22M16Y0K2 
(22%,16%,0%,2%)
(0.22/0.16/0.00/0.02)	

CMYK percentages

%22.09
%15.66
%0
%2.35

Codes

Color #C2D2F9 in popluar color models

C2D2F9
RGB194210249
HSL223°82.09%86.86%
HSB/HSV223°22.09%97.65%
CMYK22.09%15.66%0.00%
2.35%

Color #C2D2F9 in popluar number systems.

HEXC2D2F9
Decimal194210249
Binary110000101101001011111001
Octal302322371

Shades and tints

Shades of #C2D2F9

#C2D2F9
(194,210,249)
#B1BFE3
(177,191,227)
#A0ACCD
(160,172,205)
#8F99B7
(143,153,183)
#7E86A1
(126,134,161)
#6D738B
(109,115,139)
#5C6075
(92,96,117)
#4B4D5F
(75,77,95)
#3A3A49
(58,58,73)
#292733
(41,39,51)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #C2D2F9

#C2D2F9
(194,210,249)
#C7D6F9
(199,214,249)
#CCDAF9
(204,218,249)
#D1DEF9
(209,222,249)
#D6E2F9
(214,226,249)
#DBE6F9
(219,230,249)
#E0EAF9
(224,234,249)
#E5EEF9
(229,238,249)
#EAF2F9
(234,242,249)
#EFF6F9
(239,246,249)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D2F9 color. Also use rgb(194,210,249) instead hex code.

Text Font Color

.myTextColor { color: #C2D2F9; }

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

This text font color is #C2D2F9.


Background Color

.myBgColor { background-color: #C2D2F9; }

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

This div background color is #C2D2F9.


Border color

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

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

This div border color is #C2D2F9.


Opacity

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

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

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

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

This text has shadow with #C2D2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D2F9 on black background.


Color preview on white background

This text has color #C2D2F9 on white background.



Black color preview on #C2D2F9 background

This text has black color on #C2D2F9 background.


White color preview on #C2D2F9 background

This text has white color on #C2D2F9 background.