COLOR #C2EDCE

HEX: #C2EDCE RGB: (194,237,206)

Color info

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

RGB color model

#C2EDCE color RGB value is (194,237,206).

RGB: (194,237,206) (76%, 93%, 81%)

RGB channels and saturation

R 194 of 255 = 76%
G 237 of 255 = 93%
B 206 of 255 = 81%

194
237
206

R + G + B ~ 83%. #C2EDCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 237 + 206 = 637 (100%)
R 194 of 637 ~ 30.46%
G 237 of 637 ~ 37.21%
B 206 of 637 ~ 32.34'%

%30.46
%37.21
%32.34

CMYK color model

#C2EDCE color CMYK value is (18,0,13,7).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%

CMYK: (18,0,13,7)
C18M0Y13K7 (18%, 0%, 13%, 7%)
(0.18 / 0.00 / 0.13 / 0.07)

CMYK percentages

%18.14
%0
%13.08
%7.06

Codes

Color #C2EDCE in popluar color models

C2 ED CE
RGB 194 237 206
HSL 137° 54.43% 84.51%
HSB/HSV 137° 18.14% 92.94%
CMYK 18.14% 0.00% 13.08%
7.06%

Color #C2EDCE in popluar number systems.

HEX C2 ED CE
Decimal 194 237 206
Binary 11000010 11101101 11001110
Octal 302 355 316

Shades and tints

Shades of #C2EDCE

#C2EDCE
(194,237,206)
#B1D8BC
(177,216,188)
#A0C3AA
(160,195,170)
#8FAE98
(143,174,152)
#7E9986
(126,153,134)
#6D8474
(109,132,116)
#5C6F62
(92,111,98)
#4B5A50
(75,90,80)
#3A453E
(58,69,62)
#29302C
(41,48,44)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #C2EDCE

#C2EDCE
(194,237,206)
#C7EED2
(199,238,210)
#CCEFD6
(204,239,214)
#D1F0DA
(209,240,218)
#D6F1DE
(214,241,222)
#DBF2E2
(219,242,226)
#E0F3E6
(224,243,230)
#E5F4EA
(229,244,234)
#EAF5EE
(234,245,238)
#EFF6F2
(239,246,242)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EDCE color. Also use rgb(194,237,206) instead hex code.

Text Font Color

.myTextColor { color: #C2EDCE; }

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

This text font color is #C2EDCE.

Background Color

.myBgColor { background-color: #C2EDCE; }

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

This div background color is #C2EDCE.

Border color

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

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

This div border color is #C2EDCE.

Opacity

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

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

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

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

This text has shadow with #C2EDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EDCE.

Preview

Color preview on black background

This text has color #C2EDCE on black background.


Color preview on white background

This text has color #C2EDCE on white background.


Black color preview on #C2EDCE background

This text has black color on #C2EDCE background.


White color preview on #C2EDCE background

This text has white color on #C2EDCE background.


Related colors

Complementary color

Complementary color for #hex is #3D1231.


I love getcolorcode.com

Triadic colors

1 #CEC2ED and #EDCEC2 with #C2EDCE are triadic colors.

2 #CEEDC2 and #EDC2CE with #C2EDCE are triadic colors.