COLOR #D6E2EB

HEX: #D6E2EB RGB: (214,226,235)

Color info

#D6E2EB contains red, green and blue colors in about the same proportion. Web safe color of #D6E2EB is #CCCCFF (or #CCF).

RGB color model

#D6E2EB color RGB value is (214,226,235).

RGB: (214,226,235) (84%, 89%, 92%)

RGB channels and saturation

R 214 of 255 = 84%
G 226 of 255 = 89%
B 235 of 255 = 92%

214
226
235

R + G + B ~ 88%. #D6E2EB is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 226 + 235 = 675 (100%)
R 214 of 675 ~ 31.7%
G 226 of 675 ~ 33.48%
B 235 of 675 ~ 34.81'%

%31.7
%33.48
%34.81

CMYK color model

#D6E2EB color CMYK value is (9,4,0,8).

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

CMYK: (9,4,0,8)
C9M4Y0K8 (9%, 4%, 0%, 8%)
(0.09 / 0.04 / 0.00 / 0.08)

CMYK percentages

%8.94
%3.83
%0
%7.84

Codes

Color #D6E2EB in popluar color models

D6 E2 EB
RGB 214 226 235
HSL 206° 34.43% 88.04%
HSB/HSV 206° 8.94% 92.16%
CMYK 8.94% 3.83% 0.00%
7.84%

Color #D6E2EB in popluar number systems.

HEX D6 E2 EB
Decimal 214 226 235
Binary 11010110 11100010 11101011
Octal 326 342 353

Shades and tints

Shades of #D6E2EB

#D6E2EB
(214,226,235)
#C3CED6
(195,206,214)
#B0BAC1
(176,186,193)
#9DA6AC
(157,166,172)
#8A9297
(138,146,151)
#777E82
(119,126,130)
#646A6D
(100,106,109)
#515658
(81,86,88)
#3E4243
(62,66,67)
#2B2E2E
(43,46,46)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #D6E2EB

#D6E2EB
(214,226,235)
#D9E4EC
(217,228,236)
#DCE6ED
(220,230,237)
#DFE8EE
(223,232,238)
#E2EAEF
(226,234,239)
#E5ECF0
(229,236,240)
#E8EEF1
(232,238,241)
#EBF0F2
(235,240,242)
#EEF2F3
(238,242,243)
#F1F4F4
(241,244,244)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E2EB; }

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

This text font color is #D6E2EB.

Background Color

.myBgColor { background-color: #D6E2EB; }

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

This div background color is #D6E2EB.

Border color

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

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

This div border color is #D6E2EB.

Opacity

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

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

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

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

This text has shadow with #D6E2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E2EB.

Preview

Color preview on black background

This text has color #D6E2EB on black background.


Color preview on white background

This text has color #D6E2EB on white background.


Black color preview on #D6E2EB background

This text has black color on #D6E2EB background.


White color preview on #D6E2EB background

This text has white color on #D6E2EB background.


Related colors

Complementary color

Complementary color for #hex is #291D14.


I love getcolorcode.com

Triadic colors

1 #EBD6E2 and #E2EBD6 with #D6E2EB are triadic colors.

2 #EBE2D6 and #E2D6EB with #D6E2EB are triadic colors.