COLOR #C2ECB5

HEX: #C2ECB5 RGB: (194,236,181)

Color info

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

RGB color model

#C2ECB5 color RGB value is (194,236,181).

RGB: (194,236,181) (76%, 93%, 71%)

RGB channels and saturation

R 194 of 255 = 76%
G 236 of 255 = 93%
B 181 of 255 = 71%

194
236
181

R + G + B ~ 80%. #C2ECB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 236 + 181 = 611 (100%)
R 194 of 611 ~ 31.75%
G 236 of 611 ~ 38.63%
B 181 of 611 ~ 29.62'%

%31.75
%38.63
%29.62

CMYK color model

#C2ECB5 color CMYK value is (18,0,23,7).

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 7.45%

CMYK: (18,0,23,7)
C18M0Y23K7 (18%, 0%, 23%, 7%)
(0.18 / 0.00 / 0.23 / 0.07)

CMYK percentages

%17.8
%0
%23.31
%7.45

Codes

Color #C2ECB5 in popluar color models

C2 EC B5
RGB 194 236 181
HSL 106° 59.14% 81.76%
HSB/HSV 106° 23.31% 92.55%
CMYK 17.80% 0.00% 23.31%
7.45%

Color #C2ECB5 in popluar number systems.

HEX C2 EC B5
Decimal 194 236 181
Binary 11000010 11101100 10110101
Octal 302 354 265

Shades and tints

Shades of #C2ECB5

#C2ECB5
(194,236,181)
#B1D7A5
(177,215,165)
#A0C295
(160,194,149)
#8FAD85
(143,173,133)
#7E9875
(126,152,117)
#6D8365
(109,131,101)
#5C6E55
(92,110,85)
#4B5945
(75,89,69)
#3A4435
(58,68,53)
#292F25
(41,47,37)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #C2ECB5

#C2ECB5
(194,236,181)
#C7EDBB
(199,237,187)
#CCEEC1
(204,238,193)
#D1EFC7
(209,239,199)
#D6F0CD
(214,240,205)
#DBF1D3
(219,241,211)
#E0F2D9
(224,242,217)
#E5F3DF
(229,243,223)
#EAF4E5
(234,244,229)
#EFF5EB
(239,245,235)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ECB5; }

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

This text font color is #C2ECB5.

Background Color

.myBgColor { background-color: #C2ECB5; }

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

This div background color is #C2ECB5.

Border color

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

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

This div border color is #C2ECB5.

Opacity

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

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

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

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

This text has shadow with #C2ECB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ECB5.

Preview

Color preview on black background

This text has color #C2ECB5 on black background.


Color preview on white background

This text has color #C2ECB5 on white background.


Black color preview on #C2ECB5 background

This text has black color on #C2ECB5 background.


White color preview on #C2ECB5 background

This text has white color on #C2ECB5 background.


Related colors

Complementary color

Complementary color for #hex is #3D134A.


I love getcolorcode.com

Triadic colors

1 #B5C2EC and #ECB5C2 with #C2ECB5 are triadic colors.

2 #B5ECC2 and #ECC2B5 with #C2ECB5 are triadic colors.