COLOR #D4F6DB

HEX: #D4F6DB
RGB: (212,246,219)

Color info

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

RGB color model

#D4F6DB color RGB value is (212,246,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 246 of 255 = 96%
B 219 of 255 = 86%

212
246
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 246 + 219 = 677 (100%)
R 212 of 677 ~ 31.31%
G 246 of 677 ~ 36.34%
B 219 of 677 ~ 32.35%

%31.31
%36.34
%32.35

CMYK color model

#D4F6DB color CMYK value is (14,0,11,4).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(14,0,11,4)
C14M0Y11K4 
(14%,0%,11%,4%)
(0.14/0.00/0.11/0.04)	

CMYK percentages

%13.82
%0
%10.98
%3.53

Codes

Color #D4F6DB in popluar color models

D4F6DB
RGB212246219
HSL132°65.38%89.80%
HSB/HSV132°13.82%96.47%
CMYK13.82%0.00%10.98%
3.53%

Color #D4F6DB in popluar number systems.

HEXD4F6DB
Decimal212246219
Binary110101001111011011011011
Octal324366333

Shades and tints

Shades of #D4F6DB

#D4F6DB
(212,246,219)
#C1E0C8
(193,224,200)
#AECAB5
(174,202,181)
#9BB4A2
(155,180,162)
#889E8F
(136,158,143)
#75887C
(117,136,124)
#627269
(98,114,105)
#4F5C56
(79,92,86)
#3C4643
(60,70,67)
#293030
(41,48,48)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #D4F6DB

#D4F6DB
(212,246,219)
#D7F6DE
(215,246,222)
#DAF6E1
(218,246,225)
#DDF6E4
(221,246,228)
#E0F6E7
(224,246,231)
#E3F6EA
(227,246,234)
#E6F6ED
(230,246,237)
#E9F6F0
(233,246,240)
#ECF6F3
(236,246,243)
#EFF6F6
(239,246,246)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F6DB; }

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

This text font color is #D4F6DB.


Background Color

.myBgColor { background-color: #D4F6DB; }

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

This div background color is #D4F6DB.


Border color

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

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

This div border color is #D4F6DB.


Opacity

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

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

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

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

This text has shadow with #D4F6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F6DB on black background.


Color preview on white background

This text has color #D4F6DB on white background.



Black color preview on #D4F6DB background

This text has black color on #D4F6DB background.


White color preview on #D4F6DB background

This text has white color on #D4F6DB background.