COLOR #D7E2CC

HEX: #D7E2CC RGB: (215,226,204)

Color info

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

RGB color model

#D7E2CC color RGB value is (215,226,204).

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

RGB channels and saturation

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

215
226
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 226 + 204 = 645 (100%)
R 215 of 645 ~ 33.33%
G 226 of 645 ~ 35.04%
B 204 of 645 ~ 31.63'%

%33.33
%35.04
%31.63

CMYK color model

#D7E2CC color CMYK value is (5,0,10,11).

  • cyan value is 4.87%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 11.37%

CMYK: (5,0,10,11)
C5M0Y10K11 (5%, 0%, 10%, 11%)
(0.05 / 0.00 / 0.10 / 0.11)

CMYK percentages

%4.87
%0
%9.73
%11.37

Codes

Color #D7E2CC in popluar color models

D7 E2 CC
RGB 215 226 204
HSL 90° 27.50% 84.31%
HSB/HSV 90° 9.73% 88.63%
CMYK 4.87% 0.00% 9.73%
11.37%

Color #D7E2CC in popluar number systems.

HEX D7 E2 CC
Decimal 215 226 204
Binary 11010111 11100010 11001100
Octal 327 342 314

Shades and tints

Shades of #D7E2CC

#D7E2CC
(215,226,204)
#C4CEBA
(196,206,186)
#B1BAA8
(177,186,168)
#9EA696
(158,166,150)
#8B9284
(139,146,132)
#787E72
(120,126,114)
#656A60
(101,106,96)
#52564E
(82,86,78)
#3F423C
(63,66,60)
#2C2E2A
(44,46,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #D7E2CC

#D7E2CC
(215,226,204)
#DAE4D0
(218,228,208)
#DDE6D4
(221,230,212)
#E0E8D8
(224,232,216)
#E3EADC
(227,234,220)
#E6ECE0
(230,236,224)
#E9EEE4
(233,238,228)
#ECF0E8
(236,240,232)
#EFF2EC
(239,242,236)
#F2F4F0
(242,244,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E2CC; }

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

This text font color is #D7E2CC.

Background Color

.myBgColor { background-color: #D7E2CC; }

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

This div background color is #D7E2CC.

Border color

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

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

This div border color is #D7E2CC.

Opacity

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

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

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

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

This text has shadow with #D7E2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E2CC.

Preview

Color preview on black background

This text has color #D7E2CC on black background.


Color preview on white background

This text has color #D7E2CC on white background.


Black color preview on #D7E2CC background

This text has black color on #D7E2CC background.


White color preview on #D7E2CC background

This text has white color on #D7E2CC background.


Related colors

Complementary color

Complementary color for #hex is #281D33.


I love getcolorcode.com

Triadic colors

1 #CCD7E2 and #E2CCD7 with #D7E2CC are triadic colors.

2 #CCE2D7 and #E2D7CC with #D7E2CC are triadic colors.