COLOR #D6EBF1

HEX: #D6EBF1
RGB: (214,235,241)

Color info

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

RGB color model

#D6EBF1 color RGB value is (214,235,241).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 241 of 255 = 95%

214
235
241

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 241 = 690 (100%)
R 214 of 690 ~ 31.01%
G 235 of 690 ~ 34.06%
B 241 of 690 ~ 34.93%

%31.01
%34.06
%34.93

CMYK color model

#D6EBF1 color CMYK value is (11,2,0,5).

  • cyan value is 11.20%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(11,2,0,5)
C11M2Y0K5 
(11%,2%,0%,5%)
(0.11/0.02/0.00/0.05)	

CMYK percentages

%11.2
%2.49
%0
%5.49

Codes

Color #D6EBF1 in popluar color models

D6EBF1
RGB214235241
HSL193°49.09%89.22%
HSB/HSV193°11.20%94.51%
CMYK11.20%2.49%0.00%
5.49%

Color #D6EBF1 in popluar number systems.

HEXD6EBF1
Decimal214235241
Binary110101101110101111110001
Octal326353361

Shades and tints

Shades of #D6EBF1

#D6EBF1
(214,235,241)
#C3D6DC
(195,214,220)
#B0C1C7
(176,193,199)
#9DACB2
(157,172,178)
#8A979D
(138,151,157)
#778288
(119,130,136)
#646D73
(100,109,115)
#51585E
(81,88,94)
#3E4349
(62,67,73)
#2B2E34
(43,46,52)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #D6EBF1

#D6EBF1
(214,235,241)
#D9ECF2
(217,236,242)
#DCEDF3
(220,237,243)
#DFEEF4
(223,238,244)
#E2EFF5
(226,239,245)
#E5F0F6
(229,240,246)
#E8F1F7
(232,241,247)
#EBF2F8
(235,242,248)
#EEF3F9
(238,243,249)
#F1F4FA
(241,244,250)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBF1; }

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

This text font color is #D6EBF1.


Background Color

.myBgColor { background-color: #D6EBF1; }

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

This div background color is #D6EBF1.


Border color

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

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

This div border color is #D6EBF1.


Opacity

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

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

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

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

This text has shadow with #D6EBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBF1 on black background.


Color preview on white background

This text has color #D6EBF1 on white background.



Black color preview on #D6EBF1 background

This text has black color on #D6EBF1 background.


White color preview on #D6EBF1 background

This text has white color on #D6EBF1 background.