COLOR #D6E8EB

HEX: #D6E8EB RGB: (214,232,235)

Color info

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

RGB color model

#D6E8EB color RGB value is (214,232,235).

RGB: (214,232,235) (84%, 91%, 92%)

RGB channels and saturation

R 214 of 255 = 84%
G 232 of 255 = 91%
B 235 of 255 = 92%

214
232
235

R + G + B ~ 89%. #D6E8EB is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 232 + 235 = 681 (100%)
R 214 of 681 ~ 31.42%
G 232 of 681 ~ 34.07%
B 235 of 681 ~ 34.51'%

%31.42
%34.07
%34.51

CMYK color model

#D6E8EB color CMYK value is (9,1,0,8).

  • cyan value is 8.94%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (9,1,0,8)
C9M1Y0K8 (9%, 1%, 0%, 8%)
(0.09 / 0.01 / 0.00 / 0.08)

CMYK percentages

%8.94
%1.28
%0
%7.84

Codes

Color #D6E8EB in popluar color models

D6 E8 EB
RGB 214 232 235
HSL 189° 34.43% 88.04%
HSB/HSV 189° 8.94% 92.16%
CMYK 8.94% 1.28% 0.00%
7.84%

Color #D6E8EB in popluar number systems.

HEX D6 E8 EB
Decimal 214 232 235
Binary 11010110 11101000 11101011
Octal 326 350 353

Shades and tints

Shades of #D6E8EB

#D6E8EB
(214,232,235)
#C3D3D6
(195,211,214)
#B0BEC1
(176,190,193)
#9DA9AC
(157,169,172)
#8A9497
(138,148,151)
#777F82
(119,127,130)
#646A6D
(100,106,109)
#515558
(81,85,88)
#3E4043
(62,64,67)
#2B2B2E
(43,43,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6E8EB

#D6E8EB
(214,232,235)
#D9EAEC
(217,234,236)
#DCECED
(220,236,237)
#DFEEEE
(223,238,238)
#E2F0EF
(226,240,239)
#E5F2F0
(229,242,240)
#E8F4F1
(232,244,241)
#EBF6F2
(235,246,242)
#EEF8F3
(238,248,243)
#F1FAF4
(241,250,244)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E8EB; }

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

This text font color is #D6E8EB.

Background Color

.myBgColor { background-color: #D6E8EB; }

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

This div background color is #D6E8EB.

Border color

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

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

This div border color is #D6E8EB.

Opacity

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

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

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

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

This text has shadow with #D6E8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E8EB.

Preview

Color preview on black background

This text has color #D6E8EB on black background.


Color preview on white background

This text has color #D6E8EB on white background.


Black color preview on #D6E8EB background

This text has black color on #D6E8EB background.


White color preview on #D6E8EB background

This text has white color on #D6E8EB background.


Related colors

Complementary color

Complementary color for #hex is #291714.


I love getcolorcode.com

Triadic colors

1 #EBD6E8 and #E8EBD6 with #D6E8EB are triadic colors.

2 #EBE8D6 and #E8D6EB with #D6E8EB are triadic colors.