COLOR #D1EBDB

HEX: #D1EBDB RGB: (209,235,219)

Color info

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

RGB color model

#D1EBDB color RGB value is (209,235,219).

RGB: (209,235,219) (82%, 92%, 86%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 219 of 255 = 86%

209
235
219

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

Portions of RGB colors in percentages

R + G + B = 209 + 235 + 219 = 663 (100%)
R 209 of 663 ~ 31.52%
G 235 of 663 ~ 35.44%
B 219 of 663 ~ 33.03'%

%31.52
%35.44
%33.03

CMYK color model

#D1EBDB color CMYK value is (11,0,7,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK: (11,0,7,8) C11M0Y7K8 (11%,0%,7%,8%) (0.11/0.00/0.07/0.08) 

CMYK percentages

%11.06
%0
%6.81
%7.84

Codes

Color #D1EBDB in popluar color models

D1 EB DB
RGB 209 235 219
HSL 143° 39.39% 87.06%
HSB/HSV 143° 11.06% 92.16%
CMYK 11.06% 0.00% 6.81%
7.84%

Color #D1EBDB in popluar number systems.

HEX D1 EB DB
Decimal 209 235 219
Binary 11010001 11101011 11011011
Octal 321 353 333

Shades and tints

Shades of #D1EBDB

#D1EBDB
(209,235,219)
#BED6C8
(190,214,200)
#ABC1B5
(171,193,181)
#98ACA2
(152,172,162)
#85978F
(133,151,143)
#72827C
(114,130,124)
#5F6D69
(95,109,105)
#4C5856
(76,88,86)
#394343
(57,67,67)
#262E30
(38,46,48)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #D1EBDB

#D1EBDB
(209,235,219)
#D5ECDE
(213,236,222)
#D9EDE1
(217,237,225)
#DDEEE4
(221,238,228)
#E1EFE7
(225,239,231)
#E5F0EA
(229,240,234)
#E9F1ED
(233,241,237)
#EDF2F0
(237,242,240)
#F1F3F3
(241,243,243)
#F5F4F6
(245,244,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBDB; }

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

This text font color is #D1EBDB.

Background Color

.myBgColor { background-color: #D1EBDB; }

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

This div background color is #D1EBDB.

Border color

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

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

This div border color is #D1EBDB.

Opacity

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

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

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

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

This text has shadow with #D1EBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EBDB.

Preview

Color preview on black background

This text has color #D1EBDB on black background.


Color preview on white background

This text has color #D1EBDB on white background.


Black color preview on #D1EBDB background

This text has black color on #D1EBDB background.


White color preview on #D1EBDB background

This text has white color on #D1EBDB background.


Related colors

Complementary color

Complementary color for #hex is #2E1424.


I love getcolorcode.com

Triadic colors

1 #DBD1EB and #EBDBD1 with #D1EBDB are triadic colors.

2 #DBEBD1 and #EBD1DB with #D1EBDB are triadic colors.