COLOR #D1EBDE

HEX: #D1EBDE RGB: (209,235,222)

Color info

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

RGB color model

#D1EBDE color RGB value is (209,235,222).

RGB: (209,235,222) (82%, 92%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 222 of 255 = 87%

209
235
222

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

Portions of RGB colors in percentages

R + G + B = 209 + 235 + 222 = 666 (100%)
R 209 of 666 ~ 31.38%
G 235 of 666 ~ 35.29%
B 222 of 666 ~ 33.33'%

%31.38
%35.29
%33.33

CMYK color model

#D1EBDE color CMYK value is (11,0,6,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK: (11,0,6,8) C11M0Y6K8 (11%,0%,6%,8%) (0.11/0.00/0.06/0.08) 

CMYK percentages

%11.06
%0
%5.53
%7.84

Codes

Color #D1EBDE in popluar color models

D1 EB DE
RGB 209 235 222
HSL 150° 39.39% 87.06%
HSB/HSV 150° 11.06% 92.16%
CMYK 11.06% 0.00% 5.53%
7.84%

Color #D1EBDE in popluar number systems.

HEX D1 EB DE
Decimal 209 235 222
Binary 11010001 11101011 11011110
Octal 321 353 336

Shades and tints

Shades of #D1EBDE

#D1EBDE
(209,235,222)
#BED6CA
(190,214,202)
#ABC1B6
(171,193,182)
#98ACA2
(152,172,162)
#85978E
(133,151,142)
#72827A
(114,130,122)
#5F6D66
(95,109,102)
#4C5852
(76,88,82)
#39433E
(57,67,62)
#262E2A
(38,46,42)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1EBDE

#D1EBDE
(209,235,222)
#D5ECE1
(213,236,225)
#D9EDE4
(217,237,228)
#DDEEE7
(221,238,231)
#E1EFEA
(225,239,234)
#E5F0ED
(229,240,237)
#E9F1F0
(233,241,240)
#EDF2F3
(237,242,243)
#F1F3F6
(241,243,246)
#F5F4F9
(245,244,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBDE; }

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

This text font color is #D1EBDE.

Background Color

.myBgColor { background-color: #D1EBDE; }

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

This div background color is #D1EBDE.

Border color

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

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

This div border color is #D1EBDE.

Opacity

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

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

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

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

This text has shadow with #D1EBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EBDE.

Preview

Color preview on black background

This text has color #D1EBDE on black background.


Color preview on white background

This text has color #D1EBDE on white background.


Black color preview on #D1EBDE background

This text has black color on #D1EBDE background.


White color preview on #D1EBDE background

This text has white color on #D1EBDE background.


Related colors

Complementary color

Complementary color for #hex is #2E1421.


I love getcolorcode.com

Triadic colors

1 #DED1EB and #EBDED1 with #D1EBDE are triadic colors.

2 #DEEBD1 and #EBD1DE with #D1EBDE are triadic colors.