COLOR #C4F6BF

HEX: #C4F6BF
RGB: (196,246,191)

Color info

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

RGB color model

#C4F6BF color RGB value is (196,246,191).

  • red value is 196;
  • green value is 246;
  • blue value is 191.
RGB:
(196,246,191)
(77%,96%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 246 of 255 = 96%
B 191 of 255 = 75%

196
246
191

R + G + B ~ 83%. #C4F6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 246 + 191 = 633 (100%)
R 196 of 633 ~ 30.96%
G 246 of 633 ~ 38.86%
B 191 of 633 ~ 30.17%

%30.96
%38.86
%30.17

CMYK color model

#C4F6BF color CMYK value is (20,0,22,4).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(20,0,22,4)
C20M0Y22K4 
(20%,0%,22%,4%)
(0.20/0.00/0.22/0.04)	

CMYK percentages

%20.33
%0
%22.36
%3.53

Codes

Color #C4F6BF in popluar color models

C4F6BF
RGB196246191
HSL115°75.34%85.69%
HSB/HSV115°22.36%96.47%
CMYK20.33%0.00%22.36%
3.53%

Color #C4F6BF in popluar number systems.

HEXC4F6BF
Decimal196246191
Binary110001001111011010111111
Octal304366277

Shades and tints

Shades of #C4F6BF

#C4F6BF
(196,246,191)
#B3E0AE
(179,224,174)
#A2CA9D
(162,202,157)
#91B48C
(145,180,140)
#809E7B
(128,158,123)
#6F886A
(111,136,106)
#5E7259
(94,114,89)
#4D5C48
(77,92,72)
#3C4637
(60,70,55)
#2B3026
(43,48,38)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #C4F6BF

#C4F6BF
(196,246,191)
#C9F6C4
(201,246,196)
#CEF6C9
(206,246,201)
#D3F6CE
(211,246,206)
#D8F6D3
(216,246,211)
#DDF6D8
(221,246,216)
#E2F6DD
(226,246,221)
#E7F6E2
(231,246,226)
#ECF6E7
(236,246,231)
#F1F6EC
(241,246,236)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F6BF color. Also use rgb(196,246,191) instead hex code.

Text Font Color

.myTextColor { color: #C4F6BF; }

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

This text font color is #C4F6BF.


Background Color

.myBgColor { background-color: #C4F6BF; }

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

This div background color is #C4F6BF.


Border color

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

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

This div border color is #C4F6BF.


Opacity

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

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

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

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

This text has shadow with #C4F6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F6BF on black background.


Color preview on white background

This text has color #C4F6BF on white background.



Black color preview on #C4F6BF background

This text has black color on #C4F6BF background.


White color preview on #C4F6BF background

This text has white color on #C4F6BF background.