COLOR #D6ECEF

HEX: #D6ECEF
RGB: (214,236,239)

Color info

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

RGB color model

#D6ECEF color RGB value is (214,236,239).

  • red value is 214;
  • green value is 236;
  • blue value is 239.
RGB:
(214,236,239)
(84%,93%,94%)

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 239 of 255 = 94%

214
236
239

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

Portions of RGB colors in percentages

R + G + B =
214 + 236 + 239 = 689 (100%)
R 214 of 689 ~ 31.06%
G 236 of 689 ~ 34.25%
B 239 of 689 ~ 34.69%

%31.06
%34.25
%34.69

CMYK color model

#D6ECEF color CMYK value is (10,1,0,6).

  • cyan value is 10.46%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,1,0,6)
C10M1Y0K6 
(10%,1%,0%,6%)
(0.10/0.01/0.00/0.06)	

CMYK percentages

%10.46
%1.26
%0
%6.27

Codes

Color #D6ECEF in popluar color models

D6ECEF
RGB214236239
HSL187°43.86%88.82%
HSB/HSV187°10.46%93.73%
CMYK10.46%1.26%0.00%
6.27%

Color #D6ECEF in popluar number systems.

HEXD6ECEF
Decimal214236239
Binary110101101110110011101111
Octal326354357

Shades and tints

Shades of #D6ECEF

#D6ECEF
(214,236,239)
#C3D7DA
(195,215,218)
#B0C2C5
(176,194,197)
#9DADB0
(157,173,176)
#8A989B
(138,152,155)
#778386
(119,131,134)
#646E71
(100,110,113)
#51595C
(81,89,92)
#3E4447
(62,68,71)
#2B2F32
(43,47,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #D6ECEF

#D6ECEF
(214,236,239)
#D9EDF0
(217,237,240)
#DCEEF1
(220,238,241)
#DFEFF2
(223,239,242)
#E2F0F3
(226,240,243)
#E5F1F4
(229,241,244)
#E8F2F5
(232,242,245)
#EBF3F6
(235,243,246)
#EEF4F7
(238,244,247)
#F1F5F8
(241,245,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ECEF color. Also use rgb(214,236,239) instead hex code.

Text Font Color

.myTextColor { color: #D6ECEF; }

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

This text font color is #D6ECEF.


Background Color

.myBgColor { background-color: #D6ECEF; }

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

This div background color is #D6ECEF.


Border color

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

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

This div border color is #D6ECEF.


Opacity

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

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

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

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

This text has shadow with #D6ECEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ECEF on black background.


Color preview on white background

This text has color #D6ECEF on white background.



Black color preview on #D6ECEF background

This text has black color on #D6ECEF background.


White color preview on #D6ECEF background

This text has white color on #D6ECEF background.