COLOR #D3EFDF

HEX: #D3EFDF
RGB: (211,239,223)

Color info

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

RGB color model

#D3EFDF color RGB value is (211,239,223).

  • red value is 211;
  • green value is 239;
  • blue value is 223.
RGB:
(211,239,223)
(83%,94%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 239 of 255 = 94%
B 223 of 255 = 87%

211
239
223

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

Portions of RGB colors in percentages

R + G + B =
211 + 239 + 223 = 673 (100%)
R 211 of 673 ~ 31.35%
G 239 of 673 ~ 35.51%
B 223 of 673 ~ 33.14%

%31.35
%35.51
%33.14

CMYK color model

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

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(12,0,7,6)
C12M0Y7K6 
(12%,0%,7%,6%)
(0.12/0.00/0.07/0.06)	

CMYK percentages

%11.72
%0
%6.69
%6.27

Codes

Color #D3EFDF in popluar color models

D3EFDF
RGB211239223
HSL146°46.67%88.24%
HSB/HSV146°11.72%93.73%
CMYK11.72%0.00%6.69%
6.27%

Color #D3EFDF in popluar number systems.

HEXD3EFDF
Decimal211239223
Binary110100111110111111011111
Octal323357337

Shades and tints

Shades of #D3EFDF

#D3EFDF
(211,239,223)
#C0DACB
(192,218,203)
#ADC5B7
(173,197,183)
#9AB0A3
(154,176,163)
#879B8F
(135,155,143)
#74867B
(116,134,123)
#617167
(97,113,103)
#4E5C53
(78,92,83)
#3B473F
(59,71,63)
#28322B
(40,50,43)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #D3EFDF

#D3EFDF
(211,239,223)
#D7F0E1
(215,240,225)
#DBF1E3
(219,241,227)
#DFF2E5
(223,242,229)
#E3F3E7
(227,243,231)
#E7F4E9
(231,244,233)
#EBF5EB
(235,245,235)
#EFF6ED
(239,246,237)
#F3F7EF
(243,247,239)
#F7F8F1
(247,248,241)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EFDF color. Also use rgb(211,239,223) instead hex code.

Text Font Color

.myTextColor { color: #D3EFDF; }

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

This text font color is #D3EFDF.


Background Color

.myBgColor { background-color: #D3EFDF; }

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

This div background color is #D3EFDF.


Border color

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

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

This div border color is #D3EFDF.


Opacity

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

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

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

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

This text has shadow with #D3EFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EFDF on black background.


Color preview on white background

This text has color #D3EFDF on white background.



Black color preview on #D3EFDF background

This text has black color on #D3EFDF background.


White color preview on #D3EFDF background

This text has white color on #D3EFDF background.