COLOR #D1EFDB

HEX: #D1EFDB RGB: (209,239,219)

Color info

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

RGB color model

#D1EFDB color RGB value is (209,239,219).

RGB: (209,239,219) (82%, 94%, 86%)

RGB channels and saturation

R 209 of 255 = 82%
G 239 of 255 = 94%
B 219 of 255 = 86%

209
239
219

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

Portions of RGB colors in percentages

R + G + B = 209 + 239 + 219 = 667 (100%)
R 209 of 667 ~ 31.33%
G 239 of 667 ~ 35.83%
B 219 of 667 ~ 32.83'%

%31.33
%35.83
%32.83

CMYK color model

#D1EFDB color CMYK value is (13,0,8,6).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%

CMYK: (13,0,8,6)
C13M0Y8K6 (13%, 0%, 8%, 6%)
(0.13 / 0.00 / 0.08 / 0.06)

CMYK percentages

%12.55
%0
%8.37
%6.27

Codes

Color #D1EFDB in popluar color models

D1 EF DB
RGB 209 239 219
HSL 140° 48.39% 87.84%
HSB/HSV 140° 12.55% 93.73%
CMYK 12.55% 0.00% 8.37%
6.27%

Color #D1EFDB in popluar number systems.

HEX D1 EF DB
Decimal 209 239 219
Binary 11010001 11101111 11011011
Octal 321 357 333

Shades and tints

Shades of #D1EFDB

#D1EFDB
(209,239,219)
#BEDAC8
(190,218,200)
#ABC5B5
(171,197,181)
#98B0A2
(152,176,162)
#859B8F
(133,155,143)
#72867C
(114,134,124)
#5F7169
(95,113,105)
#4C5C56
(76,92,86)
#394743
(57,71,67)
#263230
(38,50,48)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #D1EFDB

#D1EFDB
(209,239,219)
#D5F0DE
(213,240,222)
#D9F1E1
(217,241,225)
#DDF2E4
(221,242,228)
#E1F3E7
(225,243,231)
#E5F4EA
(229,244,234)
#E9F5ED
(233,245,237)
#EDF6F0
(237,246,240)
#F1F7F3
(241,247,243)
#F5F8F6
(245,248,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EFDB color. Also use rgb(209,239,219) instead hex code.

Text Font Color

.myTextColor { color: #D1EFDB; }

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

This text font color is #D1EFDB.

Background Color

.myBgColor { background-color: #D1EFDB; }

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

This div background color is #D1EFDB.

Border color

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

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

This div border color is #D1EFDB.

Opacity

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

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

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

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

This text has shadow with #D1EFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EFDB.

Preview

Color preview on black background

This text has color #D1EFDB on black background.


Color preview on white background

This text has color #D1EFDB on white background.


Black color preview on #D1EFDB background

This text has black color on #D1EFDB background.


White color preview on #D1EFDB background

This text has white color on #D1EFDB background.


Related colors

Complementary color

Complementary color for #hex is #2E1024.


I love getcolorcode.com

Triadic colors

1 #DBD1EF and #EFDBD1 with #D1EFDB are triadic colors.

2 #DBEFD1 and #EFD1DB with #D1EFDB are triadic colors.