COLOR #D1EAD6

HEX: #D1EAD6
RGB: (209,234,214)

Color info

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

RGB color model

#D1EAD6 color RGB value is (209,234,214).

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

RGB channels and saturation

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

209
234
214

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 214 = 657 (100%)
R 209 of 657 ~ 31.81%
G 234 of 657 ~ 35.62%
B 214 of 657 ~ 32.57%

%31.81
%35.62
%32.57

CMYK color model

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

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • 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.55
%8.24

Codes

Color #D1EAD6 in popluar color models

D1EAD6
RGB209234214
HSL132°37.31%86.86%
HSB/HSV132°10.68%91.76%
CMYK10.68%0.00%8.55%
8.24%

Color #D1EAD6 in popluar number systems.

HEXD1EAD6
Decimal209234214
Binary110100011110101011010110
Octal321352326

Shades and tints

Shades of #D1EAD6

#D1EAD6
(209,234,214)
#BED5C3
(190,213,195)
#ABC0B0
(171,192,176)
#98AB9D
(152,171,157)
#85968A
(133,150,138)
#728177
(114,129,119)
#5F6C64
(95,108,100)
#4C5751
(76,87,81)
#39423E
(57,66,62)
#262D2B
(38,45,43)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #D1EAD6

#D1EAD6
(209,234,214)
#D5EBD9
(213,235,217)
#D9ECDC
(217,236,220)
#DDEDDF
(221,237,223)
#E1EEE2
(225,238,226)
#E5EFE5
(229,239,229)
#E9F0E8
(233,240,232)
#EDF1EB
(237,241,235)
#F1F2EE
(241,242,238)
#F5F3F1
(245,243,241)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAD6; }

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

This text font color is #D1EAD6.


Background Color

.myBgColor { background-color: #D1EAD6; }

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

This div background color is #D1EAD6.


Border color

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

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

This div border color is #D1EAD6.


Opacity

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

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

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

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

This text has shadow with #D1EAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAD6 on black background.


Color preview on white background

This text has color #D1EAD6 on white background.



Black color preview on #D1EAD6 background

This text has black color on #D1EAD6 background.


White color preview on #D1EAD6 background

This text has white color on #D1EAD6 background.