COLOR #C4F7CB

HEX: #C4F7CB
RGB: (196,247,203)

Color info

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

RGB color model

#C4F7CB color RGB value is (196,247,203).

  • red value is 196;
  • green value is 247;
  • blue value is 203.
RGB:
(196,247,203)
(77%,97%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 247 of 255 = 97%
B 203 of 255 = 80%

196
247
203

R + G + B ~ 85%. #C4F7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 247 + 203 = 646 (100%)
R 196 of 646 ~ 30.34%
G 247 of 646 ~ 38.24%
B 203 of 646 ~ 31.42%

%30.34
%38.24
%31.42

CMYK color model

#C4F7CB color CMYK value is (21,0,18,3).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 3.14%
CMYK:
(21,0,18,3)
C21M0Y18K3 
(21%,0%,18%,3%)
(0.21/0.00/0.18/0.03)	

CMYK percentages

%20.65
%0
%17.81
%3.14

Codes

Color #C4F7CB in popluar color models

C4F7CB
RGB196247203
HSL128°76.12%86.86%
HSB/HSV128°20.65%96.86%
CMYK20.65%0.00%17.81%
3.14%

Color #C4F7CB in popluar number systems.

HEXC4F7CB
Decimal196247203
Binary110001001111011111001011
Octal304367313

Shades and tints

Shades of #C4F7CB

#C4F7CB
(196,247,203)
#B3E1B9
(179,225,185)
#A2CBA7
(162,203,167)
#91B595
(145,181,149)
#809F83
(128,159,131)
#6F8971
(111,137,113)
#5E735F
(94,115,95)
#4D5D4D
(77,93,77)
#3C473B
(60,71,59)
#2B3129
(43,49,41)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #C4F7CB

#C4F7CB
(196,247,203)
#C9F7CF
(201,247,207)
#CEF7D3
(206,247,211)
#D3F7D7
(211,247,215)
#D8F7DB
(216,247,219)
#DDF7DF
(221,247,223)
#E2F7E3
(226,247,227)
#E7F7E7
(231,247,231)
#ECF7EB
(236,247,235)
#F1F7EF
(241,247,239)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F7CB color. Also use rgb(196,247,203) instead hex code.

Text Font Color

.myTextColor { color: #C4F7CB; }

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

This text font color is #C4F7CB.


Background Color

.myBgColor { background-color: #C4F7CB; }

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

This div background color is #C4F7CB.


Border color

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

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

This div border color is #C4F7CB.


Opacity

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

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

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

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

This text has shadow with #C4F7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F7CB on black background.


Color preview on white background

This text has color #C4F7CB on white background.



Black color preview on #C4F7CB background

This text has black color on #C4F7CB background.


White color preview on #C4F7CB background

This text has white color on #C4F7CB background.