COLOR #D6ECEB

HEX: #D6ECEB
RGB: (214,236,235)

Color info

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

RGB color model

#D6ECEB color RGB value is (214,236,235).

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

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 235 of 255 = 92%

214
236
235

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

Portions of RGB colors in percentages

R + G + B =
214 + 236 + 235 = 685 (100%)
R 214 of 685 ~ 31.24%
G 236 of 685 ~ 34.45%
B 235 of 685 ~ 34.31%

%31.24
%34.45
%34.31

CMYK color model

#D6ECEB color CMYK value is (9,0,0,7).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.45%
CMYK:
(9,0,0,7)
C9M0Y0K7 
(9%,0%,0%,7%)
(0.09/0.00/0.00/0.07)	

CMYK percentages

%9.32
%0
%0.42
%7.45

Codes

Color #D6ECEB in popluar color models

D6ECEB
RGB214236235
HSL177°36.67%88.24%
HSB/HSV177°9.32%92.55%
CMYK9.32%0.00%0.42%
7.45%

Color #D6ECEB in popluar number systems.

HEXD6ECEB
Decimal214236235
Binary110101101110110011101011
Octal326354353

Shades and tints

Shades of #D6ECEB

#D6ECEB
(214,236,235)
#C3D7D6
(195,215,214)
#B0C2C1
(176,194,193)
#9DADAC
(157,173,172)
#8A9897
(138,152,151)
#778382
(119,131,130)
#646E6D
(100,110,109)
#515958
(81,89,88)
#3E4443
(62,68,67)
#2B2F2E
(43,47,46)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #D6ECEB

#D6ECEB
(214,236,235)
#D9EDEC
(217,237,236)
#DCEEED
(220,238,237)
#DFEFEE
(223,239,238)
#E2F0EF
(226,240,239)
#E5F1F0
(229,241,240)
#E8F2F1
(232,242,241)
#EBF3F2
(235,243,242)
#EEF4F3
(238,244,243)
#F1F5F4
(241,245,244)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ECEB; }

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

This text font color is #D6ECEB.


Background Color

.myBgColor { background-color: #D6ECEB; }

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

This div background color is #D6ECEB.


Border color

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

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

This div border color is #D6ECEB.


Opacity

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

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

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

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

This text has shadow with #D6ECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ECEB on black background.


Color preview on white background

This text has color #D6ECEB on white background.



Black color preview on #D6ECEB background

This text has black color on #D6ECEB background.


White color preview on #D6ECEB background

This text has white color on #D6ECEB background.