COLOR #D9ECEA

HEX: #D9ECEA
RGB: (217,236,234)

Color info

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

RGB color model

#D9ECEA color RGB value is (217,236,234).

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

RGB channels and saturation

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

217
236
234

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

Portions of RGB colors in percentages

R + G + B =
217 + 236 + 234 = 687 (100%)
R 217 of 687 ~ 31.59%
G 236 of 687 ~ 34.35%
B 234 of 687 ~ 34.06%

%31.59
%34.35
%34.06

CMYK color model

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

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 7.45%
CMYK:
(8,0,1,7)
C8M0Y1K7 
(8%,0%,1%,7%)
(0.08/0.00/0.01/0.07)	

CMYK percentages

%8.05
%0
%0.85
%7.45

Codes

Color #D9ECEA in popluar color models

D9ECEA
RGB217236234
HSL174°33.33%88.82%
HSB/HSV174°8.05%92.55%
CMYK8.05%0.00%0.85%
7.45%

Color #D9ECEA in popluar number systems.

HEXD9ECEA
Decimal217236234
Binary110110011110110011101010
Octal331354352

Shades and tints

Shades of #D9ECEA

#D9ECEA
(217,236,234)
#C6D7D5
(198,215,213)
#B3C2C0
(179,194,192)
#A0ADAB
(160,173,171)
#8D9896
(141,152,150)
#7A8381
(122,131,129)
#676E6C
(103,110,108)
#545957
(84,89,87)
#414442
(65,68,66)
#2E2F2D
(46,47,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #D9ECEA

#D9ECEA
(217,236,234)
#DCEDEB
(220,237,235)
#DFEEEC
(223,238,236)
#E2EFED
(226,239,237)
#E5F0EE
(229,240,238)
#E8F1EF
(232,241,239)
#EBF2F0
(235,242,240)
#EEF3F1
(238,243,241)
#F1F4F2
(241,244,242)
#F4F5F3
(244,245,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ECEA; }

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

This text font color is #D9ECEA.


Background Color

.myBgColor { background-color: #D9ECEA; }

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

This div background color is #D9ECEA.


Border color

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

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

This div border color is #D9ECEA.


Opacity

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

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

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

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

This text has shadow with #D9ECEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ECEA on black background.


Color preview on white background

This text has color #D9ECEA on white background.



Black color preview on #D9ECEA background

This text has black color on #D9ECEA background.


White color preview on #D9ECEA background

This text has white color on #D9ECEA background.