COLOR #C4E0BC

HEX: #C4E0BC
RGB: (196,224,188)

Color info

#C4E0BC contains red, green and blue colors in about the same proportion. Web safe color of #C4E0BC is #CCCCCC (or #CCC).

RGB color model

#C4E0BC color RGB value is (196,224,188).

  • red value is 196;
  • green value is 224;
  • blue value is 188.
RGB:
(196,224,188)
(77%,88%,74%)

RGB channels and saturation

R 196 of 255 = 77%
G 224 of 255 = 88%
B 188 of 255 = 74%

196
224
188

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

Portions of RGB colors in percentages

R + G + B =
196 + 224 + 188 = 608 (100%)
R 196 of 608 ~ 32.24%
G 224 of 608 ~ 36.84%
B 188 of 608 ~ 30.92%

%32.24
%36.84
%30.92

CMYK color model

#C4E0BC color CMYK value is (13,0,16,12).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK:
(13,0,16,12)
C13M0Y16K12 
(13%,0%,16%,12%)
(0.13/0.00/0.16/0.12)	

CMYK percentages

%12.5
%0
%16.07
%12.16

Codes

Color #C4E0BC in popluar color models

C4E0BC
RGB196224188
HSL107°36.73%80.78%
HSB/HSV107°16.07%87.84%
CMYK12.50%0.00%16.07%
12.16%

Color #C4E0BC in popluar number systems.

HEXC4E0BC
Decimal196224188
Binary110001001110000010111100
Octal304340274

Shades and tints

Shades of #C4E0BC

#C4E0BC
(196,224,188)
#B3CCAB
(179,204,171)
#A2B89A
(162,184,154)
#91A489
(145,164,137)
#809078
(128,144,120)
#6F7C67
(111,124,103)
#5E6856
(94,104,86)
#4D5445
(77,84,69)
#3C4034
(60,64,52)
#2B2C23
(43,44,35)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #C4E0BC

#C4E0BC
(196,224,188)
#C9E2C2
(201,226,194)
#CEE4C8
(206,228,200)
#D3E6CE
(211,230,206)
#D8E8D4
(216,232,212)
#DDEADA
(221,234,218)
#E2ECE0
(226,236,224)
#E7EEE6
(231,238,230)
#ECF0EC
(236,240,236)
#F1F2F2
(241,242,242)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E0BC color. Also use rgb(196,224,188) instead hex code.

Text Font Color

.myTextColor { color: #C4E0BC; }

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

This text font color is #C4E0BC.


Background Color

.myBgColor { background-color: #C4E0BC; }

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

This div background color is #C4E0BC.


Border color

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

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

This div border color is #C4E0BC.


Opacity

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

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

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

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

This text has shadow with #C4E0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E0BC on black background.


Color preview on white background

This text has color #C4E0BC on white background.



Black color preview on #C4E0BC background

This text has black color on #C4E0BC background.


White color preview on #C4E0BC background

This text has white color on #C4E0BC background.