COLOR #D3EBD5

HEX: #D3EBD5 RGB: (211,235,213)

Color info

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

RGB color model

#D3EBD5 color RGB value is (211,235,213).

RGB: (211,235,213) (83%, 92%, 84%)

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 213 of 255 = 84%

211
235
213

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

Portions of RGB colors in percentages

R + G + B = 211 + 235 + 213 = 659 (100%)
R 211 of 659 ~ 32.02%
G 235 of 659 ~ 35.66%
B 213 of 659 ~ 32.32'%

%32.02
%35.66
%32.32

CMYK color model

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

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK: (10,0,9,8) C10M0Y9K8 (10%,0%,9%,8%) (0.10/0.00/0.09/0.08) 

CMYK percentages

%10.21
%0
%9.36
%7.84

Codes

Color #D3EBD5 in popluar color models

D3 EB D5
RGB 211 235 213
HSL 125° 37.50% 87.45%
HSB/HSV 125° 10.21% 92.16%
CMYK 10.21% 0.00% 9.36%
7.84%

Color #D3EBD5 in popluar number systems.

HEX D3 EB D5
Decimal 211 235 213
Binary 11010011 11101011 11010101
Octal 323 353 325

Shades and tints

Shades of #D3EBD5

#D3EBD5
(211,235,213)
#C0D6C2
(192,214,194)
#ADC1AF
(173,193,175)
#9AAC9C
(154,172,156)
#879789
(135,151,137)
#748276
(116,130,118)
#616D63
(97,109,99)
#4E5850
(78,88,80)
#3B433D
(59,67,61)
#282E2A
(40,46,42)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #D3EBD5

#D3EBD5
(211,235,213)
#D7ECD8
(215,236,216)
#DBEDDB
(219,237,219)
#DFEEDE
(223,238,222)
#E3EFE1
(227,239,225)
#E7F0E4
(231,240,228)
#EBF1E7
(235,241,231)
#EFF2EA
(239,242,234)
#F3F3ED
(243,243,237)
#F7F4F0
(247,244,240)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBD5; }

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

This text font color is #D3EBD5.

Background Color

.myBgColor { background-color: #D3EBD5; }

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

This div background color is #D3EBD5.

Border color

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

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

This div border color is #D3EBD5.

Opacity

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

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

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

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

This text has shadow with #D3EBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EBD5.

Preview

Color preview on black background

This text has color #D3EBD5 on black background.


Color preview on white background

This text has color #D3EBD5 on white background.


Black color preview on #D3EBD5 background

This text has black color on #D3EBD5 background.


White color preview on #D3EBD5 background

This text has white color on #D3EBD5 background.


Related colors

Complementary color

Complementary color for #hex is #2C142A.


I love getcolorcode.com

Triadic colors

1 #D5D3EB and #EBD5D3 with #D3EBD5 are triadic colors.

2 #D5EBD3 and #EBD3D5 with #D3EBD5 are triadic colors.