COLOR #D6EAEF

HEX: #D6EAEF
RGB: (214,234,239)

Color info

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

RGB color model

#D6EAEF color RGB value is (214,234,239).

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

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 239 of 255 = 94%

214
234
239

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

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 239 = 687 (100%)
R 214 of 687 ~ 31.15%
G 234 of 687 ~ 34.06%
B 239 of 687 ~ 34.79%

%31.15
%34.06
%34.79

CMYK color model

#D6EAEF color CMYK value is (10,2,0,6).

  • cyan value is 10.46%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,2,0,6)
C10M2Y0K6 
(10%,2%,0%,6%)
(0.10/0.02/0.00/0.06)	

CMYK percentages

%10.46
%2.09
%0
%6.27

Codes

Color #D6EAEF in popluar color models

D6EAEF
RGB214234239
HSL192°43.86%88.82%
HSB/HSV192°10.46%93.73%
CMYK10.46%2.09%0.00%
6.27%

Color #D6EAEF in popluar number systems.

HEXD6EAEF
Decimal214234239
Binary110101101110101011101111
Octal326352357

Shades and tints

Shades of #D6EAEF

#D6EAEF
(214,234,239)
#C3D5DA
(195,213,218)
#B0C0C5
(176,192,197)
#9DABB0
(157,171,176)
#8A969B
(138,150,155)
#778186
(119,129,134)
#646C71
(100,108,113)
#51575C
(81,87,92)
#3E4247
(62,66,71)
#2B2D32
(43,45,50)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #D6EAEF

#D6EAEF
(214,234,239)
#D9EBF0
(217,235,240)
#DCECF1
(220,236,241)
#DFEDF2
(223,237,242)
#E2EEF3
(226,238,243)
#E5EFF4
(229,239,244)
#E8F0F5
(232,240,245)
#EBF1F6
(235,241,246)
#EEF2F7
(238,242,247)
#F1F3F8
(241,243,248)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EAEF; }

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

This text font color is #D6EAEF.


Background Color

.myBgColor { background-color: #D6EAEF; }

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

This div background color is #D6EAEF.


Border color

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

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

This div border color is #D6EAEF.


Opacity

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

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

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

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

This text has shadow with #D6EAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EAEF on black background.


Color preview on white background

This text has color #D6EAEF on white background.



Black color preview on #D6EAEF background

This text has black color on #D6EAEF background.


White color preview on #D6EAEF background

This text has white color on #D6EAEF background.