COLOR #D6E0EA

HEX: #D6E0EA
RGB: (214,224,234)

Color info

#D6E0EA contains red, green and blue colors in about the same proportion. Web safe color of #D6E0EA is #CCCCFF (or #CCF).

RGB color model

#D6E0EA color RGB value is (214,224,234).

  • red value is 214;
  • green value is 224;
  • blue value is 234.
RGB:
(214,224,234)
(84%,88%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 224 of 255 = 88%
B 234 of 255 = 92%

214
224
234

R + G + B ~ 88%. #D6E0EA is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 224 + 234 = 672 (100%)
R 214 of 672 ~ 31.85%
G 224 of 672 ~ 33.33%
B 234 of 672 ~ 34.82%

%31.85
%33.33
%34.82

CMYK color model

#D6E0EA color CMYK value is (9,4,0,8).

  • cyan value is 8.55%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,4,0,8)
C9M4Y0K8 
(9%,4%,0%,8%)
(0.09/0.04/0.00/0.08)	

CMYK percentages

%8.55
%4.27
%0
%8.24

Codes

Color #D6E0EA in popluar color models

D6E0EA
RGB214224234
HSL210°32.26%87.84%
HSB/HSV210°8.55%91.76%
CMYK8.55%4.27%0.00%
8.24%

Color #D6E0EA in popluar number systems.

HEXD6E0EA
Decimal214224234
Binary110101101110000011101010
Octal326340352

Shades and tints

Shades of #D6E0EA

#D6E0EA
(214,224,234)
#C3CCD5
(195,204,213)
#B0B8C0
(176,184,192)
#9DA4AB
(157,164,171)
#8A9096
(138,144,150)
#777C81
(119,124,129)
#64686C
(100,104,108)
#515457
(81,84,87)
#3E4042
(62,64,66)
#2B2C2D
(43,44,45)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #D6E0EA

#D6E0EA
(214,224,234)
#D9E2EB
(217,226,235)
#DCE4EC
(220,228,236)
#DFE6ED
(223,230,237)
#E2E8EE
(226,232,238)
#E5EAEF
(229,234,239)
#E8ECF0
(232,236,240)
#EBEEF1
(235,238,241)
#EEF0F2
(238,240,242)
#F1F2F3
(241,242,243)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E0EA color. Also use rgb(214,224,234) instead hex code.

Text Font Color

.myTextColor { color: #D6E0EA; }

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

This text font color is #D6E0EA.


Background Color

.myBgColor { background-color: #D6E0EA; }

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

This div background color is #D6E0EA.


Border color

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

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

This div border color is #D6E0EA.


Opacity

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

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

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

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

This text has shadow with #D6E0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E0EA on black background.


Color preview on white background

This text has color #D6E0EA on white background.



Black color preview on #D6E0EA background

This text has black color on #D6E0EA background.


White color preview on #D6E0EA background

This text has white color on #D6E0EA background.