COLOR #C4EFB6

HEX: #C4EFB6
RGB: (196,239,182)

Color info

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

RGB color model

#C4EFB6 color RGB value is (196,239,182).

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

RGB channels and saturation

R 196 of 255 = 77%
G 239 of 255 = 94%
B 182 of 255 = 71%

196
239
182

R + G + B ~ 81%. #C4EFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 239 + 182 = 617 (100%)
R 196 of 617 ~ 31.77%
G 239 of 617 ~ 38.74%
B 182 of 617 ~ 29.5%

%31.77
%38.74
%29.5

CMYK color model

#C4EFB6 color CMYK value is (18,0,24,6).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(18,0,24,6)
C18M0Y24K6 
(18%,0%,24%,6%)
(0.18/0.00/0.24/0.06)	

CMYK percentages

%17.99
%0
%23.85
%6.27

Codes

Color #C4EFB6 in popluar color models

C4EFB6
RGB196239182
HSL105°64.04%82.55%
HSB/HSV105°23.85%93.73%
CMYK17.99%0.00%23.85%
6.27%

Color #C4EFB6 in popluar number systems.

HEXC4EFB6
Decimal196239182
Binary110001001110111110110110
Octal304357266

Shades and tints

Shades of #C4EFB6

#C4EFB6
(196,239,182)
#B3DAA6
(179,218,166)
#A2C596
(162,197,150)
#91B086
(145,176,134)
#809B76
(128,155,118)
#6F8666
(111,134,102)
#5E7156
(94,113,86)
#4D5C46
(77,92,70)
#3C4736
(60,71,54)
#2B3226
(43,50,38)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #C4EFB6

#C4EFB6
(196,239,182)
#C9F0BC
(201,240,188)
#CEF1C2
(206,241,194)
#D3F2C8
(211,242,200)
#D8F3CE
(216,243,206)
#DDF4D4
(221,244,212)
#E2F5DA
(226,245,218)
#E7F6E0
(231,246,224)
#ECF7E6
(236,247,230)
#F1F8EC
(241,248,236)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EFB6; }

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

This text font color is #C4EFB6.


Background Color

.myBgColor { background-color: #C4EFB6; }

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

This div background color is #C4EFB6.


Border color

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

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

This div border color is #C4EFB6.


Opacity

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

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

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

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

This text has shadow with #C4EFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EFB6 on black background.


Color preview on white background

This text has color #C4EFB6 on white background.



Black color preview on #C4EFB6 background

This text has black color on #C4EFB6 background.


White color preview on #C4EFB6 background

This text has white color on #C4EFB6 background.