COLOR #D6EBF0

HEX: #D6EBF0
RGB: (214,235,240)

Color info

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

RGB color model

#D6EBF0 color RGB value is (214,235,240).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 240 of 255 = 94%

214
235
240

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 240 = 689 (100%)
R 214 of 689 ~ 31.06%
G 235 of 689 ~ 34.11%
B 240 of 689 ~ 34.83%

%31.06
%34.11
%34.83

CMYK color model

#D6EBF0 color CMYK value is (11,2,0,6).

  • cyan value is 10.83%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(11,2,0,6)
C11M2Y0K6 
(11%,2%,0%,6%)
(0.11/0.02/0.00/0.06)	

CMYK percentages

%10.83
%2.08
%0
%5.88

Codes

Color #D6EBF0 in popluar color models

D6EBF0
RGB214235240
HSL192°46.43%89.02%
HSB/HSV192°10.83%94.12%
CMYK10.83%2.08%0.00%
5.88%

Color #D6EBF0 in popluar number systems.

HEXD6EBF0
Decimal214235240
Binary110101101110101111110000
Octal326353360

Shades and tints

Shades of #D6EBF0

#D6EBF0
(214,235,240)
#C3D6DB
(195,214,219)
#B0C1C6
(176,193,198)
#9DACB1
(157,172,177)
#8A979C
(138,151,156)
#778287
(119,130,135)
#646D72
(100,109,114)
#51585D
(81,88,93)
#3E4348
(62,67,72)
#2B2E33
(43,46,51)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #D6EBF0

#D6EBF0
(214,235,240)
#D9ECF1
(217,236,241)
#DCEDF2
(220,237,242)
#DFEEF3
(223,238,243)
#E2EFF4
(226,239,244)
#E5F0F5
(229,240,245)
#E8F1F6
(232,241,246)
#EBF2F7
(235,242,247)
#EEF3F8
(238,243,248)
#F1F4F9
(241,244,249)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBF0; }

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

This text font color is #D6EBF0.


Background Color

.myBgColor { background-color: #D6EBF0; }

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

This div background color is #D6EBF0.


Border color

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

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

This div border color is #D6EBF0.


Opacity

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

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

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

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

This text has shadow with #D6EBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBF0 on black background.


Color preview on white background

This text has color #D6EBF0 on white background.



Black color preview on #D6EBF0 background

This text has black color on #D6EBF0 background.


White color preview on #D6EBF0 background

This text has white color on #D6EBF0 background.