COLOR #D3EBD0

HEX: #D3EBD0
RGB: (211,235,208)

Color info

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

RGB color model

#D3EBD0 color RGB value is (211,235,208).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 208 of 255 = 82%

211
235
208

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 208 = 654 (100%)
R 211 of 654 ~ 32.26%
G 235 of 654 ~ 35.93%
B 208 of 654 ~ 31.8%

%32.26
%35.93
%31.8

CMYK color model

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

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(10,0,11,8)
C10M0Y11K8 
(10%,0%,11%,8%)
(0.10/0.00/0.11/0.08)	

CMYK percentages

%10.21
%0
%11.49
%7.84

Codes

Color #D3EBD0 in popluar color models

D3EBD0
RGB211235208
HSL113°40.30%86.86%
HSB/HSV113°11.49%92.16%
CMYK10.21%0.00%11.49%
7.84%

Color #D3EBD0 in popluar number systems.

HEXD3EBD0
Decimal211235208
Binary110100111110101111010000
Octal323353320

Shades and tints

Shades of #D3EBD0

#D3EBD0
(211,235,208)
#C0D6BE
(192,214,190)
#ADC1AC
(173,193,172)
#9AAC9A
(154,172,154)
#879788
(135,151,136)
#748276
(116,130,118)
#616D64
(97,109,100)
#4E5852
(78,88,82)
#3B4340
(59,67,64)
#282E2E
(40,46,46)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #D3EBD0

#D3EBD0
(211,235,208)
#D7ECD4
(215,236,212)
#DBEDD8
(219,237,216)
#DFEEDC
(223,238,220)
#E3EFE0
(227,239,224)
#E7F0E4
(231,240,228)
#EBF1E8
(235,241,232)
#EFF2EC
(239,242,236)
#F3F3F0
(243,243,240)
#F7F4F4
(247,244,244)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EBD0 color. Also use rgb(211,235,208) instead hex code.

Text Font Color

.myTextColor { color: #D3EBD0; }

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

This text font color is #D3EBD0.


Background Color

.myBgColor { background-color: #D3EBD0; }

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

This div background color is #D3EBD0.


Border color

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

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

This div border color is #D3EBD0.


Opacity

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

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

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

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

This text has shadow with #D3EBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EBD0 on black background.


Color preview on white background

This text has color #D3EBD0 on white background.



Black color preview on #D3EBD0 background

This text has black color on #D3EBD0 background.


White color preview on #D3EBD0 background

This text has white color on #D3EBD0 background.