COLOR #D3F4D5

HEX: #D3F4D5
RGB: (211,244,213)

Color info

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

RGB color model

#D3F4D5 color RGB value is (211,244,213).

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

RGB channels and saturation

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

211
244
213

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

Portions of RGB colors in percentages

R + G + B =
211 + 244 + 213 = 668 (100%)
R 211 of 668 ~ 31.59%
G 244 of 668 ~ 36.53%
B 213 of 668 ~ 31.89%

%31.59
%36.53
%31.89

CMYK color model

#D3F4D5 color CMYK value is (14,0,13,4).

  • cyan value is 13.52%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(14,0,13,4)
C14M0Y13K4 
(14%,0%,13%,4%)
(0.14/0.00/0.13/0.04)	

CMYK percentages

%13.52
%0
%12.7
%4.31

Codes

Color #D3F4D5 in popluar color models

D3F4D5
RGB211244213
HSL124°60.00%89.22%
HSB/HSV124°13.52%95.69%
CMYK13.52%0.00%12.70%
4.31%

Color #D3F4D5 in popluar number systems.

HEXD3F4D5
Decimal211244213
Binary110100111111010011010101
Octal323364325

Shades and tints

Shades of #D3F4D5

#D3F4D5
(211,244,213)
#C0DEC2
(192,222,194)
#ADC8AF
(173,200,175)
#9AB29C
(154,178,156)
#879C89
(135,156,137)
#748676
(116,134,118)
#617063
(97,112,99)
#4E5A50
(78,90,80)
#3B443D
(59,68,61)
#282E2A
(40,46,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #D3F4D5

#D3F4D5
(211,244,213)
#D7F5D8
(215,245,216)
#DBF6DB
(219,246,219)
#DFF7DE
(223,247,222)
#E3F8E1
(227,248,225)
#E7F9E4
(231,249,228)
#EBFAE7
(235,250,231)
#EFFBEA
(239,251,234)
#F3FCED
(243,252,237)
#F7FDF0
(247,253,240)
#FBFEF3
(251,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F4D5; }

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

This text font color is #D3F4D5.


Background Color

.myBgColor { background-color: #D3F4D5; }

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

This div background color is #D3F4D5.


Border color

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

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

This div border color is #D3F4D5.


Opacity

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

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

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

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

This text has shadow with #D3F4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F4D5 on black background.


Color preview on white background

This text has color #D3F4D5 on white background.



Black color preview on #D3F4D5 background

This text has black color on #D3F4D5 background.


White color preview on #D3F4D5 background

This text has white color on #D3F4D5 background.