COLOR #D7ECB6

HEX: #D7ECB6
RGB: (215,236,182)

Color info

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

RGB color model

#D7ECB6 color RGB value is (215,236,182).

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

RGB channels and saturation

R 215 of 255 = 84%
G 236 of 255 = 93%
B 182 of 255 = 71%

215
236
182

R + G + B ~ 83%. #D7ECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 236 + 182 = 633 (100%)
R 215 of 633 ~ 33.97%
G 236 of 633 ~ 37.28%
B 182 of 633 ~ 28.75%

%33.97
%37.28
%28.75

CMYK color model

#D7ECB6 color CMYK value is (9,0,23,7).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(9,0,23,7)
C9M0Y23K7 
(9%,0%,23%,7%)
(0.09/0.00/0.23/0.07)	

CMYK percentages

%8.9
%0
%22.88
%7.45

Codes

Color #D7ECB6 in popluar color models

D7ECB6
RGB215236182
HSL83°58.70%81.96%
HSB/HSV83°22.88%92.55%
CMYK8.90%0.00%22.88%
7.45%

Color #D7ECB6 in popluar number systems.

HEXD7ECB6
Decimal215236182
Binary110101111110110010110110
Octal327354266

Shades and tints

Shades of #D7ECB6

#D7ECB6
(215,236,182)
#C4D7A6
(196,215,166)
#B1C296
(177,194,150)
#9EAD86
(158,173,134)
#8B9876
(139,152,118)
#788366
(120,131,102)
#656E56
(101,110,86)
#525946
(82,89,70)
#3F4436
(63,68,54)
#2C2F26
(44,47,38)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #D7ECB6

#D7ECB6
(215,236,182)
#DAEDBC
(218,237,188)
#DDEEC2
(221,238,194)
#E0EFC8
(224,239,200)
#E3F0CE
(227,240,206)
#E6F1D4
(230,241,212)
#E9F2DA
(233,242,218)
#ECF3E0
(236,243,224)
#EFF4E6
(239,244,230)
#F2F5EC
(242,245,236)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ECB6; }

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

This text font color is #D7ECB6.


Background Color

.myBgColor { background-color: #D7ECB6; }

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

This div background color is #D7ECB6.


Border color

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

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

This div border color is #D7ECB6.


Opacity

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

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

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

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

This text has shadow with #D7ECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ECB6 on black background.


Color preview on white background

This text has color #D7ECB6 on white background.



Black color preview on #D7ECB6 background

This text has black color on #D7ECB6 background.


White color preview on #D7ECB6 background

This text has white color on #D7ECB6 background.