COLOR #D7E6E1

HEX: #D7E6E1
RGB: (215,230,225)

Color info

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

RGB color model

#D7E6E1 color RGB value is (215,230,225).

  • red value is 215;
  • green value is 230;
  • blue value is 225.
RGB:
(215,230,225)
(84%,90%,88%)

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 225 of 255 = 88%

215
230
225

R + G + B ~ 87%. #D7E6E1 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 225 = 670 (100%)
R 215 of 670 ~ 32.09%
G 230 of 670 ~ 34.33%
B 225 of 670 ~ 33.58%

%32.09
%34.33
%33.58

CMYK color model

#D7E6E1 color CMYK value is (7,0,2,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(7,0,2,10)
C7M0Y2K10 
(7%,0%,2%,10%)
(0.07/0.00/0.02/0.10)	

CMYK percentages

%6.52
%0
%2.17
%9.8

Codes

Color #D7E6E1 in popluar color models

D7E6E1
RGB215230225
HSL160°23.08%87.25%
HSB/HSV160°6.52%90.20%
CMYK6.52%0.00%2.17%
9.80%

Color #D7E6E1 in popluar number systems.

HEXD7E6E1
Decimal215230225
Binary110101111110011011100001
Octal327346341

Shades and tints

Shades of #D7E6E1

#D7E6E1
(215,230,225)
#C4D2CD
(196,210,205)
#B1BEB9
(177,190,185)
#9EAAA5
(158,170,165)
#8B9691
(139,150,145)
#78827D
(120,130,125)
#656E69
(101,110,105)
#525A55
(82,90,85)
#3F4641
(63,70,65)
#2C322D
(44,50,45)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #D7E6E1

#D7E6E1
(215,230,225)
#DAE8E3
(218,232,227)
#DDEAE5
(221,234,229)
#E0ECE7
(224,236,231)
#E3EEE9
(227,238,233)
#E6F0EB
(230,240,235)
#E9F2ED
(233,242,237)
#ECF4EF
(236,244,239)
#EFF6F1
(239,246,241)
#F2F8F3
(242,248,243)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6E1; }

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

This text font color is #D7E6E1.


Background Color

.myBgColor { background-color: #D7E6E1; }

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

This div background color is #D7E6E1.


Border color

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

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

This div border color is #D7E6E1.


Opacity

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

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

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

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

This text has shadow with #D7E6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6E1 on black background.


Color preview on white background

This text has color #D7E6E1 on white background.



Black color preview on #D7E6E1 background

This text has black color on #D7E6E1 background.


White color preview on #D7E6E1 background

This text has white color on #D7E6E1 background.