COLOR #D1EAD5

HEX: #D1EAD5
RGB: (209,234,213)

Color info

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

RGB color model

#D1EAD5 color RGB value is (209,234,213).

  • red value is 209;
  • green value is 234;
  • blue value is 213.
RGB:
(209,234,213)
(82%,92%,84%)

RGB channels and saturation

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

209
234
213

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 213 = 656 (100%)
R 209 of 656 ~ 31.86%
G 234 of 656 ~ 35.67%
B 213 of 656 ~ 32.47%

%31.86
%35.67
%32.47

CMYK color model

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

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK:
(11,0,9,8)
C11M0Y9K8 
(11%,0%,9%,8%)
(0.11/0.00/0.09/0.08)	

CMYK percentages

%10.68
%0
%8.97
%8.24

Codes

Color #D1EAD5 in popluar color models

D1EAD5
RGB209234213
HSL130°37.31%86.86%
HSB/HSV130°10.68%91.76%
CMYK10.68%0.00%8.97%
8.24%

Color #D1EAD5 in popluar number systems.

HEXD1EAD5
Decimal209234213
Binary110100011110101011010101
Octal321352325

Shades and tints

Shades of #D1EAD5

#D1EAD5
(209,234,213)
#BED5C2
(190,213,194)
#ABC0AF
(171,192,175)
#98AB9C
(152,171,156)
#859689
(133,150,137)
#728176
(114,129,118)
#5F6C63
(95,108,99)
#4C5750
(76,87,80)
#39423D
(57,66,61)
#262D2A
(38,45,42)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #D1EAD5

#D1EAD5
(209,234,213)
#D5EBD8
(213,235,216)
#D9ECDB
(217,236,219)
#DDEDDE
(221,237,222)
#E1EEE1
(225,238,225)
#E5EFE4
(229,239,228)
#E9F0E7
(233,240,231)
#EDF1EA
(237,241,234)
#F1F2ED
(241,242,237)
#F5F3F0
(245,243,240)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAD5; }

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

This text font color is #D1EAD5.


Background Color

.myBgColor { background-color: #D1EAD5; }

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

This div background color is #D1EAD5.


Border color

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

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

This div border color is #D1EAD5.


Opacity

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

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

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

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

This text has shadow with #D1EAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAD5 on black background.


Color preview on white background

This text has color #D1EAD5 on white background.



Black color preview on #D1EAD5 background

This text has black color on #D1EAD5 background.


White color preview on #D1EAD5 background

This text has white color on #D1EAD5 background.