COLOR #D8DBEC

HEX: #D8DBEC RGB: (216,219,236)

Color info

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

RGB color model

#D8DBEC color RGB value is (216,219,236).

RGB: (216,219,236) (85%, 86%, 93%)

RGB channels and saturation

R 216 of 255 = 85%
G 219 of 255 = 86%
B 236 of 255 = 93%

216
219
236

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

Portions of RGB colors in percentages

R + G + B = 216 + 219 + 236 = 671 (100%)
R 216 of 671 ~ 32.19%
G 219 of 671 ~ 32.64%
B 236 of 671 ~ 35.17'%

%32.19
%32.64
%35.17

CMYK color model

#D8DBEC color CMYK value is (8,7,0,7).

  • cyan value is 8.47%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,7,0,7)
C8M7Y0K7 (8%, 7%, 0%, 7%)
(0.08 / 0.07 / 0.00 / 0.07)

CMYK percentages

%8.47
%7.2
%0
%7.45

Codes

Color #D8DBEC in popluar color models

D8 DB EC
RGB 216 219 236
HSL 231° 34.48% 88.63%
HSB/HSV 231° 8.47% 92.55%
CMYK 8.47% 7.20% 0.00%
7.45%

Color #D8DBEC in popluar number systems.

HEX D8 DB EC
Decimal 216 219 236
Binary 11011000 11011011 11101100
Octal 330 333 354

Shades and tints

Shades of #D8DBEC

#D8DBEC
(216,219,236)
#C5C8D7
(197,200,215)
#B2B5C2
(178,181,194)
#9FA2AD
(159,162,173)
#8C8F98
(140,143,152)
#797C83
(121,124,131)
#66696E
(102,105,110)
#535659
(83,86,89)
#404344
(64,67,68)
#2D302F
(45,48,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #D8DBEC

#D8DBEC
(216,219,236)
#DBDEED
(219,222,237)
#DEE1EE
(222,225,238)
#E1E4EF
(225,228,239)
#E4E7F0
(228,231,240)
#E7EAF1
(231,234,241)
#EAEDF2
(234,237,242)
#EDF0F3
(237,240,243)
#F0F3F4
(240,243,244)
#F3F6F5
(243,246,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DBEC color. Also use rgb(216,219,236) instead hex code.

Text Font Color

.myTextColor { color: #D8DBEC; }

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

This text font color is #D8DBEC.

Background Color

.myBgColor { background-color: #D8DBEC; }

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

This div background color is #D8DBEC.

Border color

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

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

This div border color is #D8DBEC.

Opacity

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

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

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

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

This text has shadow with #D8DBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DBEC.

Preview

Color preview on black background

This text has color #D8DBEC on black background.


Color preview on white background

This text has color #D8DBEC on white background.


Black color preview on #D8DBEC background

This text has black color on #D8DBEC background.


White color preview on #D8DBEC background

This text has white color on #D8DBEC background.


Related colors

Complementary color

Complementary color for #hex is #272413.


I love getcolorcode.com

Triadic colors

1 #ECD8DB and #DBECD8 with #D8DBEC are triadic colors.

2 #ECDBD8 and #DBD8EC with #D8DBEC are triadic colors.