COLOR #D1EFE7

HEX: #D1EFE7
RGB: (209,239,231)

Color info

#D1EFE7 contains red, green and blue colors in about the same proportion. Web safe color of #D1EFE7 is #CCFFFF (or #CFF).

RGB color model

#D1EFE7 color RGB value is (209,239,231).

  • red value is 209;
  • green value is 239;
  • blue value is 231.
RGB:
(209,239,231)
(82%,94%,91%)

RGB channels and saturation

R 209 of 255 = 82%
G 239 of 255 = 94%
B 231 of 255 = 91%

209
239
231

R + G + B ~ 89%. #D1EFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 239 + 231 = 679 (100%)
R 209 of 679 ~ 30.78%
G 239 of 679 ~ 35.2%
B 231 of 679 ~ 34.02%

%30.78
%35.2
%34.02

CMYK color model

#D1EFE7 color CMYK value is (13,0,3,6).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(13,0,3,6)
C13M0Y3K6 
(13%,0%,3%,6%)
(0.13/0.00/0.03/0.06)	

CMYK percentages

%12.55
%0
%3.35
%6.27

Codes

Color #D1EFE7 in popluar color models

D1EFE7
RGB209239231
HSL164°48.39%87.84%
HSB/HSV164°12.55%93.73%
CMYK12.55%0.00%3.35%
6.27%

Color #D1EFE7 in popluar number systems.

HEXD1EFE7
Decimal209239231
Binary110100011110111111100111
Octal321357347

Shades and tints

Shades of #D1EFE7

#D1EFE7
(209,239,231)
#BEDAD2
(190,218,210)
#ABC5BD
(171,197,189)
#98B0A8
(152,176,168)
#859B93
(133,155,147)
#72867E
(114,134,126)
#5F7169
(95,113,105)
#4C5C54
(76,92,84)
#39473F
(57,71,63)
#26322A
(38,50,42)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #D1EFE7

#D1EFE7
(209,239,231)
#D5F0E9
(213,240,233)
#D9F1EB
(217,241,235)
#DDF2ED
(221,242,237)
#E1F3EF
(225,243,239)
#E5F4F1
(229,244,241)
#E9F5F3
(233,245,243)
#EDF6F5
(237,246,245)
#F1F7F7
(241,247,247)
#F5F8F9
(245,248,249)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EFE7 color. Also use rgb(209,239,231) instead hex code.

Text Font Color

.myTextColor { color: #D1EFE7; }

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

This text font color is #D1EFE7.


Background Color

.myBgColor { background-color: #D1EFE7; }

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

This div background color is #D1EFE7.


Border color

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

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

This div border color is #D1EFE7.


Opacity

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

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

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

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

This text has shadow with #D1EFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EFE7 on black background.


Color preview on white background

This text has color #D1EFE7 on white background.



Black color preview on #D1EFE7 background

This text has black color on #D1EFE7 background.


White color preview on #D1EFE7 background

This text has white color on #D1EFE7 background.