COLOR #D5ECA3

HEX: #D5ECA3
RGB: (213,236,163)

Color info

#D5ECA3 contains mainly red and green colors. Web safe color of #D5ECA3 is #CCFF99 (or #CF9).

RGB color model

#D5ECA3 color RGB value is (213,236,163).

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

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 163 of 255 = 64%

213
236
163

R + G + B ~ 80%. #D5ECA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 236 + 163 = 612 (100%)
R 213 of 612 ~ 34.8%
G 236 of 612 ~ 38.56%
B 163 of 612 ~ 26.63%

%34.8
%38.56
%26.63

CMYK color model

#D5ECA3 color CMYK value is (10,0,31,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 7.45%
CMYK:
(10,0,31,7)
C10M0Y31K7 
(10%,0%,31%,7%)
(0.10/0.00/0.31/0.07)	

CMYK percentages

%9.75
%0
%30.93
%7.45

Codes

Color #D5ECA3 in popluar color models

D5ECA3
RGB213236163
HSL79°65.77%78.24%
HSB/HSV79°30.93%92.55%
CMYK9.75%0.00%30.93%
7.45%

Color #D5ECA3 in popluar number systems.

HEXD5ECA3
Decimal213236163
Binary110101011110110010100011
Octal325354243

Shades and tints

Shades of #D5ECA3

#D5ECA3
(213,236,163)
#C2D795
(194,215,149)
#AFC287
(175,194,135)
#9CAD79
(156,173,121)
#89986B
(137,152,107)
#76835D
(118,131,93)
#636E4F
(99,110,79)
#505941
(80,89,65)
#3D4433
(61,68,51)
#2A2F25
(42,47,37)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #D5ECA3

#D5ECA3
(213,236,163)
#D8EDAB
(216,237,171)
#DBEEB3
(219,238,179)
#DEEFBB
(222,239,187)
#E1F0C3
(225,240,195)
#E4F1CB
(228,241,203)
#E7F2D3
(231,242,211)
#EAF3DB
(234,243,219)
#EDF4E3
(237,244,227)
#F0F5EB
(240,245,235)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECA3; }

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

This text font color is #D5ECA3.


Background Color

.myBgColor { background-color: #D5ECA3; }

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

This div background color is #D5ECA3.


Border color

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

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

This div border color is #D5ECA3.


Opacity

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

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

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

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

This text has shadow with #D5ECA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ECA3 on black background.


Color preview on white background

This text has color #D5ECA3 on white background.



Black color preview on #D5ECA3 background

This text has black color on #D5ECA3 background.


White color preview on #D5ECA3 background

This text has white color on #D5ECA3 background.