COLOR #D6EBED

HEX: #D6EBED
RGB: (214,235,237)

Color info

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

RGB color model

#D6EBED color RGB value is (214,235,237).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 237 of 255 = 93%

214
235
237

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 237 = 686 (100%)
R 214 of 686 ~ 31.2%
G 235 of 686 ~ 34.26%
B 237 of 686 ~ 34.55%

%31.2
%34.26
%34.55

CMYK color model

#D6EBED color CMYK value is (10,1,0,7).

  • cyan value is 9.70%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,1,0,7)
C10M1Y0K7 
(10%,1%,0%,7%)
(0.10/0.01/0.00/0.07)	

CMYK percentages

%9.7
%0.84
%0
%7.06

Codes

Color #D6EBED in popluar color models

D6EBED
RGB214235237
HSL185°38.98%88.43%
HSB/HSV185°9.70%92.94%
CMYK9.70%0.84%0.00%
7.06%

Color #D6EBED in popluar number systems.

HEXD6EBED
Decimal214235237
Binary110101101110101111101101
Octal326353355

Shades and tints

Shades of #D6EBED

#D6EBED
(214,235,237)
#C3D6D8
(195,214,216)
#B0C1C3
(176,193,195)
#9DACAE
(157,172,174)
#8A9799
(138,151,153)
#778284
(119,130,132)
#646D6F
(100,109,111)
#51585A
(81,88,90)
#3E4345
(62,67,69)
#2B2E30
(43,46,48)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #D6EBED

#D6EBED
(214,235,237)
#D9ECEE
(217,236,238)
#DCEDEF
(220,237,239)
#DFEEF0
(223,238,240)
#E2EFF1
(226,239,241)
#E5F0F2
(229,240,242)
#E8F1F3
(232,241,243)
#EBF2F4
(235,242,244)
#EEF3F5
(238,243,245)
#F1F4F6
(241,244,246)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBED; }

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

This text font color is #D6EBED.


Background Color

.myBgColor { background-color: #D6EBED; }

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

This div background color is #D6EBED.


Border color

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

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

This div border color is #D6EBED.


Opacity

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

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

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

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

This text has shadow with #D6EBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBED on black background.


Color preview on white background

This text has color #D6EBED on white background.



Black color preview on #D6EBED background

This text has black color on #D6EBED background.


White color preview on #D6EBED background

This text has white color on #D6EBED background.