COLOR #C4F1CF

HEX: #C4F1CF
RGB: (196,241,207)

Color info

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

RGB color model

#C4F1CF color RGB value is (196,241,207).

  • red value is 196;
  • green value is 241;
  • blue value is 207.
RGB:
(196,241,207)
(77%,95%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 241 of 255 = 95%
B 207 of 255 = 81%

196
241
207

R + G + B ~ 84%. #C4F1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 241 + 207 = 644 (100%)
R 196 of 644 ~ 30.43%
G 241 of 644 ~ 37.42%
B 207 of 644 ~ 32.14%

%30.43
%37.42
%32.14

CMYK color model

#C4F1CF color CMYK value is (19,0,14,5).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 5.49%
CMYK:
(19,0,14,5)
C19M0Y14K5 
(19%,0%,14%,5%)
(0.19/0.00/0.14/0.05)	

CMYK percentages

%18.67
%0
%14.11
%5.49

Codes

Color #C4F1CF in popluar color models

C4F1CF
RGB196241207
HSL135°61.64%85.69%
HSB/HSV135°18.67%94.51%
CMYK18.67%0.00%14.11%
5.49%

Color #C4F1CF in popluar number systems.

HEXC4F1CF
Decimal196241207
Binary110001001111000111001111
Octal304361317

Shades and tints

Shades of #C4F1CF

#C4F1CF
(196,241,207)
#B3DCBD
(179,220,189)
#A2C7AB
(162,199,171)
#91B299
(145,178,153)
#809D87
(128,157,135)
#6F8875
(111,136,117)
#5E7363
(94,115,99)
#4D5E51
(77,94,81)
#3C493F
(60,73,63)
#2B342D
(43,52,45)
#1A1F1B
(26,31,27)
#000000
(0,0,0)

Tints of #C4F1CF

#C4F1CF
(196,241,207)
#C9F2D3
(201,242,211)
#CEF3D7
(206,243,215)
#D3F4DB
(211,244,219)
#D8F5DF
(216,245,223)
#DDF6E3
(221,246,227)
#E2F7E7
(226,247,231)
#E7F8EB
(231,248,235)
#ECF9EF
(236,249,239)
#F1FAF3
(241,250,243)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F1CF color. Also use rgb(196,241,207) instead hex code.

Text Font Color

.myTextColor { color: #C4F1CF; }

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

This text font color is #C4F1CF.


Background Color

.myBgColor { background-color: #C4F1CF; }

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

This div background color is #C4F1CF.


Border color

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

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

This div border color is #C4F1CF.


Opacity

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

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

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

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

This text has shadow with #C4F1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F1CF on black background.


Color preview on white background

This text has color #C4F1CF on white background.



Black color preview on #C4F1CF background

This text has black color on #C4F1CF background.


White color preview on #C4F1CF background

This text has white color on #C4F1CF background.