COLOR #D3E7DB

HEX: #D3E7DB
RGB: (211,231,219)

Color info

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

RGB color model

#D3E7DB color RGB value is (211,231,219).

  • red value is 211;
  • green value is 231;
  • blue value is 219.
RGB: (211,231,219) (83%,91%,86%)

RGB channels and saturation

R 211 of 255 = 83%
G 231 of 255 = 91%
B 219 of 255 = 86%

211
231
219

R + G + B ~ 87%. #D3E7DB is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 231 + 219 = 661 (100%)
R 211 of 661 ~ 31.92%
G 231 of 661 ~ 34.95%
B 219 of 661 ~ 33.13%

%31.92
%34.95
%33.13

CMYK color model

#D3E7DB color CMYK value is (9,0,5,9).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK: (9,0,5,9) C9M0Y5K9 (9%,0%,5%,9%) (0.09/0.00/0.05/0.09)

CMYK percentages

%8.66
%0
%5.19
%9.41

Codes

Color #D3E7DB in popluar color models

D3E7DB
RGB211231219
HSL144°29.41%86.67%
HSB/HSV144°8.66%90.59%
CMYK8.66%0.00%5.19%
9.41%

Color #D3E7DB in popluar number systems.

HEXD3E7DB
Decimal211231219
Binary110100111110011111011011
Octal323347333

Shades and tints

Shades of #D3E7DB

#D3E7DB
(211,231,219)
#C0D2C8
(192,210,200)
#ADBDB5
(173,189,181)
#9AA8A2
(154,168,162)
#87938F
(135,147,143)
#747E7C
(116,126,124)
#616969
(97,105,105)
#4E5456
(78,84,86)
#3B3F43
(59,63,67)
#282A30
(40,42,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #D3E7DB

#D3E7DB
(211,231,219)
#D7E9DE
(215,233,222)
#DBEBE1
(219,235,225)
#DFEDE4
(223,237,228)
#E3EFE7
(227,239,231)
#E7F1EA
(231,241,234)
#EBF3ED
(235,243,237)
#EFF5F0
(239,245,240)
#F3F7F3
(243,247,243)
#F7F9F6
(247,249,246)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E7DB color. Also use rgb(211,231,219) instead hex code.

Text Font Color

.myTextColor { color: #D3E7DB; }

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

This text font color is #D3E7DB.


Background Color

.myBgColor { background-color: #D3E7DB; }

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

This div background color is #D3E7DB.


Border color

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

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

This div border color is #D3E7DB.


Opacity

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

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

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

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

This text has shadow with #D3E7DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D3E7DB on black background.


Color preview on white background

This text has color #D3E7DB on white background.



Black color preview on #D3E7DB background

This text has black color on #D3E7DB background.


White color preview on #D3E7DB background

This text has white color on #D3E7DB background.