COLOR #D6EDFD

HEX: #D6EDFD
RGB: (214,237,253)

Color info

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

RGB color model

#D6EDFD color RGB value is (214,237,253).

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

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 253 of 255 = 99%

214
237
253

R + G + B ~ 92%. #D6EDFD is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 253 = 704 (100%)
R 214 of 704 ~ 30.4%
G 237 of 704 ~ 33.66%
B 253 of 704 ~ 35.94%

%30.4
%33.66
%35.94

CMYK color model

#D6EDFD color CMYK value is (15,6,0,1).

  • cyan value is 15.42%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,6,0,1)
C15M6Y0K1 
(15%,6%,0%,1%)
(0.15/0.06/0.00/0.01)	

CMYK percentages

%15.42
%6.32
%0
%0.78

Codes

Color #D6EDFD in popluar color models

D6EDFD
RGB214237253
HSL205°90.70%91.57%
HSB/HSV205°15.42%99.22%
CMYK15.42%6.32%0.00%
0.78%

Color #D6EDFD in popluar number systems.

HEXD6EDFD
Decimal214237253
Binary110101101110110111111101
Octal326355375

Shades and tints

Shades of #D6EDFD

#D6EDFD
(214,237,253)
#C3D8E6
(195,216,230)
#B0C3CF
(176,195,207)
#9DAEB8
(157,174,184)
#8A99A1
(138,153,161)
#77848A
(119,132,138)
#646F73
(100,111,115)
#515A5C
(81,90,92)
#3E4545
(62,69,69)
#2B302E
(43,48,46)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #D6EDFD

#D6EDFD
(214,237,253)
#D9EEFD
(217,238,253)
#DCEFFD
(220,239,253)
#DFF0FD
(223,240,253)
#E2F1FD
(226,241,253)
#E5F2FD
(229,242,253)
#E8F3FD
(232,243,253)
#EBF4FD
(235,244,253)
#EEF5FD
(238,245,253)
#F1F6FD
(241,246,253)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EDFD; }

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

This text font color is #D6EDFD.


Background Color

.myBgColor { background-color: #D6EDFD; }

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

This div background color is #D6EDFD.


Border color

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

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

This div border color is #D6EDFD.


Opacity

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

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

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

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

This text has shadow with #D6EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDFD on black background.


Color preview on white background

This text has color #D6EDFD on white background.



Black color preview on #D6EDFD background

This text has black color on #D6EDFD background.


White color preview on #D6EDFD background

This text has white color on #D6EDFD background.