COLOR #D3EAD8

HEX: #D3EAD8
RGB: (211,234,216)

Color info

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

RGB color model

#D3EAD8 color RGB value is (211,234,216).

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

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 216 of 255 = 85%

211
234
216

R + G + B ~ 87%. #D3EAD8 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 234 + 216 = 661 (100%)
R 211 of 661 ~ 31.92%
G 234 of 661 ~ 35.4%
B 216 of 661 ~ 32.68%

%31.92
%35.4
%32.68

CMYK color model

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

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 8.24%
CMYK:
(10,0,8,8)
C10M0Y8K8 
(10%,0%,8%,8%)
(0.10/0.00/0.08/0.08)	

CMYK percentages

%9.83
%0
%7.69
%8.24

Codes

Color #D3EAD8 in popluar color models

D3EAD8
RGB211234216
HSL133°35.38%87.25%
HSB/HSV133°9.83%91.76%
CMYK9.83%0.00%7.69%
8.24%

Color #D3EAD8 in popluar number systems.

HEXD3EAD8
Decimal211234216
Binary110100111110101011011000
Octal323352330

Shades and tints

Shades of #D3EAD8

#D3EAD8
(211,234,216)
#C0D5C5
(192,213,197)
#ADC0B2
(173,192,178)
#9AAB9F
(154,171,159)
#87968C
(135,150,140)
#748179
(116,129,121)
#616C66
(97,108,102)
#4E5753
(78,87,83)
#3B4240
(59,66,64)
#282D2D
(40,45,45)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #D3EAD8

#D3EAD8
(211,234,216)
#D7EBDB
(215,235,219)
#DBECDE
(219,236,222)
#DFEDE1
(223,237,225)
#E3EEE4
(227,238,228)
#E7EFE7
(231,239,231)
#EBF0EA
(235,240,234)
#EFF1ED
(239,241,237)
#F3F2F0
(243,242,240)
#F7F3F3
(247,243,243)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EAD8; }

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

This text font color is #D3EAD8.


Background Color

.myBgColor { background-color: #D3EAD8; }

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

This div background color is #D3EAD8.


Border color

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

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

This div border color is #D3EAD8.


Opacity

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

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

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

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

This text has shadow with #D3EAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EAD8 on black background.


Color preview on white background

This text has color #D3EAD8 on white background.



Black color preview on #D3EAD8 background

This text has black color on #D3EAD8 background.


White color preview on #D3EAD8 background

This text has white color on #D3EAD8 background.