COLOR #C4EDB2

HEX: #C4EDB2
RGB: (196,237,178)

Color info

#C4EDB2 contains red, green and blue colors in about the same proportion. Web safe color of #C4EDB2 is #CCFF99 (or #CF9).

RGB color model

#C4EDB2 color RGB value is (196,237,178).

  • red value is 196;
  • green value is 237;
  • blue value is 178.
RGB:
(196,237,178)
(77%,93%,70%)

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 178 of 255 = 70%

196
237
178

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

Portions of RGB colors in percentages

R + G + B =
196 + 237 + 178 = 611 (100%)
R 196 of 611 ~ 32.08%
G 237 of 611 ~ 38.79%
B 178 of 611 ~ 29.13%

%32.08
%38.79
%29.13

CMYK color model

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

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

CMYK percentages

%17.3
%0
%24.89
%7.06

Codes

Color #C4EDB2 in popluar color models

C4EDB2
RGB196237178
HSL102°62.11%81.37%
HSB/HSV102°24.89%92.94%
CMYK17.30%0.00%24.89%
7.06%

Color #C4EDB2 in popluar number systems.

HEXC4EDB2
Decimal196237178
Binary110001001110110110110010
Octal304355262

Shades and tints

Shades of #C4EDB2

#C4EDB2
(196,237,178)
#B3D8A2
(179,216,162)
#A2C392
(162,195,146)
#91AE82
(145,174,130)
#809972
(128,153,114)
#6F8462
(111,132,98)
#5E6F52
(94,111,82)
#4D5A42
(77,90,66)
#3C4532
(60,69,50)
#2B3022
(43,48,34)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #C4EDB2

#C4EDB2
(196,237,178)
#C9EEB9
(201,238,185)
#CEEFC0
(206,239,192)
#D3F0C7
(211,240,199)
#D8F1CE
(216,241,206)
#DDF2D5
(221,242,213)
#E2F3DC
(226,243,220)
#E7F4E3
(231,244,227)
#ECF5EA
(236,245,234)
#F1F6F1
(241,246,241)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EDB2 color. Also use rgb(196,237,178) instead hex code.

Text Font Color

.myTextColor { color: #C4EDB2; }

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

This text font color is #C4EDB2.


Background Color

.myBgColor { background-color: #C4EDB2; }

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

This div background color is #C4EDB2.


Border color

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

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

This div border color is #C4EDB2.


Opacity

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

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

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

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

This text has shadow with #C4EDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EDB2 on black background.


Color preview on white background

This text has color #C4EDB2 on white background.



Black color preview on #C4EDB2 background

This text has black color on #C4EDB2 background.


White color preview on #C4EDB2 background

This text has white color on #C4EDB2 background.