COLOR #C2E5FA

HEX: #C2E5FA RGB: (194,229,250)

Color info

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

RGB color model

#C2E5FA color RGB value is (194,229,250).

RGB: (194,229,250) (76%, 90%, 98%)

RGB channels and saturation

R 194 of 255 = 76%
G 229 of 255 = 90%
B 250 of 255 = 98%

194
229
250

R + G + B ~ 88%. #C2E5FA is light color.

Portions of RGB colors in percentages

R + G + B = 194 + 229 + 250 = 673 (100%)
R 194 of 673 ~ 28.83%
G 229 of 673 ~ 34.03%
B 250 of 673 ~ 37.15'%

%28.83
%34.03
%37.15

CMYK color model

#C2E5FA color CMYK value is (22,8,0,2).

  • cyan value is 22.40%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (22,8,0,2) C22M8Y0K2 (22%,8%,0%,2%) (0.22/0.08/0.00/0.02) 

CMYK percentages

%22.4
%8.4
%0
%1.96

Codes

Color #C2E5FA in popluar color models

C2 E5 FA
RGB 194 229 250
HSL 203° 84.85% 87.06%
HSB/HSV 203° 22.40% 98.04%
CMYK 22.40% 8.40% 0.00%
1.96%

Color #C2E5FA in popluar number systems.

HEX C2 E5 FA
Decimal 194 229 250
Binary 11000010 11100101 11111010
Octal 302 345 372

Shades and tints

Shades of #C2E5FA

#C2E5FA
(194,229,250)
#B1D1E4
(177,209,228)
#A0BDCE
(160,189,206)
#8FA9B8
(143,169,184)
#7E95A2
(126,149,162)
#6D818C
(109,129,140)
#5C6D76
(92,109,118)
#4B5960
(75,89,96)
#3A454A
(58,69,74)
#293134
(41,49,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #C2E5FA

#C2E5FA
(194,229,250)
#C7E7FA
(199,231,250)
#CCE9FA
(204,233,250)
#D1EBFA
(209,235,250)
#D6EDFA
(214,237,250)
#DBEFFA
(219,239,250)
#E0F1FA
(224,241,250)
#E5F3FA
(229,243,250)
#EAF5FA
(234,245,250)
#EFF7FA
(239,247,250)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E5FA; }

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

This text font color is #C2E5FA.

Background Color

.myBgColor { background-color: #C2E5FA; }

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

This div background color is #C2E5FA.

Border color

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

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

This div border color is #C2E5FA.

Opacity

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

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

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

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

This text has shadow with #C2E5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E5FA.

Preview

Color preview on black background

This text has color #C2E5FA on black background.


Color preview on white background

This text has color #C2E5FA on white background.


Black color preview on #C2E5FA background

This text has black color on #C2E5FA background.


White color preview on #C2E5FA background

This text has white color on #C2E5FA background.


Related colors

Complementary color

Complementary color for #hex is #3D1A05.


I love getcolorcode.com

Triadic colors

1 #FAC2E5 and #E5FAC2 with #C2E5FA are triadic colors.

2 #FAE5C2 and #E5C2FA with #C2E5FA are triadic colors.