COLOR #D4FBDB

HEX: #D4FBDB
RGB: (212,251,219)

Color info

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

RGB color model

#D4FBDB color RGB value is (212,251,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 251 of 255 = 98%
B 219 of 255 = 86%

212
251
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 251 + 219 = 682 (100%)
R 212 of 682 ~ 31.09%
G 251 of 682 ~ 36.8%
B 219 of 682 ~ 32.11%

%31.09
%36.8
%32.11

CMYK color model

#D4FBDB color CMYK value is (16,0,13,2).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 1.57%
CMYK:
(16,0,13,2)
C16M0Y13K2 
(16%,0%,13%,2%)
(0.16/0.00/0.13/0.02)	

CMYK percentages

%15.54
%0
%12.75
%1.57

Codes

Color #D4FBDB in popluar color models

D4FBDB
RGB212251219
HSL131°82.98%90.78%
HSB/HSV131°15.54%98.43%
CMYK15.54%0.00%12.75%
1.57%

Color #D4FBDB in popluar number systems.

HEXD4FBDB
Decimal212251219
Binary110101001111101111011011
Octal324373333

Shades and tints

Shades of #D4FBDB

#D4FBDB
(212,251,219)
#C1E5C8
(193,229,200)
#AECFB5
(174,207,181)
#9BB9A2
(155,185,162)
#88A38F
(136,163,143)
#758D7C
(117,141,124)
#627769
(98,119,105)
#4F6156
(79,97,86)
#3C4B43
(60,75,67)
#293530
(41,53,48)
#161F1D
(22,31,29)
#000000
(0,0,0)

Tints of #D4FBDB

#D4FBDB
(212,251,219)
#D7FBDE
(215,251,222)
#DAFBE1
(218,251,225)
#DDFBE4
(221,251,228)
#E0FBE7
(224,251,231)
#E3FBEA
(227,251,234)
#E6FBED
(230,251,237)
#E9FBF0
(233,251,240)
#ECFBF3
(236,251,243)
#EFFBF6
(239,251,246)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FBDB; }

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

This text font color is #D4FBDB.


Background Color

.myBgColor { background-color: #D4FBDB; }

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

This div background color is #D4FBDB.


Border color

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

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

This div border color is #D4FBDB.


Opacity

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

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

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

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

This text has shadow with #D4FBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FBDB on black background.


Color preview on white background

This text has color #D4FBDB on white background.



Black color preview on #D4FBDB background

This text has black color on #D4FBDB background.


White color preview on #D4FBDB background

This text has white color on #D4FBDB background.