COLOR #C4F1CE

HEX: #C4F1CE
RGB: (196,241,206)

Color info

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

RGB color model

#C4F1CE color RGB value is (196,241,206).

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

RGB channels and saturation

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

196
241
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 241 + 206 = 643 (100%)
R 196 of 643 ~ 30.48%
G 241 of 643 ~ 37.48%
B 206 of 643 ~ 32.04%

%30.48
%37.48
%32.04

CMYK color model

#C4F1CE color CMYK value is (19,0,15,5).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(19,0,15,5)
C19M0Y15K5 
(19%,0%,15%,5%)
(0.19/0.00/0.15/0.05)	

CMYK percentages

%18.67
%0
%14.52
%5.49

Codes

Color #C4F1CE in popluar color models

C4F1CE
RGB196241206
HSL133°61.64%85.69%
HSB/HSV133°18.67%94.51%
CMYK18.67%0.00%14.52%
5.49%

Color #C4F1CE in popluar number systems.

HEXC4F1CE
Decimal196241206
Binary110001001111000111001110
Octal304361316

Shades and tints

Shades of #C4F1CE

#C4F1CE
(196,241,206)
#B3DCBC
(179,220,188)
#A2C7AA
(162,199,170)
#91B298
(145,178,152)
#809D86
(128,157,134)
#6F8874
(111,136,116)
#5E7362
(94,115,98)
#4D5E50
(77,94,80)
#3C493E
(60,73,62)
#2B342C
(43,52,44)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #C4F1CE

#C4F1CE
(196,241,206)
#C9F2D2
(201,242,210)
#CEF3D6
(206,243,214)
#D3F4DA
(211,244,218)
#D8F5DE
(216,245,222)
#DDF6E2
(221,246,226)
#E2F7E6
(226,247,230)
#E7F8EA
(231,248,234)
#ECF9EE
(236,249,238)
#F1FAF2
(241,250,242)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F1CE; }

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

This text font color is #C4F1CE.


Background Color

.myBgColor { background-color: #C4F1CE; }

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

This div background color is #C4F1CE.


Border color

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

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

This div border color is #C4F1CE.


Opacity

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

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

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

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

This text has shadow with #C4F1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F1CE on black background.


Color preview on white background

This text has color #C4F1CE on white background.



Black color preview on #C4F1CE background

This text has black color on #C4F1CE background.


White color preview on #C4F1CE background

This text has white color on #C4F1CE background.