COLOR #D6EBF4

HEX: #D6EBF4
RGB: (214,235,244)

Color info

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

RGB color model

#D6EBF4 color RGB value is (214,235,244).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 244 of 255 = 96%

214
235
244

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 244 = 693 (100%)
R 214 of 693 ~ 30.88%
G 235 of 693 ~ 33.91%
B 244 of 693 ~ 35.21%

%30.88
%33.91
%35.21

CMYK color model

#D6EBF4 color CMYK value is (12,4,0,4).

  • cyan value is 12.30%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(12,4,0,4)
C12M4Y0K4 
(12%,4%,0%,4%)
(0.12/0.04/0.00/0.04)	

CMYK percentages

%12.3
%3.69
%0
%4.31

Codes

Color #D6EBF4 in popluar color models

D6EBF4
RGB214235244
HSL198°57.69%89.80%
HSB/HSV198°12.30%95.69%
CMYK12.30%3.69%0.00%
4.31%

Color #D6EBF4 in popluar number systems.

HEXD6EBF4
Decimal214235244
Binary110101101110101111110100
Octal326353364

Shades and tints

Shades of #D6EBF4

#D6EBF4
(214,235,244)
#C3D6DE
(195,214,222)
#B0C1C8
(176,193,200)
#9DACB2
(157,172,178)
#8A979C
(138,151,156)
#778286
(119,130,134)
#646D70
(100,109,112)
#51585A
(81,88,90)
#3E4344
(62,67,68)
#2B2E2E
(43,46,46)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6EBF4

#D6EBF4
(214,235,244)
#D9ECF5
(217,236,245)
#DCEDF6
(220,237,246)
#DFEEF7
(223,238,247)
#E2EFF8
(226,239,248)
#E5F0F9
(229,240,249)
#E8F1FA
(232,241,250)
#EBF2FB
(235,242,251)
#EEF3FC
(238,243,252)
#F1F4FD
(241,244,253)
#F4F5FE
(244,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBF4; }

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

This text font color is #D6EBF4.


Background Color

.myBgColor { background-color: #D6EBF4; }

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

This div background color is #D6EBF4.


Border color

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

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

This div border color is #D6EBF4.


Opacity

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

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

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

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

This text has shadow with #D6EBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBF4 on black background.


Color preview on white background

This text has color #D6EBF4 on white background.



Black color preview on #D6EBF4 background

This text has black color on #D6EBF4 background.


White color preview on #D6EBF4 background

This text has white color on #D6EBF4 background.