COLOR #D7E6E3

HEX: #D7E6E3
RGB: (215,230,227)

Color info

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

RGB color model

#D7E6E3 color RGB value is (215,230,227).

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

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 227 of 255 = 89%

215
230
227

R + G + B ~ 88%. #D7E6E3 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 227 = 672 (100%)
R 215 of 672 ~ 31.99%
G 230 of 672 ~ 34.23%
B 227 of 672 ~ 33.78%

%31.99
%34.23
%33.78

CMYK color model

#D7E6E3 color CMYK value is (7,0,1,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 1.30%
  • key color value is 9.80%
CMYK:
(7,0,1,10)
C7M0Y1K10 
(7%,0%,1%,10%)
(0.07/0.00/0.01/0.10)	

CMYK percentages

%6.52
%0
%1.3
%9.8

Codes

Color #D7E6E3 in popluar color models

D7E6E3
RGB215230227
HSL168°23.08%87.25%
HSB/HSV168°6.52%90.20%
CMYK6.52%0.00%1.30%
9.80%

Color #D7E6E3 in popluar number systems.

HEXD7E6E3
Decimal215230227
Binary110101111110011011100011
Octal327346343

Shades and tints

Shades of #D7E6E3

#D7E6E3
(215,230,227)
#C4D2CF
(196,210,207)
#B1BEBB
(177,190,187)
#9EAAA7
(158,170,167)
#8B9693
(139,150,147)
#78827F
(120,130,127)
#656E6B
(101,110,107)
#525A57
(82,90,87)
#3F4643
(63,70,67)
#2C322F
(44,50,47)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #D7E6E3

#D7E6E3
(215,230,227)
#DAE8E5
(218,232,229)
#DDEAE7
(221,234,231)
#E0ECE9
(224,236,233)
#E3EEEB
(227,238,235)
#E6F0ED
(230,240,237)
#E9F2EF
(233,242,239)
#ECF4F1
(236,244,241)
#EFF6F3
(239,246,243)
#F2F8F5
(242,248,245)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6E3; }

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

This text font color is #D7E6E3.


Background Color

.myBgColor { background-color: #D7E6E3; }

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

This div background color is #D7E6E3.


Border color

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

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

This div border color is #D7E6E3.


Opacity

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

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

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

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

This text has shadow with #D7E6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6E3 on black background.


Color preview on white background

This text has color #D7E6E3 on white background.



Black color preview on #D7E6E3 background

This text has black color on #D7E6E3 background.


White color preview on #D7E6E3 background

This text has white color on #D7E6E3 background.