COLOR #D3F5E1

HEX: #D3F5E1
RGB: (211,245,225)

Color info

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

RGB color model

#D3F5E1 color RGB value is (211,245,225).

  • red value is 211;
  • green value is 245;
  • blue value is 225.
RGB:
(211,245,225)
(83%,96%,88%)

RGB channels and saturation

R 211 of 255 = 83%
G 245 of 255 = 96%
B 225 of 255 = 88%

211
245
225

R + G + B ~ 89%. #D3F5E1 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 245 + 225 = 681 (100%)
R 211 of 681 ~ 30.98%
G 245 of 681 ~ 35.98%
B 225 of 681 ~ 33.04%

%30.98
%35.98
%33.04

CMYK color model

#D3F5E1 color CMYK value is (14,0,8,4).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 3.92%
CMYK:
(14,0,8,4)
C14M0Y8K4 
(14%,0%,8%,4%)
(0.14/0.00/0.08/0.04)	

CMYK percentages

%13.88
%0
%8.16
%3.92

Codes

Color #D3F5E1 in popluar color models

D3F5E1
RGB211245225
HSL145°62.96%89.41%
HSB/HSV145°13.88%96.08%
CMYK13.88%0.00%8.16%
3.92%

Color #D3F5E1 in popluar number systems.

HEXD3F5E1
Decimal211245225
Binary110100111111010111100001
Octal323365341

Shades and tints

Shades of #D3F5E1

#D3F5E1
(211,245,225)
#C0DFCD
(192,223,205)
#ADC9B9
(173,201,185)
#9AB3A5
(154,179,165)
#879D91
(135,157,145)
#74877D
(116,135,125)
#617169
(97,113,105)
#4E5B55
(78,91,85)
#3B4541
(59,69,65)
#282F2D
(40,47,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #D3F5E1

#D3F5E1
(211,245,225)
#D7F5E3
(215,245,227)
#DBF5E5
(219,245,229)
#DFF5E7
(223,245,231)
#E3F5E9
(227,245,233)
#E7F5EB
(231,245,235)
#EBF5ED
(235,245,237)
#EFF5EF
(239,245,239)
#F3F5F1
(243,245,241)
#F7F5F3
(247,245,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F5E1 color. Also use rgb(211,245,225) instead hex code.

Text Font Color

.myTextColor { color: #D3F5E1; }

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

This text font color is #D3F5E1.


Background Color

.myBgColor { background-color: #D3F5E1; }

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

This div background color is #D3F5E1.


Border color

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

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

This div border color is #D3F5E1.


Opacity

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

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

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

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

This text has shadow with #D3F5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F5E1 on black background.


Color preview on white background

This text has color #D3F5E1 on white background.



Black color preview on #D3F5E1 background

This text has black color on #D3F5E1 background.


White color preview on #D3F5E1 background

This text has white color on #D3F5E1 background.