COLOR #D4F6D6

HEX: #D4F6D6
RGB: (212,246,214)

Color info

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

RGB color model

#D4F6D6 color RGB value is (212,246,214).

  • red value is 212;
  • green value is 246;
  • blue value is 214.
RGB:
(212,246,214)
(83%,96%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 246 of 255 = 96%
B 214 of 255 = 84%

212
246
214

R + G + B ~ 88%. #D4F6D6 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 246 + 214 = 672 (100%)
R 212 of 672 ~ 31.55%
G 246 of 672 ~ 36.61%
B 214 of 672 ~ 31.85%

%31.55
%36.61
%31.85

CMYK color model

#D4F6D6 color CMYK value is (14,0,13,4).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 3.53%
CMYK:
(14,0,13,4)
C14M0Y13K4 
(14%,0%,13%,4%)
(0.14/0.00/0.13/0.04)	

CMYK percentages

%13.82
%0
%13.01
%3.53

Codes

Color #D4F6D6 in popluar color models

D4F6D6
RGB212246214
HSL124°65.38%89.80%
HSB/HSV124°13.82%96.47%
CMYK13.82%0.00%13.01%
3.53%

Color #D4F6D6 in popluar number systems.

HEXD4F6D6
Decimal212246214
Binary110101001111011011010110
Octal324366326

Shades and tints

Shades of #D4F6D6

#D4F6D6
(212,246,214)
#C1E0C3
(193,224,195)
#AECAB0
(174,202,176)
#9BB49D
(155,180,157)
#889E8A
(136,158,138)
#758877
(117,136,119)
#627264
(98,114,100)
#4F5C51
(79,92,81)
#3C463E
(60,70,62)
#29302B
(41,48,43)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4F6D6

#D4F6D6
(212,246,214)
#D7F6D9
(215,246,217)
#DAF6DC
(218,246,220)
#DDF6DF
(221,246,223)
#E0F6E2
(224,246,226)
#E3F6E5
(227,246,229)
#E6F6E8
(230,246,232)
#E9F6EB
(233,246,235)
#ECF6EE
(236,246,238)
#EFF6F1
(239,246,241)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F6D6 color. Also use rgb(212,246,214) instead hex code.

Text Font Color

.myTextColor { color: #D4F6D6; }

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

This text font color is #D4F6D6.


Background Color

.myBgColor { background-color: #D4F6D6; }

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

This div background color is #D4F6D6.


Border color

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

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

This div border color is #D4F6D6.


Opacity

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

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

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

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

This text has shadow with #D4F6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F6D6 on black background.


Color preview on white background

This text has color #D4F6D6 on white background.



Black color preview on #D4F6D6 background

This text has black color on #D4F6D6 background.


White color preview on #D4F6D6 background

This text has white color on #D4F6D6 background.