COLOR #D7ECC5

HEX: #D7ECC5
RGB: (215,236,197)

Color info

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

RGB color model

#D7ECC5 color RGB value is (215,236,197).

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

RGB channels and saturation

R 215 of 255 = 84%
G 236 of 255 = 93%
B 197 of 255 = 77%

215
236
197

R + G + B ~ 85%. #D7ECC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 236 + 197 = 648 (100%)
R 215 of 648 ~ 33.18%
G 236 of 648 ~ 36.42%
B 197 of 648 ~ 30.4%

%33.18
%36.42
%30.4

CMYK color model

#D7ECC5 color CMYK value is (9,0,17,7).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(9,0,17,7)
C9M0Y17K7 
(9%,0%,17%,7%)
(0.09/0.00/0.17/0.07)	

CMYK percentages

%8.9
%0
%16.53
%7.45

Codes

Color #D7ECC5 in popluar color models

D7ECC5
RGB215236197
HSL92°50.65%84.90%
HSB/HSV92°16.53%92.55%
CMYK8.90%0.00%16.53%
7.45%

Color #D7ECC5 in popluar number systems.

HEXD7ECC5
Decimal215236197
Binary110101111110110011000101
Octal327354305

Shades and tints

Shades of #D7ECC5

#D7ECC5
(215,236,197)
#C4D7B4
(196,215,180)
#B1C2A3
(177,194,163)
#9EAD92
(158,173,146)
#8B9881
(139,152,129)
#788370
(120,131,112)
#656E5F
(101,110,95)
#52594E
(82,89,78)
#3F443D
(63,68,61)
#2C2F2C
(44,47,44)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #D7ECC5

#D7ECC5
(215,236,197)
#DAEDCA
(218,237,202)
#DDEECF
(221,238,207)
#E0EFD4
(224,239,212)
#E3F0D9
(227,240,217)
#E6F1DE
(230,241,222)
#E9F2E3
(233,242,227)
#ECF3E8
(236,243,232)
#EFF4ED
(239,244,237)
#F2F5F2
(242,245,242)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ECC5; }

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

This text font color is #D7ECC5.


Background Color

.myBgColor { background-color: #D7ECC5; }

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

This div background color is #D7ECC5.


Border color

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

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

This div border color is #D7ECC5.


Opacity

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

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

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

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

This text has shadow with #D7ECC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ECC5 on black background.


Color preview on white background

This text has color #D7ECC5 on white background.



Black color preview on #D7ECC5 background

This text has black color on #D7ECC5 background.


White color preview on #D7ECC5 background

This text has white color on #D7ECC5 background.