COLOR #C2ECF3

HEX: #C2ECF3 RGB: (194,236,243)

Color info

#C2ECF3 contains red, green and blue colors in about the same proportion. Web safe color of #C2ECF3 is #CCFFFF (or #CFF).

RGB color model

#C2ECF3 color RGB value is (194,236,243).

RGB: (194,236,243) (76%, 93%, 95%)

RGB channels and saturation

R 194 of 255 = 76%
G 236 of 255 = 93%
B 243 of 255 = 95%

194
236
243

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

Portions of RGB colors in percentages

R + G + B = 194 + 236 + 243 = 673 (100%)
R 194 of 673 ~ 28.83%
G 236 of 673 ~ 35.07%
B 243 of 673 ~ 36.11'%

%28.83
%35.07
%36.11

CMYK color model

#C2ECF3 color CMYK value is (20,3,0,5).

  • cyan value is 20.16%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (20,3,0,5)
C20M3Y0K5 (20%, 3%, 0%, 5%)
(0.20 / 0.03 / 0.00 / 0.05)

CMYK percentages

%20.16
%2.88
%0
%4.71

Codes

Color #C2ECF3 in popluar color models

C2 EC F3
RGB 194 236 243
HSL 189° 67.12% 85.69%
HSB/HSV 189° 20.16% 95.29%
CMYK 20.16% 2.88% 0.00%
4.71%

Color #C2ECF3 in popluar number systems.

HEX C2 EC F3
Decimal 194 236 243
Binary 11000010 11101100 11110011
Octal 302 354 363

Shades and tints

Shades of #C2ECF3

#C2ECF3
(194,236,243)
#B1D7DD
(177,215,221)
#A0C2C7
(160,194,199)
#8FADB1
(143,173,177)
#7E989B
(126,152,155)
#6D8385
(109,131,133)
#5C6E6F
(92,110,111)
#4B5959
(75,89,89)
#3A4443
(58,68,67)
#292F2D
(41,47,45)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #C2ECF3

#C2ECF3
(194,236,243)
#C7EDF4
(199,237,244)
#CCEEF5
(204,238,245)
#D1EFF6
(209,239,246)
#D6F0F7
(214,240,247)
#DBF1F8
(219,241,248)
#E0F2F9
(224,242,249)
#E5F3FA
(229,243,250)
#EAF4FB
(234,244,251)
#EFF5FC
(239,245,252)
#F4F6FD
(244,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ECF3 color. Also use rgb(194,236,243) instead hex code.

Text Font Color

.myTextColor { color: #C2ECF3; }

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

This text font color is #C2ECF3.

Background Color

.myBgColor { background-color: #C2ECF3; }

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

This div background color is #C2ECF3.

Border color

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

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

This div border color is #C2ECF3.

Opacity

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

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

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

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

This text has shadow with #C2ECF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ECF3.

Preview

Color preview on black background

This text has color #C2ECF3 on black background.


Color preview on white background

This text has color #C2ECF3 on white background.


Black color preview on #C2ECF3 background

This text has black color on #C2ECF3 background.


White color preview on #C2ECF3 background

This text has white color on #C2ECF3 background.


Related colors

Complementary color

Complementary color for #hex is #3D130C.


I love getcolorcode.com

Triadic colors

1 #F3C2EC and #ECF3C2 with #C2ECF3 are triadic colors.

2 #F3ECC2 and #ECC2F3 with #C2ECF3 are triadic colors.