COLOR #D1E6EF

HEX: #D1E6EF RGB: (209,230,239)

Color info

#D1E6EF contains red, green and blue colors in about the same proportion. Web safe color of #D1E6EF is #CCCCFF (or #CCF).

RGB color model

#D1E6EF color RGB value is (209,230,239).

RGB: (209,230,239) (82%, 90%, 94%)

RGB channels and saturation

R 209 of 255 = 82%
G 230 of 255 = 90%
B 239 of 255 = 94%

209
230
239

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

Portions of RGB colors in percentages

R + G + B = 209 + 230 + 239 = 678 (100%)
R 209 of 678 ~ 30.83%
G 230 of 678 ~ 33.92%
B 239 of 678 ~ 35.25'%

%30.83
%33.92
%35.25

CMYK color model

#D1E6EF color CMYK value is (13,4,0,6).

  • cyan value is 12.55%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (13,4,0,6)
C13M4Y0K6 (13%, 4%, 0%, 6%)
(0.13 / 0.04 / 0.00 / 0.06)

CMYK percentages

%12.55
%3.77
%0
%6.27

Codes

Color #D1E6EF in popluar color models

D1 E6 EF
RGB 209 230 239
HSL 198° 48.39% 87.84%
HSB/HSV 198° 12.55% 93.73%
CMYK 12.55% 3.77% 0.00%
6.27%

Color #D1E6EF in popluar number systems.

HEX D1 E6 EF
Decimal 209 230 239
Binary 11010001 11100110 11101111
Octal 321 346 357

Shades and tints

Shades of #D1E6EF

#D1E6EF
(209,230,239)
#BED2DA
(190,210,218)
#ABBEC5
(171,190,197)
#98AAB0
(152,170,176)
#85969B
(133,150,155)
#728286
(114,130,134)
#5F6E71
(95,110,113)
#4C5A5C
(76,90,92)
#394647
(57,70,71)
#263232
(38,50,50)
#131E1D
(19,30,29)
#000000
(0,0,0)

Tints of #D1E6EF

#D1E6EF
(209,230,239)
#D5E8F0
(213,232,240)
#D9EAF1
(217,234,241)
#DDECF2
(221,236,242)
#E1EEF3
(225,238,243)
#E5F0F4
(229,240,244)
#E9F2F5
(233,242,245)
#EDF4F6
(237,244,246)
#F1F6F7
(241,246,247)
#F5F8F8
(245,248,248)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E6EF; }

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

This text font color is #D1E6EF.

Background Color

.myBgColor { background-color: #D1E6EF; }

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

This div background color is #D1E6EF.

Border color

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

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

This div border color is #D1E6EF.

Opacity

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

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

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

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

This text has shadow with #D1E6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E6EF.

Preview

Color preview on black background

This text has color #D1E6EF on black background.


Color preview on white background

This text has color #D1E6EF on white background.


Black color preview on #D1E6EF background

This text has black color on #D1E6EF background.


White color preview on #D1E6EF background

This text has white color on #D1E6EF background.


Related colors

Complementary color

Complementary color for #hex is #2E1910.


I love getcolorcode.com

Triadic colors

1 #EFD1E6 and #E6EFD1 with #D1E6EF are triadic colors.

2 #EFE6D1 and #E6D1EF with #D1E6EF are triadic colors.