COLOR #D1EBD5

HEX: #D1EBD5 RGB: (209,235,213)

Color info

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

RGB color model

#D1EBD5 color RGB value is (209,235,213).

RGB: (209,235,213) (82%, 92%, 84%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 213 of 255 = 84%

209
235
213

R + G + B ~ 86%. #D1EBD5 is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 235 + 213 = 657 (100%)
R 209 of 657 ~ 31.81%
G 235 of 657 ~ 35.77%
B 213 of 657 ~ 32.42'%

%31.81
%35.77
%32.42

CMYK color model

#D1EBD5 color CMYK value is (11,0,9,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 7.84%

CMYK: (11,0,9,8)
C11M0Y9K8 (11%, 0%, 9%, 8%)
(0.11 / 0.00 / 0.09 / 0.08)

CMYK percentages

%11.06
%0
%9.36
%7.84

Codes

Color #D1EBD5 in popluar color models

D1 EB D5
RGB 209 235 213
HSL 129° 39.39% 87.06%
HSB/HSV 129° 11.06% 92.16%
CMYK 11.06% 0.00% 9.36%
7.84%

Color #D1EBD5 in popluar number systems.

HEX D1 EB D5
Decimal 209 235 213
Binary 11010001 11101011 11010101
Octal 321 353 325

Shades and tints

Shades of #D1EBD5

#D1EBD5
(209,235,213)
#BED6C2
(190,214,194)
#ABC1AF
(171,193,175)
#98AC9C
(152,172,156)
#859789
(133,151,137)
#728276
(114,130,118)
#5F6D63
(95,109,99)
#4C5850
(76,88,80)
#39433D
(57,67,61)
#262E2A
(38,46,42)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #D1EBD5

#D1EBD5
(209,235,213)
#D5ECD8
(213,236,216)
#D9EDDB
(217,237,219)
#DDEEDE
(221,238,222)
#E1EFE1
(225,239,225)
#E5F0E4
(229,240,228)
#E9F1E7
(233,241,231)
#EDF2EA
(237,242,234)
#F1F3ED
(241,243,237)
#F5F4F0
(245,244,240)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBD5; }

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

This text font color is #D1EBD5.

Background Color

.myBgColor { background-color: #D1EBD5; }

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

This div background color is #D1EBD5.

Border color

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

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

This div border color is #D1EBD5.

Opacity

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

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

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

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

This text has shadow with #D1EBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EBD5.

Preview

Color preview on black background

This text has color #D1EBD5 on black background.


Color preview on white background

This text has color #D1EBD5 on white background.


Black color preview on #D1EBD5 background

This text has black color on #D1EBD5 background.


White color preview on #D1EBD5 background

This text has white color on #D1EBD5 background.


Related colors

Complementary color

Complementary color for #hex is #2E142A.


I love getcolorcode.com

Triadic colors

1 #D5D1EB and #EBD5D1 with #D1EBD5 are triadic colors.

2 #D5EBD1 and #EBD1D5 with #D1EBD5 are triadic colors.