COLOR #D9EBEC

HEX: #D9EBEC
RGB: (217,235,236)

Color info

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

RGB color model

#D9EBEC color RGB value is (217,235,236).

  • red value is 217;
  • green value is 235;
  • blue value is 236.
RGB:
(217,235,236)
(85%,92%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 236 of 255 = 93%

217
235
236

R + G + B ~ 90%. #D9EBEC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 236 = 688 (100%)
R 217 of 688 ~ 31.54%
G 235 of 688 ~ 34.16%
B 236 of 688 ~ 34.3%

%31.54
%34.16
%34.3

CMYK color model

#D9EBEC color CMYK value is (8,0,0,7).

  • cyan value is 8.05%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,0,0,7)
C8M0Y0K7 
(8%,0%,0%,7%)
(0.08/0.00/0.00/0.07)	

CMYK percentages

%8.05
%0.42
%0
%7.45

Codes

Color #D9EBEC in popluar color models

D9EBEC
RGB217235236
HSL183°33.33%88.82%
HSB/HSV183°8.05%92.55%
CMYK8.05%0.42%0.00%
7.45%

Color #D9EBEC in popluar number systems.

HEXD9EBEC
Decimal217235236
Binary110110011110101111101100
Octal331353354

Shades and tints

Shades of #D9EBEC

#D9EBEC
(217,235,236)
#C6D6D7
(198,214,215)
#B3C1C2
(179,193,194)
#A0ACAD
(160,172,173)
#8D9798
(141,151,152)
#7A8283
(122,130,131)
#676D6E
(103,109,110)
#545859
(84,88,89)
#414344
(65,67,68)
#2E2E2F
(46,46,47)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #D9EBEC

#D9EBEC
(217,235,236)
#DCECED
(220,236,237)
#DFEDEE
(223,237,238)
#E2EEEF
(226,238,239)
#E5EFF0
(229,239,240)
#E8F0F1
(232,240,241)
#EBF1F2
(235,241,242)
#EEF2F3
(238,242,243)
#F1F3F4
(241,243,244)
#F4F4F5
(244,244,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBEC color. Also use rgb(217,235,236) instead hex code.

Text Font Color

.myTextColor { color: #D9EBEC; }

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

This text font color is #D9EBEC.


Background Color

.myBgColor { background-color: #D9EBEC; }

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

This div background color is #D9EBEC.


Border color

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

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

This div border color is #D9EBEC.


Opacity

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

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

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

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

This text has shadow with #D9EBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBEC on black background.


Color preview on white background

This text has color #D9EBEC on white background.



Black color preview on #D9EBEC background

This text has black color on #D9EBEC background.


White color preview on #D9EBEC background

This text has white color on #D9EBEC background.