COLOR #D1EAD3

HEX: #D1EAD3
RGB: (209,234,211)

Color info

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

RGB color model

#D1EAD3 color RGB value is (209,234,211).

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

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 211 of 255 = 83%

209
234
211

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

Portions of RGB colors in percentages

R + G + B =
209 + 234 + 211 = 654 (100%)
R 209 of 654 ~ 31.96%
G 234 of 654 ~ 35.78%
B 211 of 654 ~ 32.26%

%31.96
%35.78
%32.26

CMYK color model

#D1EAD3 color CMYK value is (11,0,10,8).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 8.24%
CMYK:
(11,0,10,8)
C11M0Y10K8 
(11%,0%,10%,8%)
(0.11/0.00/0.10/0.08)	

CMYK percentages

%10.68
%0
%9.83
%8.24

Codes

Color #D1EAD3 in popluar color models

D1EAD3
RGB209234211
HSL125°37.31%86.86%
HSB/HSV125°10.68%91.76%
CMYK10.68%0.00%9.83%
8.24%

Color #D1EAD3 in popluar number systems.

HEXD1EAD3
Decimal209234211
Binary110100011110101011010011
Octal321352323

Shades and tints

Shades of #D1EAD3

#D1EAD3
(209,234,211)
#BED5C0
(190,213,192)
#ABC0AD
(171,192,173)
#98AB9A
(152,171,154)
#859687
(133,150,135)
#728174
(114,129,116)
#5F6C61
(95,108,97)
#4C574E
(76,87,78)
#39423B
(57,66,59)
#262D28
(38,45,40)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #D1EAD3

#D1EAD3
(209,234,211)
#D5EBD7
(213,235,215)
#D9ECDB
(217,236,219)
#DDEDDF
(221,237,223)
#E1EEE3
(225,238,227)
#E5EFE7
(229,239,231)
#E9F0EB
(233,240,235)
#EDF1EF
(237,241,239)
#F1F2F3
(241,242,243)
#F5F3F7
(245,243,247)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EAD3; }

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

This text font color is #D1EAD3.


Background Color

.myBgColor { background-color: #D1EAD3; }

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

This div background color is #D1EAD3.


Border color

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

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

This div border color is #D1EAD3.


Opacity

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

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

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

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

This text has shadow with #D1EAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EAD3 on black background.


Color preview on white background

This text has color #D1EAD3 on white background.



Black color preview on #D1EAD3 background

This text has black color on #D1EAD3 background.


White color preview on #D1EAD3 background

This text has white color on #D1EAD3 background.