COLOR #D1EFE3

HEX: #D1EFE3
RGB: (209,239,227)

Color info

#D1EFE3 contains red, green and blue colors in about the same proportion. Web safe color of #D1EFE3 is #CCFFCC (or #CFC).

RGB color model

#D1EFE3 color RGB value is (209,239,227).

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

RGB channels and saturation

R 209 of 255 = 82%
G 239 of 255 = 94%
B 227 of 255 = 89%

209
239
227

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

Portions of RGB colors in percentages

R + G + B =
209 + 239 + 227 = 675 (100%)
R 209 of 675 ~ 30.96%
G 239 of 675 ~ 35.41%
B 227 of 675 ~ 33.63%

%30.96
%35.41
%33.63

CMYK color model

#D1EFE3 color CMYK value is (13,0,5,6).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(13,0,5,6)
C13M0Y5K6 
(13%,0%,5%,6%)
(0.13/0.00/0.05/0.06)	

CMYK percentages

%12.55
%0
%5.02
%6.27

Codes

Color #D1EFE3 in popluar color models

D1EFE3
RGB209239227
HSL156°48.39%87.84%
HSB/HSV156°12.55%93.73%
CMYK12.55%0.00%5.02%
6.27%

Color #D1EFE3 in popluar number systems.

HEXD1EFE3
Decimal209239227
Binary110100011110111111100011
Octal321357343

Shades and tints

Shades of #D1EFE3

#D1EFE3
(209,239,227)
#BEDACF
(190,218,207)
#ABC5BB
(171,197,187)
#98B0A7
(152,176,167)
#859B93
(133,155,147)
#72867F
(114,134,127)
#5F716B
(95,113,107)
#4C5C57
(76,92,87)
#394743
(57,71,67)
#26322F
(38,50,47)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #D1EFE3

#D1EFE3
(209,239,227)
#D5F0E5
(213,240,229)
#D9F1E7
(217,241,231)
#DDF2E9
(221,242,233)
#E1F3EB
(225,243,235)
#E5F4ED
(229,244,237)
#E9F5EF
(233,245,239)
#EDF6F1
(237,246,241)
#F1F7F3
(241,247,243)
#F5F8F5
(245,248,245)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EFE3; }

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

This text font color is #D1EFE3.


Background Color

.myBgColor { background-color: #D1EFE3; }

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

This div background color is #D1EFE3.


Border color

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

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

This div border color is #D1EFE3.


Opacity

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

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

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

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

This text has shadow with #D1EFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EFE3 on black background.


Color preview on white background

This text has color #D1EFE3 on white background.



Black color preview on #D1EFE3 background

This text has black color on #D1EFE3 background.


White color preview on #D1EFE3 background

This text has white color on #D1EFE3 background.