COLOR #D6EBEF

HEX: #D6EBEF
RGB: (214,235,239)

Color info

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

RGB color model

#D6EBEF color RGB value is (214,235,239).

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

RGB channels and saturation

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

214
235
239

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 239 = 688 (100%)
R 214 of 688 ~ 31.1%
G 235 of 688 ~ 34.16%
B 239 of 688 ~ 34.74%

%31.1
%34.16
%34.74

CMYK color model

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

  • cyan value is 10.46%
  • magenta value is 1.67%
  • 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
%1.67
%0
%6.27

Codes

Color #D6EBEF in popluar color models

D6EBEF
RGB214235239
HSL190°43.86%88.82%
HSB/HSV190°10.46%93.73%
CMYK10.46%1.67%0.00%
6.27%

Color #D6EBEF in popluar number systems.

HEXD6EBEF
Decimal214235239
Binary110101101110101111101111
Octal326353357

Shades and tints

Shades of #D6EBEF

#D6EBEF
(214,235,239)
#C3D6DA
(195,214,218)
#B0C1C5
(176,193,197)
#9DACB0
(157,172,176)
#8A979B
(138,151,155)
#778286
(119,130,134)
#646D71
(100,109,113)
#51585C
(81,88,92)
#3E4347
(62,67,71)
#2B2E32
(43,46,50)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #D6EBEF

#D6EBEF
(214,235,239)
#D9ECF0
(217,236,240)
#DCEDF1
(220,237,241)
#DFEEF2
(223,238,242)
#E2EFF3
(226,239,243)
#E5F0F4
(229,240,244)
#E8F1F5
(232,241,245)
#EBF2F6
(235,242,246)
#EEF3F7
(238,243,247)
#F1F4F8
(241,244,248)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBEF; }

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

This text font color is #D6EBEF.


Background Color

.myBgColor { background-color: #D6EBEF; }

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

This div background color is #D6EBEF.


Border color

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

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

This div border color is #D6EBEF.


Opacity

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

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

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

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

This text has shadow with #D6EBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBEF on black background.


Color preview on white background

This text has color #D6EBEF on white background.



Black color preview on #D6EBEF background

This text has black color on #D6EBEF background.


White color preview on #D6EBEF background

This text has white color on #D6EBEF background.