COLOR #C4F1DE

HEX: #C4F1DE
RGB: (196,241,222)

Color info

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

RGB color model

#C4F1DE color RGB value is (196,241,222).

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

RGB channels and saturation

R 196 of 255 = 77%
G 241 of 255 = 95%
B 222 of 255 = 87%

196
241
222

R + G + B ~ 86%. #C4F1DE is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 241 + 222 = 659 (100%)
R 196 of 659 ~ 29.74%
G 241 of 659 ~ 36.57%
B 222 of 659 ~ 33.69%

%29.74
%36.57
%33.69

CMYK color model

#C4F1DE color CMYK value is (19,0,8,5).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(19,0,8,5)
C19M0Y8K5 
(19%,0%,8%,5%)
(0.19/0.00/0.08/0.05)	

CMYK percentages

%18.67
%0
%7.88
%5.49

Codes

Color #C4F1DE in popluar color models

C4F1DE
RGB196241222
HSL155°61.64%85.69%
HSB/HSV155°18.67%94.51%
CMYK18.67%0.00%7.88%
5.49%

Color #C4F1DE in popluar number systems.

HEXC4F1DE
Decimal196241222
Binary110001001111000111011110
Octal304361336

Shades and tints

Shades of #C4F1DE

#C4F1DE
(196,241,222)
#B3DCCA
(179,220,202)
#A2C7B6
(162,199,182)
#91B2A2
(145,178,162)
#809D8E
(128,157,142)
#6F887A
(111,136,122)
#5E7366
(94,115,102)
#4D5E52
(77,94,82)
#3C493E
(60,73,62)
#2B342A
(43,52,42)
#1A1F16
(26,31,22)
#000000
(0,0,0)

Tints of #C4F1DE

#C4F1DE
(196,241,222)
#C9F2E1
(201,242,225)
#CEF3E4
(206,243,228)
#D3F4E7
(211,244,231)
#D8F5EA
(216,245,234)
#DDF6ED
(221,246,237)
#E2F7F0
(226,247,240)
#E7F8F3
(231,248,243)
#ECF9F6
(236,249,246)
#F1FAF9
(241,250,249)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F1DE; }

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

This text font color is #C4F1DE.


Background Color

.myBgColor { background-color: #C4F1DE; }

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

This div background color is #C4F1DE.


Border color

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

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

This div border color is #C4F1DE.


Opacity

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

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

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

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

This text has shadow with #C4F1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F1DE on black background.


Color preview on white background

This text has color #C4F1DE on white background.



Black color preview on #C4F1DE background

This text has black color on #C4F1DE background.


White color preview on #C4F1DE background

This text has white color on #C4F1DE background.