COLOR #C4F2BA

HEX: #C4F2BA
RGB: (196,242,186)

Color info

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

RGB color model

#C4F2BA color RGB value is (196,242,186).

  • red value is 196;
  • green value is 242;
  • blue value is 186.
RGB:
(196,242,186)
(77%,95%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 242 of 255 = 95%
B 186 of 255 = 73%

196
242
186

R + G + B ~ 82%. #C4F2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 242 + 186 = 624 (100%)
R 196 of 624 ~ 31.41%
G 242 of 624 ~ 38.78%
B 186 of 624 ~ 29.81%

%31.41
%38.78
%29.81

CMYK color model

#C4F2BA color CMYK value is (19,0,23,5).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 5.10%
CMYK:
(19,0,23,5)
C19M0Y23K5 
(19%,0%,23%,5%)
(0.19/0.00/0.23/0.05)	

CMYK percentages

%19.01
%0
%23.14
%5.1

Codes

Color #C4F2BA in popluar color models

C4F2BA
RGB196242186
HSL109°68.29%83.92%
HSB/HSV109°23.14%94.90%
CMYK19.01%0.00%23.14%
5.10%

Color #C4F2BA in popluar number systems.

HEXC4F2BA
Decimal196242186
Binary110001001111001010111010
Octal304362272

Shades and tints

Shades of #C4F2BA

#C4F2BA
(196,242,186)
#B3DCAA
(179,220,170)
#A2C69A
(162,198,154)
#91B08A
(145,176,138)
#809A7A
(128,154,122)
#6F846A
(111,132,106)
#5E6E5A
(94,110,90)
#4D584A
(77,88,74)
#3C423A
(60,66,58)
#2B2C2A
(43,44,42)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #C4F2BA

#C4F2BA
(196,242,186)
#C9F3C0
(201,243,192)
#CEF4C6
(206,244,198)
#D3F5CC
(211,245,204)
#D8F6D2
(216,246,210)
#DDF7D8
(221,247,216)
#E2F8DE
(226,248,222)
#E7F9E4
(231,249,228)
#ECFAEA
(236,250,234)
#F1FBF0
(241,251,240)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F2BA color. Also use rgb(196,242,186) instead hex code.

Text Font Color

.myTextColor { color: #C4F2BA; }

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

This text font color is #C4F2BA.


Background Color

.myBgColor { background-color: #C4F2BA; }

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

This div background color is #C4F2BA.


Border color

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

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

This div border color is #C4F2BA.


Opacity

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

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

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

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

This text has shadow with #C4F2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F2BA on black background.


Color preview on white background

This text has color #C4F2BA on white background.



Black color preview on #C4F2BA background

This text has black color on #C4F2BA background.


White color preview on #C4F2BA background

This text has white color on #C4F2BA background.