COLOR #C4EEB6

HEX: #C4EEB6
RGB: (196,238,182)

Color info

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

RGB color model

#C4EEB6 color RGB value is (196,238,182).

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

RGB channels and saturation

R 196 of 255 = 77%
G 238 of 255 = 93%
B 182 of 255 = 71%

196
238
182

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

Portions of RGB colors in percentages

R + G + B =
196 + 238 + 182 = 616 (100%)
R 196 of 616 ~ 31.82%
G 238 of 616 ~ 38.64%
B 182 of 616 ~ 29.55%

%31.82
%38.64
%29.55

CMYK color model

#C4EEB6 color CMYK value is (18,0,24,7).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 6.67%
CMYK:
(18,0,24,7)
C18M0Y24K7 
(18%,0%,24%,7%)
(0.18/0.00/0.24/0.07)	

CMYK percentages

%17.65
%0
%23.53
%6.67

Codes

Color #C4EEB6 in popluar color models

C4EEB6
RGB196238182
HSL105°62.22%82.35%
HSB/HSV105°23.53%93.33%
CMYK17.65%0.00%23.53%
6.67%

Color #C4EEB6 in popluar number systems.

HEXC4EEB6
Decimal196238182
Binary110001001110111010110110
Octal304356266

Shades and tints

Shades of #C4EEB6

#C4EEB6
(196,238,182)
#B3D9A6
(179,217,166)
#A2C496
(162,196,150)
#91AF86
(145,175,134)
#809A76
(128,154,118)
#6F8566
(111,133,102)
#5E7056
(94,112,86)
#4D5B46
(77,91,70)
#3C4636
(60,70,54)
#2B3126
(43,49,38)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #C4EEB6

#C4EEB6
(196,238,182)
#C9EFBC
(201,239,188)
#CEF0C2
(206,240,194)
#D3F1C8
(211,241,200)
#D8F2CE
(216,242,206)
#DDF3D4
(221,243,212)
#E2F4DA
(226,244,218)
#E7F5E0
(231,245,224)
#ECF6E6
(236,246,230)
#F1F7EC
(241,247,236)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EEB6; }

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

This text font color is #C4EEB6.


Background Color

.myBgColor { background-color: #C4EEB6; }

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

This div background color is #C4EEB6.


Border color

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

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

This div border color is #C4EEB6.


Opacity

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

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

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

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

This text has shadow with #C4EEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EEB6 on black background.


Color preview on white background

This text has color #C4EEB6 on white background.



Black color preview on #C4EEB6 background

This text has black color on #C4EEB6 background.


White color preview on #C4EEB6 background

This text has white color on #C4EEB6 background.