COLOR #D4FFDB

HEX: #D4FFDB
RGB: (212,255,219)

Color info

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

RGB color model

#D4FFDB color RGB value is (212,255,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 219 of 255 = 86%

212
255
219

R + G + B ~ 90%. #D4FFDB is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 219 = 686 (100%)
R 212 of 686 ~ 30.9%
G 255 of 686 ~ 37.17%
B 219 of 686 ~ 31.92%

%30.9
%37.17
%31.92

CMYK color model

#D4FFDB color CMYK value is (17,0,14,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(17,0,14,0)
C17M0Y14K0 
(17%,0%,14%,0%)
(0.17/0.00/0.14/0.00)	

CMYK percentages

%16.86
%0
%14.12
%0

Codes

Color #D4FFDB in popluar color models

D4FFDB
RGB212255219
HSL130°100.00%91.57%
HSB/HSV130°16.86%100.00%
CMYK16.86%0.00%14.12%
0.00%

Color #D4FFDB in popluar number systems.

HEXD4FFDB
Decimal212255219
Binary110101001111111111011011
Octal324377333

Shades and tints

Shades of #D4FFDB

#D4FFDB
(212,255,219)
#C1E8C8
(193,232,200)
#AED1B5
(174,209,181)
#9BBAA2
(155,186,162)
#88A38F
(136,163,143)
#758C7C
(117,140,124)
#627569
(98,117,105)
#4F5E56
(79,94,86)
#3C4743
(60,71,67)
#293030
(41,48,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #D4FFDB

#D4FFDB
(212,255,219)
#D7FFDE
(215,255,222)
#DAFFE1
(218,255,225)
#DDFFE4
(221,255,228)
#E0FFE7
(224,255,231)
#E3FFEA
(227,255,234)
#E6FFED
(230,255,237)
#E9FFF0
(233,255,240)
#ECFFF3
(236,255,243)
#EFFFF6
(239,255,246)
#F2FFF9
(242,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FFDB; }

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

This text font color is #D4FFDB.


Background Color

.myBgColor { background-color: #D4FFDB; }

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

This div background color is #D4FFDB.


Border color

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

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

This div border color is #D4FFDB.


Opacity

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

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

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

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

This text has shadow with #D4FFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FFDB on black background.


Color preview on white background

This text has color #D4FFDB on white background.



Black color preview on #D4FFDB background

This text has black color on #D4FFDB background.


White color preview on #D4FFDB background

This text has white color on #D4FFDB background.