COLOR #C2ECD3

HEX: #C2ECD3
RGB: (194,236,211)

Color info

#C2ECD3 contains red, green and blue colors in about the same proportion. Web safe color of #C2ECD3 is #CCFFCC (or #CFC).

RGB color model

#C2ECD3 color RGB value is (194,236,211).

  • red value is 194;
  • green value is 236;
  • blue value is 211.
RGB:
(194,236,211)
(76%,93%,83%)

RGB channels and saturation

R 194 of 255 = 76%
G 236 of 255 = 93%
B 211 of 255 = 83%

194
236
211

R + G + B ~ 84%. #C2ECD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 236 + 211 = 641 (100%)
R 194 of 641 ~ 30.27%
G 236 of 641 ~ 36.82%
B 211 of 641 ~ 32.92%

%30.27
%36.82
%32.92

CMYK color model

#C2ECD3 color CMYK value is (18,0,11,7).

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 7.45%
CMYK:
(18,0,11,7)
C18M0Y11K7 
(18%,0%,11%,7%)
(0.18/0.00/0.11/0.07)	

CMYK percentages

%17.8
%0
%10.59
%7.45

Codes

Color #C2ECD3 in popluar color models

C2ECD3
RGB194236211
HSL144°52.50%84.31%
HSB/HSV144°17.80%92.55%
CMYK17.80%0.00%10.59%
7.45%

Color #C2ECD3 in popluar number systems.

HEXC2ECD3
Decimal194236211
Binary110000101110110011010011
Octal302354323

Shades and tints

Shades of #C2ECD3

#C2ECD3
(194,236,211)
#B1D7C0
(177,215,192)
#A0C2AD
(160,194,173)
#8FAD9A
(143,173,154)
#7E9887
(126,152,135)
#6D8374
(109,131,116)
#5C6E61
(92,110,97)
#4B594E
(75,89,78)
#3A443B
(58,68,59)
#292F28
(41,47,40)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #C2ECD3

#C2ECD3
(194,236,211)
#C7EDD7
(199,237,215)
#CCEEDB
(204,238,219)
#D1EFDF
(209,239,223)
#D6F0E3
(214,240,227)
#DBF1E7
(219,241,231)
#E0F2EB
(224,242,235)
#E5F3EF
(229,243,239)
#EAF4F3
(234,244,243)
#EFF5F7
(239,245,247)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ECD3; }

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

This text font color is #C2ECD3.


Background Color

.myBgColor { background-color: #C2ECD3; }

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

This div background color is #C2ECD3.


Border color

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

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

This div border color is #C2ECD3.


Opacity

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

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

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

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

This text has shadow with #C2ECD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ECD3 on black background.


Color preview on white background

This text has color #C2ECD3 on white background.



Black color preview on #C2ECD3 background

This text has black color on #C2ECD3 background.


White color preview on #C2ECD3 background

This text has white color on #C2ECD3 background.