COLOR #D4FCDB

HEX: #D4FCDB
RGB: (212,252,219)

Color info

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

RGB color model

#D4FCDB color RGB value is (212,252,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 252 of 255 = 99%
B 219 of 255 = 86%

212
252
219

R + G + B ~ 89%. #D4FCDB is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 252 + 219 = 683 (100%)
R 212 of 683 ~ 31.04%
G 252 of 683 ~ 36.9%
B 219 of 683 ~ 32.06%

%31.04
%36.9
%32.06

CMYK color model

#D4FCDB color CMYK value is (16,0,13,1).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK: (16,0,13,1) C16M0Y13K1 (16%,0%,13%,1%) (0.16/0.00/0.13/0.01)

CMYK percentages

%15.87
%0
%13.1
%1.18

Codes

Color #D4FCDB in popluar color models

D4FCDB
RGB212252219
HSL131°86.96%90.98%
HSB/HSV131°15.87%98.82%
CMYK15.87%0.00%13.10%
1.18%

Color #D4FCDB in popluar number systems.

HEXD4FCDB
Decimal212252219
Binary110101001111110011011011
Octal324374333

Shades and tints

Shades of #D4FCDB

#D4FCDB
(212,252,219)
#C1E6C8
(193,230,200)
#AED0B5
(174,208,181)
#9BBAA2
(155,186,162)
#88A48F
(136,164,143)
#758E7C
(117,142,124)
#627869
(98,120,105)
#4F6256
(79,98,86)
#3C4C43
(60,76,67)
#293630
(41,54,48)
#16201D
(22,32,29)
#000000
(0,0,0)

Tints of #D4FCDB

#D4FCDB
(212,252,219)
#D7FCDE
(215,252,222)
#DAFCE1
(218,252,225)
#DDFCE4
(221,252,228)
#E0FCE7
(224,252,231)
#E3FCEA
(227,252,234)
#E6FCED
(230,252,237)
#E9FCF0
(233,252,240)
#ECFCF3
(236,252,243)
#EFFCF6
(239,252,246)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FCDB; }

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

This text font color is #D4FCDB.


Background Color

.myBgColor { background-color: #D4FCDB; }

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

This div background color is #D4FCDB.


Border color

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

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

This div border color is #D4FCDB.


Opacity

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

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

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

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

This text has shadow with #D4FCDB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4FCDB on black background.


Color preview on white background

This text has color #D4FCDB on white background.



Black color preview on #D4FCDB background

This text has black color on #D4FCDB background.


White color preview on #D4FCDB background

This text has white color on #D4FCDB background.