COLOR #D7E4CC

HEX: #D7E4CC RGB: (215,228,204)

Color info

#D7E4CC contains red, green and blue colors in about the same proportion. Web safe color of #D7E4CC is #CCCCCC (or #CCC).

RGB color model

#D7E4CC color RGB value is (215,228,204).

RGB: (215,228,204) (84%, 89%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 228 of 255 = 89%
B 204 of 255 = 80%

215
228
204

R + G + B ~ 84%. #D7E4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 228 + 204 = 647 (100%)
R 215 of 647 ~ 33.23%
G 228 of 647 ~ 35.24%
B 204 of 647 ~ 31.53'%

%33.23
%35.24
%31.53

CMYK color model

#D7E4CC color CMYK value is (6,0,11,11).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%

CMYK: (6,0,11,11)
C6M0Y11K11 (6%, 0%, 11%, 11%)
(0.06 / 0.00 / 0.11 / 0.11)

CMYK percentages

%5.7
%0
%10.53
%10.59

Codes

Color #D7E4CC in popluar color models

D7 E4 CC
RGB 215 228 204
HSL 93° 30.77% 84.71%
HSB/HSV 93° 10.53% 89.41%
CMYK 5.70% 0.00% 10.53%
10.59%

Color #D7E4CC in popluar number systems.

HEX D7 E4 CC
Decimal 215 228 204
Binary 11010111 11100100 11001100
Octal 327 344 314

Shades and tints

Shades of #D7E4CC

#D7E4CC
(215,228,204)
#C4D0BA
(196,208,186)
#B1BCA8
(177,188,168)
#9EA896
(158,168,150)
#8B9484
(139,148,132)
#788072
(120,128,114)
#656C60
(101,108,96)
#52584E
(82,88,78)
#3F443C
(63,68,60)
#2C302A
(44,48,42)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #D7E4CC

#D7E4CC
(215,228,204)
#DAE6D0
(218,230,208)
#DDE8D4
(221,232,212)
#E0EAD8
(224,234,216)
#E3ECDC
(227,236,220)
#E6EEE0
(230,238,224)
#E9F0E4
(233,240,228)
#ECF2E8
(236,242,232)
#EFF4EC
(239,244,236)
#F2F6F0
(242,246,240)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E4CC; }

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

This text font color is #D7E4CC.

Background Color

.myBgColor { background-color: #D7E4CC; }

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

This div background color is #D7E4CC.

Border color

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

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

This div border color is #D7E4CC.

Opacity

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

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

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

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

This text has shadow with #D7E4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E4CC.

Preview

Color preview on black background

This text has color #D7E4CC on black background.


Color preview on white background

This text has color #D7E4CC on white background.


Black color preview on #D7E4CC background

This text has black color on #D7E4CC background.


White color preview on #D7E4CC background

This text has white color on #D7E4CC background.


Related colors

Complementary color

Complementary color for #hex is #281B33.


I love getcolorcode.com

Triadic colors

1 #CCD7E4 and #E4CCD7 with #D7E4CC are triadic colors.

2 #CCE4D7 and #E4D7CC with #D7E4CC are triadic colors.