COLOR #D3F6DB

HEX: #D3F6DB
RGB: (211,246,219)

Color info

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

RGB color model

#D3F6DB color RGB value is (211,246,219).

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

RGB channels and saturation

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

211
246
219

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

Portions of RGB colors in percentages

R + G + B =
211 + 246 + 219 = 676 (100%)
R 211 of 676 ~ 31.21%
G 246 of 676 ~ 36.39%
B 219 of 676 ~ 32.4%

%31.21
%36.39
%32.4

CMYK color model

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

  • cyan value is 14.23%
  • 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

%14.23
%0
%10.98
%3.53

Codes

Color #D3F6DB in popluar color models

D3F6DB
RGB211246219
HSL134°66.04%89.61%
HSB/HSV134°14.23%96.47%
CMYK14.23%0.00%10.98%
3.53%

Color #D3F6DB in popluar number systems.

HEXD3F6DB
Decimal211246219
Binary110100111111011011011011
Octal323366333

Shades and tints

Shades of #D3F6DB

#D3F6DB
(211,246,219)
#C0E0C8
(192,224,200)
#ADCAB5
(173,202,181)
#9AB4A2
(154,180,162)
#879E8F
(135,158,143)
#74887C
(116,136,124)
#617269
(97,114,105)
#4E5C56
(78,92,86)
#3B4643
(59,70,67)
#283030
(40,48,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #D3F6DB

#D3F6DB
(211,246,219)
#D7F6DE
(215,246,222)
#DBF6E1
(219,246,225)
#DFF6E4
(223,246,228)
#E3F6E7
(227,246,231)
#E7F6EA
(231,246,234)
#EBF6ED
(235,246,237)
#EFF6F0
(239,246,240)
#F3F6F3
(243,246,243)
#F7F6F6
(247,246,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F6DB; }

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

This text font color is #D3F6DB.


Background Color

.myBgColor { background-color: #D3F6DB; }

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

This div background color is #D3F6DB.


Border color

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

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

This div border color is #D3F6DB.


Opacity

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

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

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

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

This text has shadow with #D3F6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F6DB on black background.


Color preview on white background

This text has color #D3F6DB on white background.



Black color preview on #D3F6DB background

This text has black color on #D3F6DB background.


White color preview on #D3F6DB background

This text has white color on #D3F6DB background.