COLOR #D1EBEF

HEX: #D1EBEF
RGB: (209,235,239)

Color info

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

RGB color model

#D1EBEF color RGB value is (209,235,239).

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

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 239 of 255 = 94%

209
235
239

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

Portions of RGB colors in percentages

R + G + B =
209 + 235 + 239 = 683 (100%)
R 209 of 683 ~ 30.6%
G 235 of 683 ~ 34.41%
B 239 of 683 ~ 34.99%

%30.6
%34.41
%34.99

CMYK color model

#D1EBEF color CMYK value is (13,2,0,6).

  • cyan value is 12.55%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,2,0,6)
C13M2Y0K6 
(13%,2%,0%,6%)
(0.13/0.02/0.00/0.06)	

CMYK percentages

%12.55
%1.67
%0
%6.27

Codes

Color #D1EBEF in popluar color models

D1EBEF
RGB209235239
HSL188°48.39%87.84%
HSB/HSV188°12.55%93.73%
CMYK12.55%1.67%0.00%
6.27%

Color #D1EBEF in popluar number systems.

HEXD1EBEF
Decimal209235239
Binary110100011110101111101111
Octal321353357

Shades and tints

Shades of #D1EBEF

#D1EBEF
(209,235,239)
#BED6DA
(190,214,218)
#ABC1C5
(171,193,197)
#98ACB0
(152,172,176)
#85979B
(133,151,155)
#728286
(114,130,134)
#5F6D71
(95,109,113)
#4C585C
(76,88,92)
#394347
(57,67,71)
#262E32
(38,46,50)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #D1EBEF

#D1EBEF
(209,235,239)
#D5ECF0
(213,236,240)
#D9EDF1
(217,237,241)
#DDEEF2
(221,238,242)
#E1EFF3
(225,239,243)
#E5F0F4
(229,240,244)
#E9F1F5
(233,241,245)
#EDF2F6
(237,242,246)
#F1F3F7
(241,243,247)
#F5F4F8
(245,244,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBEF; }

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

This text font color is #D1EBEF.


Background Color

.myBgColor { background-color: #D1EBEF; }

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

This div background color is #D1EBEF.


Border color

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

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

This div border color is #D1EBEF.


Opacity

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

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

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

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

This text has shadow with #D1EBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EBEF on black background.


Color preview on white background

This text has color #D1EBEF on white background.



Black color preview on #D1EBEF background

This text has black color on #D1EBEF background.


White color preview on #D1EBEF background

This text has white color on #D1EBEF background.