COLOR #D1EBE1

HEX: #D1EBE1 RGB: (209,235,225)

Color info

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

RGB color model

#D1EBE1 color RGB value is (209,235,225).

RGB: (209,235,225) (82%, 92%, 88%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 225 of 255 = 88%

209
235
225

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

Portions of RGB colors in percentages

R + G + B = 209 + 235 + 225 = 669 (100%)
R 209 of 669 ~ 31.24%
G 235 of 669 ~ 35.13%
B 225 of 669 ~ 33.63'%

%31.24
%35.13
%33.63

CMYK color model

#D1EBE1 color CMYK value is (11,0,4,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK: (11,0,4,8) C11M0Y4K8 (11%,0%,4%,8%) (0.11/0.00/0.04/0.08) 

CMYK percentages

%11.06
%0
%4.26
%7.84

Codes

Color #D1EBE1 in popluar color models

D1 EB E1
RGB 209 235 225
HSL 157° 39.39% 87.06%
HSB/HSV 157° 11.06% 92.16%
CMYK 11.06% 0.00% 4.26%
7.84%

Color #D1EBE1 in popluar number systems.

HEX D1 EB E1
Decimal 209 235 225
Binary 11010001 11101011 11100001
Octal 321 353 341

Shades and tints

Shades of #D1EBE1

#D1EBE1
(209,235,225)
#BED6CD
(190,214,205)
#ABC1B9
(171,193,185)
#98ACA5
(152,172,165)
#859791
(133,151,145)
#72827D
(114,130,125)
#5F6D69
(95,109,105)
#4C5855
(76,88,85)
#394341
(57,67,65)
#262E2D
(38,46,45)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #D1EBE1

#D1EBE1
(209,235,225)
#D5ECE3
(213,236,227)
#D9EDE5
(217,237,229)
#DDEEE7
(221,238,231)
#E1EFE9
(225,239,233)
#E5F0EB
(229,240,235)
#E9F1ED
(233,241,237)
#EDF2EF
(237,242,239)
#F1F3F1
(241,243,241)
#F5F4F3
(245,244,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBE1; }

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

This text font color is #D1EBE1.

Background Color

.myBgColor { background-color: #D1EBE1; }

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

This div background color is #D1EBE1.

Border color

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

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

This div border color is #D1EBE1.

Opacity

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

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

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

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

This text has shadow with #D1EBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EBE1.

Preview

Color preview on black background

This text has color #D1EBE1 on black background.


Color preview on white background

This text has color #D1EBE1 on white background.


Black color preview on #D1EBE1 background

This text has black color on #D1EBE1 background.


White color preview on #D1EBE1 background

This text has white color on #D1EBE1 background.


Related colors

Complementary color

Complementary color for #hex is #2E141E.


I love getcolorcode.com

Triadic colors

1 #E1D1EB and #EBE1D1 with #D1EBE1 are triadic colors.

2 #E1EBD1 and #EBD1E1 with #D1EBE1 are triadic colors.