COLOR #D6EEF7

HEX: #D6EEF7
RGB: (214,238,247)

Color info

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

RGB color model

#D6EEF7 color RGB value is (214,238,247).

  • red value is 214;
  • green value is 238;
  • blue value is 247.
RGB:
(214,238,247)
(84%,93%,97%)

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 247 of 255 = 97%

214
238
247

R + G + B ~ 91%. #D6EEF7 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 238 + 247 = 699 (100%)
R 214 of 699 ~ 30.62%
G 238 of 699 ~ 34.05%
B 247 of 699 ~ 35.34%

%30.62
%34.05
%35.34

CMYK color model

#D6EEF7 color CMYK value is (13,4,0,3).

  • cyan value is 13.36%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(13,4,0,3)
C13M4Y0K3 
(13%,4%,0%,3%)
(0.13/0.04/0.00/0.03)	

CMYK percentages

%13.36
%3.64
%0
%3.14

Codes

Color #D6EEF7 in popluar color models

D6EEF7
RGB214238247
HSL196°67.35%90.39%
HSB/HSV196°13.36%96.86%
CMYK13.36%3.64%0.00%
3.14%

Color #D6EEF7 in popluar number systems.

HEXD6EEF7
Decimal214238247
Binary110101101110111011110111
Octal326356367

Shades and tints

Shades of #D6EEF7

#D6EEF7
(214,238,247)
#C3D9E1
(195,217,225)
#B0C4CB
(176,196,203)
#9DAFB5
(157,175,181)
#8A9A9F
(138,154,159)
#778589
(119,133,137)
#647073
(100,112,115)
#515B5D
(81,91,93)
#3E4647
(62,70,71)
#2B3131
(43,49,49)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #D6EEF7

#D6EEF7
(214,238,247)
#D9EFF7
(217,239,247)
#DCF0F7
(220,240,247)
#DFF1F7
(223,241,247)
#E2F2F7
(226,242,247)
#E5F3F7
(229,243,247)
#E8F4F7
(232,244,247)
#EBF5F7
(235,245,247)
#EEF6F7
(238,246,247)
#F1F7F7
(241,247,247)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EEF7 color. Also use rgb(214,238,247) instead hex code.

Text Font Color

.myTextColor { color: #D6EEF7; }

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

This text font color is #D6EEF7.


Background Color

.myBgColor { background-color: #D6EEF7; }

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

This div background color is #D6EEF7.


Border color

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

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

This div border color is #D6EEF7.


Opacity

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

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

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

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

This text has shadow with #D6EEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EEF7 on black background.


Color preview on white background

This text has color #D6EEF7 on white background.



Black color preview on #D6EEF7 background

This text has black color on #D6EEF7 background.


White color preview on #D6EEF7 background

This text has white color on #D6EEF7 background.