COLOR #DBE1D6

HEX: #DBE1D6 RGB: (219,225,214)

Color info

#DBE1D6 contains red, green and blue colors in about the same proportion. Web safe color of #DBE1D6 is #CCCCCC (or #CCC).

RGB color model

#DBE1D6 color RGB value is (219,225,214).

RGB: (219,225,214) (86%, 88%, 84%)

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 214 of 255 = 84%

219
225
214

R + G + B ~ 86%. #DBE1D6 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 225 + 214 = 658 (100%)
R 219 of 658 ~ 33.28%
G 225 of 658 ~ 34.19%
B 214 of 658 ~ 32.52'%

%33.28
%34.19
%32.52

CMYK color model

#DBE1D6 color CMYK value is (3,0,5,12).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 4.89%
  • key color value is 11.76%

CMYK: (3,0,5,12)
C3M0Y5K12 (3%, 0%, 5%, 12%)
(0.03 / 0.00 / 0.05 / 0.12)

CMYK percentages

%2.67
%0
%4.89
%11.76

Codes

Color #DBE1D6 in popluar color models

DB E1 D6
RGB 219 225 214
HSL 93° 15.49% 86.08%
HSB/HSV 93° 4.89% 88.24%
CMYK 2.67% 0.00% 4.89%
11.76%

Color #DBE1D6 in popluar number systems.

HEX DB E1 D6
Decimal 219 225 214
Binary 11011011 11100001 11010110
Octal 333 341 326

Shades and tints

Shades of #DBE1D6

#DBE1D6
(219,225,214)
#C8CDC3
(200,205,195)
#B5B9B0
(181,185,176)
#A2A59D
(162,165,157)
#8F918A
(143,145,138)
#7C7D77
(124,125,119)
#696964
(105,105,100)
#565551
(86,85,81)
#43413E
(67,65,62)
#302D2B
(48,45,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBE1D6

#DBE1D6
(219,225,214)
#DEE3D9
(222,227,217)
#E1E5DC
(225,229,220)
#E4E7DF
(228,231,223)
#E7E9E2
(231,233,226)
#EAEBE5
(234,235,229)
#EDEDE8
(237,237,232)
#F0EFEB
(240,239,235)
#F3F1EE
(243,241,238)
#F6F3F1
(246,243,241)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE1D6 color. Also use rgb(219,225,214) instead hex code.

Text Font Color

.myTextColor { color: #DBE1D6; }

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

This text font color is #DBE1D6.

Background Color

.myBgColor { background-color: #DBE1D6; }

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

This div background color is #DBE1D6.

Border color

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

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

This div border color is #DBE1D6.

Opacity

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

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

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

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

This text has shadow with #DBE1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE1D6.

Preview

Color preview on black background

This text has color #DBE1D6 on black background.


Color preview on white background

This text has color #DBE1D6 on white background.


Black color preview on #DBE1D6 background

This text has black color on #DBE1D6 background.


White color preview on #DBE1D6 background

This text has white color on #DBE1D6 background.


Related colors

Complementary color

Complementary color for #hex is #241E29.


I love getcolorcode.com

Triadic colors

1 #D6DBE1 and #E1D6DB with #DBE1D6 are triadic colors.

2 #D6E1DB and #E1DBD6 with #DBE1D6 are triadic colors.