COLOR #D7E1CC

HEX: #D7E1CC RGB: (215,225,204)

Color info

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

RGB color model

#D7E1CC color RGB value is (215,225,204).

RGB: (215,225,204) (84%, 88%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 225 of 255 = 88%
B 204 of 255 = 80%

215
225
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 225 + 204 = 644 (100%)
R 215 of 644 ~ 33.39%
G 225 of 644 ~ 34.94%
B 204 of 644 ~ 31.68'%

%33.39
%34.94
%31.68

CMYK color model

#D7E1CC color CMYK value is (4,0,9,12).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK: (4,0,9,12) C4M0Y9K12 (4%,0%,9%,12%) (0.04/0.00/0.09/0.12) 

CMYK percentages

%4.44
%0
%9.33
%11.76

Codes

Color #D7E1CC in popluar color models

D7 E1 CC
RGB 215 225 204
HSL 89° 25.93% 84.12%
HSB/HSV 89° 9.33% 88.24%
CMYK 4.44% 0.00% 9.33%
11.76%

Color #D7E1CC in popluar number systems.

HEX D7 E1 CC
Decimal 215 225 204
Binary 11010111 11100001 11001100
Octal 327 341 314

Shades and tints

Shades of #D7E1CC

#D7E1CC
(215,225,204)
#C4CDBA
(196,205,186)
#B1B9A8
(177,185,168)
#9EA596
(158,165,150)
#8B9184
(139,145,132)
#787D72
(120,125,114)
#656960
(101,105,96)
#52554E
(82,85,78)
#3F413C
(63,65,60)
#2C2D2A
(44,45,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #D7E1CC

#D7E1CC
(215,225,204)
#DAE3D0
(218,227,208)
#DDE5D4
(221,229,212)
#E0E7D8
(224,231,216)
#E3E9DC
(227,233,220)
#E6EBE0
(230,235,224)
#E9EDE4
(233,237,228)
#ECEFE8
(236,239,232)
#EFF1EC
(239,241,236)
#F2F3F0
(242,243,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E1CC; }

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

This text font color is #D7E1CC.

Background Color

.myBgColor { background-color: #D7E1CC; }

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

This div background color is #D7E1CC.

Border color

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

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

This div border color is #D7E1CC.

Opacity

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

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

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

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

This text has shadow with #D7E1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E1CC.

Preview

Color preview on black background

This text has color #D7E1CC on black background.


Color preview on white background

This text has color #D7E1CC on white background.


Black color preview on #D7E1CC background

This text has black color on #D7E1CC background.


White color preview on #D7E1CC background

This text has white color on #D7E1CC background.


Related colors

Complementary color

Complementary color for #hex is #281E33.


I love getcolorcode.com

Triadic colors

1 #CCD7E1 and #E1CCD7 with #D7E1CC are triadic colors.

2 #CCE1D7 and #E1D7CC with #D7E1CC are triadic colors.