COLOR #D7ECA3

HEX: #D7ECA3
RGB: (215,236,163)

Color info

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

RGB color model

#D7ECA3 color RGB value is (215,236,163).

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

RGB channels and saturation

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

215
236
163

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

Portions of RGB colors in percentages

R + G + B =
215 + 236 + 163 = 614 (100%)
R 215 of 614 ~ 35.02%
G 236 of 614 ~ 38.44%
B 163 of 614 ~ 26.55%

%35.02
%38.44
%26.55

CMYK color model

#D7ECA3 color CMYK value is (9,0,31,7).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 7.45%
CMYK:
(9,0,31,7)
C9M0Y31K7 
(9%,0%,31%,7%)
(0.09/0.00/0.31/0.07)	

CMYK percentages

%8.9
%0
%30.93
%7.45

Codes

Color #D7ECA3 in popluar color models

D7ECA3
RGB215236163
HSL77°65.77%78.24%
HSB/HSV77°30.93%92.55%
CMYK8.90%0.00%30.93%
7.45%

Color #D7ECA3 in popluar number systems.

HEXD7ECA3
Decimal215236163
Binary110101111110110010100011
Octal327354243

Shades and tints

Shades of #D7ECA3

#D7ECA3
(215,236,163)
#C4D795
(196,215,149)
#B1C287
(177,194,135)
#9EAD79
(158,173,121)
#8B986B
(139,152,107)
#78835D
(120,131,93)
#656E4F
(101,110,79)
#525941
(82,89,65)
#3F4433
(63,68,51)
#2C2F25
(44,47,37)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #D7ECA3

#D7ECA3
(215,236,163)
#DAEDAB
(218,237,171)
#DDEEB3
(221,238,179)
#E0EFBB
(224,239,187)
#E3F0C3
(227,240,195)
#E6F1CB
(230,241,203)
#E9F2D3
(233,242,211)
#ECF3DB
(236,243,219)
#EFF4E3
(239,244,227)
#F2F5EB
(242,245,235)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ECA3; }

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

This text font color is #D7ECA3.


Background Color

.myBgColor { background-color: #D7ECA3; }

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

This div background color is #D7ECA3.


Border color

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

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

This div border color is #D7ECA3.


Opacity

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

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

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

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

This text has shadow with #D7ECA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ECA3 on black background.


Color preview on white background

This text has color #D7ECA3 on white background.



Black color preview on #D7ECA3 background

This text has black color on #D7ECA3 background.


White color preview on #D7ECA3 background

This text has white color on #D7ECA3 background.