COLOR #D7EDCC

HEX: #D7EDCC
RGB: (215,237,204)

Color info

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

RGB color model

#D7EDCC color RGB value is (215,237,204).

  • red value is 215;
  • green value is 237;
  • blue value is 204.
RGB:
(215,237,204)
(84%,93%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 204 of 255 = 80%

215
237
204

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

Portions of RGB colors in percentages

R + G + B =
215 + 237 + 204 = 656 (100%)
R 215 of 656 ~ 32.77%
G 237 of 656 ~ 36.13%
B 204 of 656 ~ 31.1%

%32.77
%36.13
%31.1

CMYK color model

#D7EDCC color CMYK value is (9,0,14,7).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(9,0,14,7)
C9M0Y14K7 
(9%,0%,14%,7%)
(0.09/0.00/0.14/0.07)	

CMYK percentages

%9.28
%0
%13.92
%7.06

Codes

Color #D7EDCC in popluar color models

D7EDCC
RGB215237204
HSL100°47.83%86.47%
HSB/HSV100°13.92%92.94%
CMYK9.28%0.00%13.92%
7.06%

Color #D7EDCC in popluar number systems.

HEXD7EDCC
Decimal215237204
Binary110101111110110111001100
Octal327355314

Shades and tints

Shades of #D7EDCC

#D7EDCC
(215,237,204)
#C4D8BA
(196,216,186)
#B1C3A8
(177,195,168)
#9EAE96
(158,174,150)
#8B9984
(139,153,132)
#788472
(120,132,114)
#656F60
(101,111,96)
#525A4E
(82,90,78)
#3F453C
(63,69,60)
#2C302A
(44,48,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #D7EDCC

#D7EDCC
(215,237,204)
#DAEED0
(218,238,208)
#DDEFD4
(221,239,212)
#E0F0D8
(224,240,216)
#E3F1DC
(227,241,220)
#E6F2E0
(230,242,224)
#E9F3E4
(233,243,228)
#ECF4E8
(236,244,232)
#EFF5EC
(239,245,236)
#F2F6F0
(242,246,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EDCC color. Also use rgb(215,237,204) instead hex code.

Text Font Color

.myTextColor { color: #D7EDCC; }

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

This text font color is #D7EDCC.


Background Color

.myBgColor { background-color: #D7EDCC; }

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

This div background color is #D7EDCC.


Border color

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

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

This div border color is #D7EDCC.


Opacity

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

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

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

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

This text has shadow with #D7EDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EDCC on black background.


Color preview on white background

This text has color #D7EDCC on white background.



Black color preview on #D7EDCC background

This text has black color on #D7EDCC background.


White color preview on #D7EDCC background

This text has white color on #D7EDCC background.