COLOR #C4EFB0

HEX: #C4EFB0
RGB: (196,239,176)

Color info

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

RGB color model

#C4EFB0 color RGB value is (196,239,176).

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

RGB channels and saturation

R 196 of 255 = 77%
G 239 of 255 = 94%
B 176 of 255 = 69%

196
239
176

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

Portions of RGB colors in percentages

R + G + B =
196 + 239 + 176 = 611 (100%)
R 196 of 611 ~ 32.08%
G 239 of 611 ~ 39.12%
B 176 of 611 ~ 28.81%

%32.08
%39.12
%28.81

CMYK color model

#C4EFB0 color CMYK value is (18,0,26,6).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(18,0,26,6)
C18M0Y26K6 
(18%,0%,26%,6%)
(0.18/0.00/0.26/0.06)	

CMYK percentages

%17.99
%0
%26.36
%6.27

Codes

Color #C4EFB0 in popluar color models

C4EFB0
RGB196239176
HSL101°66.32%81.37%
HSB/HSV101°26.36%93.73%
CMYK17.99%0.00%26.36%
6.27%

Color #C4EFB0 in popluar number systems.

HEXC4EFB0
Decimal196239176
Binary110001001110111110110000
Octal304357260

Shades and tints

Shades of #C4EFB0

#C4EFB0
(196,239,176)
#B3DAA0
(179,218,160)
#A2C590
(162,197,144)
#91B080
(145,176,128)
#809B70
(128,155,112)
#6F8660
(111,134,96)
#5E7150
(94,113,80)
#4D5C40
(77,92,64)
#3C4730
(60,71,48)
#2B3220
(43,50,32)
#1A1D10
(26,29,16)
#000000
(0,0,0)

Tints of #C4EFB0

#C4EFB0
(196,239,176)
#C9F0B7
(201,240,183)
#CEF1BE
(206,241,190)
#D3F2C5
(211,242,197)
#D8F3CC
(216,243,204)
#DDF4D3
(221,244,211)
#E2F5DA
(226,245,218)
#E7F6E1
(231,246,225)
#ECF7E8
(236,247,232)
#F1F8EF
(241,248,239)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EFB0; }

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

This text font color is #C4EFB0.


Background Color

.myBgColor { background-color: #C4EFB0; }

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

This div background color is #C4EFB0.


Border color

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

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

This div border color is #C4EFB0.


Opacity

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

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

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

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

This text has shadow with #C4EFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EFB0 on black background.


Color preview on white background

This text has color #C4EFB0 on white background.



Black color preview on #C4EFB0 background

This text has black color on #C4EFB0 background.


White color preview on #C4EFB0 background

This text has white color on #C4EFB0 background.