COLOR #D3F0E1

HEX: #D3F0E1
RGB: (211,240,225)

Color info

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

RGB color model

#D3F0E1 color RGB value is (211,240,225).

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

RGB channels and saturation

R 211 of 255 = 83%
G 240 of 255 = 94%
B 225 of 255 = 88%

211
240
225

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

Portions of RGB colors in percentages

R + G + B =
211 + 240 + 225 = 676 (100%)
R 211 of 676 ~ 31.21%
G 240 of 676 ~ 35.5%
B 225 of 676 ~ 33.28%

%31.21
%35.5
%33.28

CMYK color model

#D3F0E1 color CMYK value is (12,0,6,6).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 5.88%
CMYK:
(12,0,6,6)
C12M0Y6K6 
(12%,0%,6%,6%)
(0.12/0.00/0.06/0.06)	

CMYK percentages

%12.08
%0
%6.25
%5.88

Codes

Color #D3F0E1 in popluar color models

D3F0E1
RGB211240225
HSL149°49.15%88.43%
HSB/HSV149°12.08%94.12%
CMYK12.08%0.00%6.25%
5.88%

Color #D3F0E1 in popluar number systems.

HEXD3F0E1
Decimal211240225
Binary110100111111000011100001
Octal323360341

Shades and tints

Shades of #D3F0E1

#D3F0E1
(211,240,225)
#C0DBCD
(192,219,205)
#ADC6B9
(173,198,185)
#9AB1A5
(154,177,165)
#879C91
(135,156,145)
#74877D
(116,135,125)
#617269
(97,114,105)
#4E5D55
(78,93,85)
#3B4841
(59,72,65)
#28332D
(40,51,45)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #D3F0E1

#D3F0E1
(211,240,225)
#D7F1E3
(215,241,227)
#DBF2E5
(219,242,229)
#DFF3E7
(223,243,231)
#E3F4E9
(227,244,233)
#E7F5EB
(231,245,235)
#EBF6ED
(235,246,237)
#EFF7EF
(239,247,239)
#F3F8F1
(243,248,241)
#F7F9F3
(247,249,243)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F0E1; }

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

This text font color is #D3F0E1.


Background Color

.myBgColor { background-color: #D3F0E1; }

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

This div background color is #D3F0E1.


Border color

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

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

This div border color is #D3F0E1.


Opacity

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

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

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

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

This text has shadow with #D3F0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F0E1 on black background.


Color preview on white background

This text has color #D3F0E1 on white background.



Black color preview on #D3F0E1 background

This text has black color on #D3F0E1 background.


White color preview on #D3F0E1 background

This text has white color on #D3F0E1 background.