COLOR #D3F4D7

HEX: #D3F4D7
RGB: (211,244,215)

Color info

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

RGB color model

#D3F4D7 color RGB value is (211,244,215).

  • red value is 211;
  • green value is 244;
  • blue value is 215.
RGB:
(211,244,215)
(83%,96%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 244 of 255 = 96%
B 215 of 255 = 84%

211
244
215

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

Portions of RGB colors in percentages

R + G + B =
211 + 244 + 215 = 670 (100%)
R 211 of 670 ~ 31.49%
G 244 of 670 ~ 36.42%
B 215 of 670 ~ 32.09%

%31.49
%36.42
%32.09

CMYK color model

#D3F4D7 color CMYK value is (14,0,12,4).

  • cyan value is 13.52%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 4.31%
CMYK:
(14,0,12,4)
C14M0Y12K4 
(14%,0%,12%,4%)
(0.14/0.00/0.12/0.04)	

CMYK percentages

%13.52
%0
%11.89
%4.31

Codes

Color #D3F4D7 in popluar color models

D3F4D7
RGB211244215
HSL127°60.00%89.22%
HSB/HSV127°13.52%95.69%
CMYK13.52%0.00%11.89%
4.31%

Color #D3F4D7 in popluar number systems.

HEXD3F4D7
Decimal211244215
Binary110100111111010011010111
Octal323364327

Shades and tints

Shades of #D3F4D7

#D3F4D7
(211,244,215)
#C0DEC4
(192,222,196)
#ADC8B1
(173,200,177)
#9AB29E
(154,178,158)
#879C8B
(135,156,139)
#748678
(116,134,120)
#617065
(97,112,101)
#4E5A52
(78,90,82)
#3B443F
(59,68,63)
#282E2C
(40,46,44)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #D3F4D7

#D3F4D7
(211,244,215)
#D7F5DA
(215,245,218)
#DBF6DD
(219,246,221)
#DFF7E0
(223,247,224)
#E3F8E3
(227,248,227)
#E7F9E6
(231,249,230)
#EBFAE9
(235,250,233)
#EFFBEC
(239,251,236)
#F3FCEF
(243,252,239)
#F7FDF2
(247,253,242)
#FBFEF5
(251,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F4D7 color. Also use rgb(211,244,215) instead hex code.

Text Font Color

.myTextColor { color: #D3F4D7; }

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

This text font color is #D3F4D7.


Background Color

.myBgColor { background-color: #D3F4D7; }

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

This div background color is #D3F4D7.


Border color

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

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

This div border color is #D3F4D7.


Opacity

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

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

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

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

This text has shadow with #D3F4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F4D7 on black background.


Color preview on white background

This text has color #D3F4D7 on white background.



Black color preview on #D3F4D7 background

This text has black color on #D3F4D7 background.


White color preview on #D3F4D7 background

This text has white color on #D3F4D7 background.