COLOR #C4ECB0

HEX: #C4ECB0
RGB: (196,236,176)

Color info

#C4ECB0 contains mainly red and green colors. Web safe color of #C4ECB0 is #CCFF99 (or #CF9).

RGB color model

#C4ECB0 color RGB value is (196,236,176).

  • red value is 196;
  • green value is 236;
  • blue value is 176.
RGB:
(196,236,176)
(77%,93%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 236 of 255 = 93%
B 176 of 255 = 69%

196
236
176

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

Portions of RGB colors in percentages

R + G + B =
196 + 236 + 176 = 608 (100%)
R 196 of 608 ~ 32.24%
G 236 of 608 ~ 38.82%
B 176 of 608 ~ 28.95%

%32.24
%38.82
%28.95

CMYK color model

#C4ECB0 color CMYK value is (17,0,25,7).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 7.45%
CMYK:
(17,0,25,7)
C17M0Y25K7 
(17%,0%,25%,7%)
(0.17/0.00/0.25/0.07)	

CMYK percentages

%16.95
%0
%25.42
%7.45

Codes

Color #C4ECB0 in popluar color models

C4ECB0
RGB196236176
HSL100°61.22%80.78%
HSB/HSV100°25.42%92.55%
CMYK16.95%0.00%25.42%
7.45%

Color #C4ECB0 in popluar number systems.

HEXC4ECB0
Decimal196236176
Binary110001001110110010110000
Octal304354260

Shades and tints

Shades of #C4ECB0

#C4ECB0
(196,236,176)
#B3D7A0
(179,215,160)
#A2C290
(162,194,144)
#91AD80
(145,173,128)
#809870
(128,152,112)
#6F8360
(111,131,96)
#5E6E50
(94,110,80)
#4D5940
(77,89,64)
#3C4430
(60,68,48)
#2B2F20
(43,47,32)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #C4ECB0

#C4ECB0
(196,236,176)
#C9EDB7
(201,237,183)
#CEEEBE
(206,238,190)
#D3EFC5
(211,239,197)
#D8F0CC
(216,240,204)
#DDF1D3
(221,241,211)
#E2F2DA
(226,242,218)
#E7F3E1
(231,243,225)
#ECF4E8
(236,244,232)
#F1F5EF
(241,245,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ECB0 color. Also use rgb(196,236,176) instead hex code.

Text Font Color

.myTextColor { color: #C4ECB0; }

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

This text font color is #C4ECB0.


Background Color

.myBgColor { background-color: #C4ECB0; }

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

This div background color is #C4ECB0.


Border color

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

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

This div border color is #C4ECB0.


Opacity

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

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

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

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

This text has shadow with #C4ECB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ECB0 on black background.


Color preview on white background

This text has color #C4ECB0 on white background.



Black color preview on #C4ECB0 background

This text has black color on #C4ECB0 background.


White color preview on #C4ECB0 background

This text has white color on #C4ECB0 background.