COLOR #D4F3DB

HEX: #D4F3DB
RGB: (212,243,219)

Color info

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

RGB color model

#D4F3DB color RGB value is (212,243,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 219 of 255 = 86%

212
243
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 243 + 219 = 674 (100%)
R 212 of 674 ~ 31.45%
G 243 of 674 ~ 36.05%
B 219 of 674 ~ 32.49%

%31.45
%36.05
%32.49

CMYK color model

#D4F3DB color CMYK value is (13,0,10,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(13,0,10,5)
C13M0Y10K5 
(13%,0%,10%,5%)
(0.13/0.00/0.10/0.05)	

CMYK percentages

%12.76
%0
%9.88
%4.71

Codes

Color #D4F3DB in popluar color models

D4F3DB
RGB212243219
HSL134°56.36%89.22%
HSB/HSV134°12.76%95.29%
CMYK12.76%0.00%9.88%
4.71%

Color #D4F3DB in popluar number systems.

HEXD4F3DB
Decimal212243219
Binary110101001111001111011011
Octal324363333

Shades and tints

Shades of #D4F3DB

#D4F3DB
(212,243,219)
#C1DDC8
(193,221,200)
#AEC7B5
(174,199,181)
#9BB1A2
(155,177,162)
#889B8F
(136,155,143)
#75857C
(117,133,124)
#626F69
(98,111,105)
#4F5956
(79,89,86)
#3C4343
(60,67,67)
#292D30
(41,45,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #D4F3DB

#D4F3DB
(212,243,219)
#D7F4DE
(215,244,222)
#DAF5E1
(218,245,225)
#DDF6E4
(221,246,228)
#E0F7E7
(224,247,231)
#E3F8EA
(227,248,234)
#E6F9ED
(230,249,237)
#E9FAF0
(233,250,240)
#ECFBF3
(236,251,243)
#EFFCF6
(239,252,246)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F3DB; }

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

This text font color is #D4F3DB.


Background Color

.myBgColor { background-color: #D4F3DB; }

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

This div background color is #D4F3DB.


Border color

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

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

This div border color is #D4F3DB.


Opacity

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

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

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

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

This text has shadow with #D4F3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F3DB on black background.


Color preview on white background

This text has color #D4F3DB on white background.



Black color preview on #D4F3DB background

This text has black color on #D4F3DB background.


White color preview on #D4F3DB background

This text has white color on #D4F3DB background.