COLOR #D3F7D6

HEX: #D3F7D6
RGB: (211,247,214)

Color info

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

RGB color model

#D3F7D6 color RGB value is (211,247,214).

  • red value is 211;
  • green value is 247;
  • blue value is 214.
RGB:
(211,247,214)
(83%,97%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 247 of 255 = 97%
B 214 of 255 = 84%

211
247
214

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

Portions of RGB colors in percentages

R + G + B =
211 + 247 + 214 = 672 (100%)
R 211 of 672 ~ 31.4%
G 247 of 672 ~ 36.76%
B 214 of 672 ~ 31.85%

%31.4
%36.76
%31.85

CMYK color model

#D3F7D6 color CMYK value is (15,0,13,3).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 3.14%
CMYK:
(15,0,13,3)
C15M0Y13K3 
(15%,0%,13%,3%)
(0.15/0.00/0.13/0.03)	

CMYK percentages

%14.57
%0
%13.36
%3.14

Codes

Color #D3F7D6 in popluar color models

D3F7D6
RGB211247214
HSL125°69.23%89.80%
HSB/HSV125°14.57%96.86%
CMYK14.57%0.00%13.36%
3.14%

Color #D3F7D6 in popluar number systems.

HEXD3F7D6
Decimal211247214
Binary110100111111011111010110
Octal323367326

Shades and tints

Shades of #D3F7D6

#D3F7D6
(211,247,214)
#C0E1C3
(192,225,195)
#ADCBB0
(173,203,176)
#9AB59D
(154,181,157)
#879F8A
(135,159,138)
#748977
(116,137,119)
#617364
(97,115,100)
#4E5D51
(78,93,81)
#3B473E
(59,71,62)
#28312B
(40,49,43)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #D3F7D6

#D3F7D6
(211,247,214)
#D7F7D9
(215,247,217)
#DBF7DC
(219,247,220)
#DFF7DF
(223,247,223)
#E3F7E2
(227,247,226)
#E7F7E5
(231,247,229)
#EBF7E8
(235,247,232)
#EFF7EB
(239,247,235)
#F3F7EE
(243,247,238)
#F7F7F1
(247,247,241)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F7D6 color. Also use rgb(211,247,214) instead hex code.

Text Font Color

.myTextColor { color: #D3F7D6; }

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

This text font color is #D3F7D6.


Background Color

.myBgColor { background-color: #D3F7D6; }

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

This div background color is #D3F7D6.


Border color

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

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

This div border color is #D3F7D6.


Opacity

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

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

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

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

This text has shadow with #D3F7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F7D6 on black background.


Color preview on white background

This text has color #D3F7D6 on white background.



Black color preview on #D3F7D6 background

This text has black color on #D3F7D6 background.


White color preview on #D3F7D6 background

This text has white color on #D3F7D6 background.