COLOR #D3EDE9

HEX: #D3EDE9
RGB: (211,237,233)

Color info

#D3EDE9 contains red, green and blue colors in about the same proportion. Web safe color of #D3EDE9 is #CCFFFF (or #CFF).

RGB color model

#D3EDE9 color RGB value is (211,237,233).

  • red value is 211;
  • green value is 237;
  • blue value is 233.
RGB:
(211,237,233)
(83%,93%,91%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 233 of 255 = 91%

211
237
233

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

Portions of RGB colors in percentages

R + G + B =
211 + 237 + 233 = 681 (100%)
R 211 of 681 ~ 30.98%
G 237 of 681 ~ 34.8%
B 233 of 681 ~ 34.21%

%30.98
%34.8
%34.21

CMYK color model

#D3EDE9 color CMYK value is (11,0,2,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(11,0,2,7)
C11M0Y2K7 
(11%,0%,2%,7%)
(0.11/0.00/0.02/0.07)	

CMYK percentages

%10.97
%0
%1.69
%7.06

Codes

Color #D3EDE9 in popluar color models

D3EDE9
RGB211237233
HSL171°41.94%87.84%
HSB/HSV171°10.97%92.94%
CMYK10.97%0.00%1.69%
7.06%

Color #D3EDE9 in popluar number systems.

HEXD3EDE9
Decimal211237233
Binary110100111110110111101001
Octal323355351

Shades and tints

Shades of #D3EDE9

#D3EDE9
(211,237,233)
#C0D8D4
(192,216,212)
#ADC3BF
(173,195,191)
#9AAEAA
(154,174,170)
#879995
(135,153,149)
#748480
(116,132,128)
#616F6B
(97,111,107)
#4E5A56
(78,90,86)
#3B4541
(59,69,65)
#28302C
(40,48,44)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #D3EDE9

#D3EDE9
(211,237,233)
#D7EEEB
(215,238,235)
#DBEFED
(219,239,237)
#DFF0EF
(223,240,239)
#E3F1F1
(227,241,241)
#E7F2F3
(231,242,243)
#EBF3F5
(235,243,245)
#EFF4F7
(239,244,247)
#F3F5F9
(243,245,249)
#F7F6FB
(247,246,251)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EDE9 color. Also use rgb(211,237,233) instead hex code.

Text Font Color

.myTextColor { color: #D3EDE9; }

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

This text font color is #D3EDE9.


Background Color

.myBgColor { background-color: #D3EDE9; }

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

This div background color is #D3EDE9.


Border color

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

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

This div border color is #D3EDE9.


Opacity

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

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

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

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

This text has shadow with #D3EDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EDE9 on black background.


Color preview on white background

This text has color #D3EDE9 on white background.



Black color preview on #D3EDE9 background

This text has black color on #D3EDE9 background.


White color preview on #D3EDE9 background

This text has white color on #D3EDE9 background.