COLOR #C4EFDE

HEX: #C4EFDE
RGB: (196,239,222)

Color info

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

RGB color model

#C4EFDE color RGB value is (196,239,222).

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

RGB channels and saturation

R 196 of 255 = 77%
G 239 of 255 = 94%
B 222 of 255 = 87%

196
239
222

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

Portions of RGB colors in percentages

R + G + B =
196 + 239 + 222 = 657 (100%)
R 196 of 657 ~ 29.83%
G 239 of 657 ~ 36.38%
B 222 of 657 ~ 33.79%

%29.83
%36.38
%33.79

CMYK color model

#C4EFDE color CMYK value is (18,0,7,6).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(18,0,7,6)
C18M0Y7K6 
(18%,0%,7%,6%)
(0.18/0.00/0.07/0.06)	

CMYK percentages

%17.99
%0
%7.11
%6.27

Codes

Color #C4EFDE in popluar color models

C4EFDE
RGB196239222
HSL156°57.33%85.29%
HSB/HSV156°17.99%93.73%
CMYK17.99%0.00%7.11%
6.27%

Color #C4EFDE in popluar number systems.

HEXC4EFDE
Decimal196239222
Binary110001001110111111011110
Octal304357336

Shades and tints

Shades of #C4EFDE

#C4EFDE
(196,239,222)
#B3DACA
(179,218,202)
#A2C5B6
(162,197,182)
#91B0A2
(145,176,162)
#809B8E
(128,155,142)
#6F867A
(111,134,122)
#5E7166
(94,113,102)
#4D5C52
(77,92,82)
#3C473E
(60,71,62)
#2B322A
(43,50,42)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #C4EFDE

#C4EFDE
(196,239,222)
#C9F0E1
(201,240,225)
#CEF1E4
(206,241,228)
#D3F2E7
(211,242,231)
#D8F3EA
(216,243,234)
#DDF4ED
(221,244,237)
#E2F5F0
(226,245,240)
#E7F6F3
(231,246,243)
#ECF7F6
(236,247,246)
#F1F8F9
(241,248,249)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EFDE; }

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

This text font color is #C4EFDE.


Background Color

.myBgColor { background-color: #C4EFDE; }

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

This div background color is #C4EFDE.


Border color

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

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

This div border color is #C4EFDE.


Opacity

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

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

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

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

This text has shadow with #C4EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EFDE on black background.


Color preview on white background

This text has color #C4EFDE on white background.



Black color preview on #C4EFDE background

This text has black color on #C4EFDE background.


White color preview on #C4EFDE background

This text has white color on #C4EFDE background.