COLOR #DBD6E3

HEX: #DBD6E3 RGB: (219,214,227)

Color info

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

RGB color model

#DBD6E3 color RGB value is (219,214,227).

RGB: (219,214,227) (86%, 84%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 214 of 255 = 84%
B 227 of 255 = 89%

219
214
227

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

Portions of RGB colors in percentages

R + G + B = 219 + 214 + 227 = 660 (100%)
R 219 of 660 ~ 33.18%
G 214 of 660 ~ 32.42%
B 227 of 660 ~ 34.39'%

%33.18
%32.42
%34.39

CMYK color model

#DBD6E3 color CMYK value is (4,6,0,11).

  • cyan value is 3.52%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (4,6,0,11)
C4M6Y0K11 (4%, 6%, 0%, 11%)
(0.04 / 0.06 / 0.00 / 0.11)

CMYK percentages

%3.52
%5.73
%0
%10.98

Codes

Color #DBD6E3 in popluar color models

DB D6 E3
RGB 219 214 227
HSL 263° 18.84% 86.47%
HSB/HSV 263° 5.73% 89.02%
CMYK 3.52% 5.73% 0.00%
10.98%

Color #DBD6E3 in popluar number systems.

HEX DB D6 E3
Decimal 219 214 227
Binary 11011011 11010110 11100011
Octal 333 326 343

Shades and tints

Shades of #DBD6E3

#DBD6E3
(219,214,227)
#C8C3CF
(200,195,207)
#B5B0BB
(181,176,187)
#A29DA7
(162,157,167)
#8F8A93
(143,138,147)
#7C777F
(124,119,127)
#69646B
(105,100,107)
#565157
(86,81,87)
#433E43
(67,62,67)
#302B2F
(48,43,47)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBD6E3

#DBD6E3
(219,214,227)
#DED9E5
(222,217,229)
#E1DCE7
(225,220,231)
#E4DFE9
(228,223,233)
#E7E2EB
(231,226,235)
#EAE5ED
(234,229,237)
#EDE8EF
(237,232,239)
#F0EBF1
(240,235,241)
#F3EEF3
(243,238,243)
#F6F1F5
(246,241,245)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD6E3; }

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

This text font color is #DBD6E3.

Background Color

.myBgColor { background-color: #DBD6E3; }

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

This div background color is #DBD6E3.

Border color

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

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

This div border color is #DBD6E3.

Opacity

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

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

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

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

This text has shadow with #DBD6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD6E3.

Preview

Color preview on black background

This text has color #DBD6E3 on black background.


Color preview on white background

This text has color #DBD6E3 on white background.


Black color preview on #DBD6E3 background

This text has black color on #DBD6E3 background.


White color preview on #DBD6E3 background

This text has white color on #DBD6E3 background.


Related colors

Complementary color

Complementary color for #hex is #24291C.


I love getcolorcode.com

Triadic colors

1 #E3DBD6 and #D6E3DB with #DBD6E3 are triadic colors.

2 #E3D6DB and #D6DBE3 with #DBD6E3 are triadic colors.