COLOR #D1EABD

HEX: #D1EABD RGB: (209,234,189)

Color info

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

RGB color model

#D1EABD color RGB value is (209,234,189).

RGB: (209,234,189) (82%, 92%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 189 of 255 = 74%

209
234
189

R + G + B ~ 83%. #D1EABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 234 + 189 = 632 (100%)
R 209 of 632 ~ 33.07%
G 234 of 632 ~ 37.03%
B 189 of 632 ~ 29.91'%

%33.07
%37.03
%29.91

CMYK color model

#D1EABD color CMYK value is (11,0,19,8).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 8.24%

CMYK: (11,0,19,8)
C11M0Y19K8 (11%, 0%, 19%, 8%)
(0.11 / 0.00 / 0.19 / 0.08)

CMYK percentages

%10.68
%0
%19.23
%8.24

Codes

Color #D1EABD in popluar color models

D1 EA BD
RGB 209 234 189
HSL 93° 51.72% 82.94%
HSB/HSV 93° 19.23% 91.76%
CMYK 10.68% 0.00% 19.23%
8.24%

Color #D1EABD in popluar number systems.

HEX D1 EA BD
Decimal 209 234 189
Binary 11010001 11101010 10111101
Octal 321 352 275

Shades and tints

Shades of #D1EABD

#D1EABD
(209,234,189)
#BED5AC
(190,213,172)
#ABC09B
(171,192,155)
#98AB8A
(152,171,138)
#859679
(133,150,121)
#728168
(114,129,104)
#5F6C57
(95,108,87)
#4C5746
(76,87,70)
#394235
(57,66,53)
#262D24
(38,45,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #D1EABD

#D1EABD
(209,234,189)
#D5EBC3
(213,235,195)
#D9ECC9
(217,236,201)
#DDEDCF
(221,237,207)
#E1EED5
(225,238,213)
#E5EFDB
(229,239,219)
#E9F0E1
(233,240,225)
#EDF1E7
(237,241,231)
#F1F2ED
(241,242,237)
#F5F3F3
(245,243,243)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EABD color. Also use rgb(209,234,189) instead hex code.

Text Font Color

.myTextColor { color: #D1EABD; }

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

This text font color is #D1EABD.

Background Color

.myBgColor { background-color: #D1EABD; }

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

This div background color is #D1EABD.

Border color

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

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

This div border color is #D1EABD.

Opacity

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

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

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

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

This text has shadow with #D1EABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EABD.

Preview

Color preview on black background

This text has color #D1EABD on black background.


Color preview on white background

This text has color #D1EABD on white background.


Black color preview on #D1EABD background

This text has black color on #D1EABD background.


White color preview on #D1EABD background

This text has white color on #D1EABD background.


Related colors

Complementary color

Complementary color for #hex is #2E1542.


I love getcolorcode.com

Triadic colors

1 #BDD1EA and #EABDD1 with #D1EABD are triadic colors.

2 #BDEAD1 and #EAD1BD with #D1EABD are triadic colors.