COLOR #C2D6FA

HEX: #C2D6FA RGB: (194,214,250)

Color info

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

RGB color model

#C2D6FA color RGB value is (194,214,250).

RGB: (194,214,250) (76%, 84%, 98%)

RGB channels and saturation

R 194 of 255 = 76%
G 214 of 255 = 84%
B 250 of 255 = 98%

194
214
250

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

Portions of RGB colors in percentages

R + G + B = 194 + 214 + 250 = 658 (100%)
R 194 of 658 ~ 29.48%
G 214 of 658 ~ 32.52%
B 250 of 658 ~ 37.99'%

%29.48
%32.52
%37.99

CMYK color model

#C2D6FA color CMYK value is (22,14,0,2).

  • cyan value is 22.40%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (22,14,0,2)
C22M14Y0K2 (22%, 14%, 0%, 2%)
(0.22 / 0.14 / 0.00 / 0.02)

CMYK percentages

%22.4
%14.4
%0
%1.96

Codes

Color #C2D6FA in popluar color models

C2 D6 FA
RGB 194 214 250
HSL 219° 84.85% 87.06%
HSB/HSV 219° 22.40% 98.04%
CMYK 22.40% 14.40% 0.00%
1.96%

Color #C2D6FA in popluar number systems.

HEX C2 D6 FA
Decimal 194 214 250
Binary 11000010 11010110 11111010
Octal 302 326 372

Shades and tints

Shades of #C2D6FA

#C2D6FA
(194,214,250)
#B1C3E4
(177,195,228)
#A0B0CE
(160,176,206)
#8F9DB8
(143,157,184)
#7E8AA2
(126,138,162)
#6D778C
(109,119,140)
#5C6476
(92,100,118)
#4B5160
(75,81,96)
#3A3E4A
(58,62,74)
#292B34
(41,43,52)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #C2D6FA

#C2D6FA
(194,214,250)
#C7D9FA
(199,217,250)
#CCDCFA
(204,220,250)
#D1DFFA
(209,223,250)
#D6E2FA
(214,226,250)
#DBE5FA
(219,229,250)
#E0E8FA
(224,232,250)
#E5EBFA
(229,235,250)
#EAEEFA
(234,238,250)
#EFF1FA
(239,241,250)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D6FA color. Also use rgb(194,214,250) instead hex code.

Text Font Color

.myTextColor { color: #C2D6FA; }

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

This text font color is #C2D6FA.

Background Color

.myBgColor { background-color: #C2D6FA; }

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

This div background color is #C2D6FA.

Border color

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

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

This div border color is #C2D6FA.

Opacity

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

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

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

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

This text has shadow with #C2D6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D6FA.

Preview

Color preview on black background

This text has color #C2D6FA on black background.


Color preview on white background

This text has color #C2D6FA on white background.


Black color preview on #C2D6FA background

This text has black color on #C2D6FA background.


White color preview on #C2D6FA background

This text has white color on #C2D6FA background.


Related colors

Complementary color

Complementary color for #hex is #3D2905.


I love getcolorcode.com

Triadic colors

1 #FAC2D6 and #D6FAC2 with #C2D6FA are triadic colors.

2 #FAD6C2 and #D6C2FA with #C2D6FA are triadic colors.