COLOR #D5ECD2

HEX: #D5ECD2
RGB: (213,236,210)

Color info

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

RGB color model

#D5ECD2 color RGB value is (213,236,210).

  • red value is 213;
  • green value is 236;
  • blue value is 210.
RGB:
(213,236,210)
(84%,93%,82%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 210 of 255 = 82%

213
236
210

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

Portions of RGB colors in percentages

R + G + B =
213 + 236 + 210 = 659 (100%)
R 213 of 659 ~ 32.32%
G 236 of 659 ~ 35.81%
B 210 of 659 ~ 31.87%

%32.32
%35.81
%31.87

CMYK color model

#D5ECD2 color CMYK value is (10,0,11,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(10,0,11,7)
C10M0Y11K7 
(10%,0%,11%,7%)
(0.10/0.00/0.11/0.07)	

CMYK percentages

%9.75
%0
%11.02
%7.45

Codes

Color #D5ECD2 in popluar color models

D5ECD2
RGB213236210
HSL113°40.63%87.45%
HSB/HSV113°11.02%92.55%
CMYK9.75%0.00%11.02%
7.45%

Color #D5ECD2 in popluar number systems.

HEXD5ECD2
Decimal213236210
Binary110101011110110011010010
Octal325354322

Shades and tints

Shades of #D5ECD2

#D5ECD2
(213,236,210)
#C2D7BF
(194,215,191)
#AFC2AC
(175,194,172)
#9CAD99
(156,173,153)
#899886
(137,152,134)
#768373
(118,131,115)
#636E60
(99,110,96)
#50594D
(80,89,77)
#3D443A
(61,68,58)
#2A2F27
(42,47,39)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #D5ECD2

#D5ECD2
(213,236,210)
#D8EDD6
(216,237,214)
#DBEEDA
(219,238,218)
#DEEFDE
(222,239,222)
#E1F0E2
(225,240,226)
#E4F1E6
(228,241,230)
#E7F2EA
(231,242,234)
#EAF3EE
(234,243,238)
#EDF4F2
(237,244,242)
#F0F5F6
(240,245,246)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ECD2 color. Also use rgb(213,236,210) instead hex code.

Text Font Color

.myTextColor { color: #D5ECD2; }

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

This text font color is #D5ECD2.


Background Color

.myBgColor { background-color: #D5ECD2; }

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

This div background color is #D5ECD2.


Border color

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

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

This div border color is #D5ECD2.


Opacity

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

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

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

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

This text has shadow with #D5ECD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ECD2 on black background.


Color preview on white background

This text has color #D5ECD2 on white background.



Black color preview on #D5ECD2 background

This text has black color on #D5ECD2 background.


White color preview on #D5ECD2 background

This text has white color on #D5ECD2 background.