COLOR #D7ECCC

HEX: #D7ECCC RGB: (215,236,204)

Color info

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

RGB color model

#D7ECCC color RGB value is (215,236,204).

RGB: (215,236,204) (84%, 93%, 80%)

RGB channels and saturation

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

215
236
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 236 + 204 = 655 (100%)
R 215 of 655 ~ 32.82%
G 236 of 655 ~ 36.03%
B 204 of 655 ~ 31.15'%

%32.82
%36.03
%31.15

CMYK color model

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

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

CMYK percentages

%8.9
%0
%13.56
%7.45

Codes

Color #D7ECCC in popluar color models

D7 EC CC
RGB 215 236 204
HSL 99° 45.71% 86.27%
HSB/HSV 99° 13.56% 92.55%
CMYK 8.90% 0.00% 13.56%
7.45%

Color #D7ECCC in popluar number systems.

HEX D7 EC CC
Decimal 215 236 204
Binary 11010111 11101100 11001100
Octal 327 354 314

Shades and tints

Shades of #D7ECCC

#D7ECCC
(215,236,204)
#C4D7BA
(196,215,186)
#B1C2A8
(177,194,168)
#9EAD96
(158,173,150)
#8B9884
(139,152,132)
#788372
(120,131,114)
#656E60
(101,110,96)
#52594E
(82,89,78)
#3F443C
(63,68,60)
#2C2F2A
(44,47,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #D7ECCC

#D7ECCC
(215,236,204)
#DAEDD0
(218,237,208)
#DDEED4
(221,238,212)
#E0EFD8
(224,239,216)
#E3F0DC
(227,240,220)
#E6F1E0
(230,241,224)
#E9F2E4
(233,242,228)
#ECF3E8
(236,243,232)
#EFF4EC
(239,244,236)
#F2F5F0
(242,245,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ECCC; }

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

This text font color is #D7ECCC.

Background Color

.myBgColor { background-color: #D7ECCC; }

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

This div background color is #D7ECCC.

Border color

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

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

This div border color is #D7ECCC.

Opacity

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

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

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

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

This text has shadow with #D7ECCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ECCC.

Preview

Color preview on black background

This text has color #D7ECCC on black background.


Color preview on white background

This text has color #D7ECCC on white background.


Black color preview on #D7ECCC background

This text has black color on #D7ECCC background.


White color preview on #D7ECCC background

This text has white color on #D7ECCC background.


Related colors

Complementary color

Complementary color for #hex is #281333.


I love getcolorcode.com

Triadic colors

1 #CCD7EC and #ECCCD7 with #D7ECCC are triadic colors.

2 #CCECD7 and #ECD7CC with #D7ECCC are triadic colors.