COLOR #DBDEB9

HEX: #DBDEB9 RGB: (219,222,185)

Color info

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

RGB color model

#DBDEB9 color RGB value is (219,222,185).

RGB: (219,222,185) (86%, 87%, 73%)

RGB channels and saturation

R 219 of 255 = 86%
G 222 of 255 = 87%
B 185 of 255 = 73%

219
222
185

R + G + B ~ 82%. #DBDEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 222 + 185 = 626 (100%)
R 219 of 626 ~ 34.98%
G 222 of 626 ~ 35.46%
B 185 of 626 ~ 29.55'%

%34.98
%35.46
%29.55

CMYK color model

#DBDEB9 color CMYK value is (1,0,17,13).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%

CMYK: (1,0,17,13)
C1M0Y17K13 (1%, 0%, 17%, 13%)
(0.01 / 0.00 / 0.17 / 0.13)

CMYK percentages

%1.35
%0
%16.67
%12.94

Codes

Color #DBDEB9 in popluar color models

DB DE B9
RGB 219 222 185
HSL 65° 35.92% 79.80%
HSB/HSV 65° 16.67% 87.06%
CMYK 1.35% 0.00% 16.67%
12.94%

Color #DBDEB9 in popluar number systems.

HEX DB DE B9
Decimal 219 222 185
Binary 11011011 11011110 10111001
Octal 333 336 271

Shades and tints

Shades of #DBDEB9

#DBDEB9
(219,222,185)
#C8CAA9
(200,202,169)
#B5B699
(181,182,153)
#A2A289
(162,162,137)
#8F8E79
(143,142,121)
#7C7A69
(124,122,105)
#696659
(105,102,89)
#565249
(86,82,73)
#433E39
(67,62,57)
#302A29
(48,42,41)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBDEB9

#DBDEB9
(219,222,185)
#DEE1BF
(222,225,191)
#E1E4C5
(225,228,197)
#E4E7CB
(228,231,203)
#E7EAD1
(231,234,209)
#EAEDD7
(234,237,215)
#EDF0DD
(237,240,221)
#F0F3E3
(240,243,227)
#F3F6E9
(243,246,233)
#F6F9EF
(246,249,239)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDEB9 color. Also use rgb(219,222,185) instead hex code.

Text Font Color

.myTextColor { color: #DBDEB9; }

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

This text font color is #DBDEB9.

Background Color

.myBgColor { background-color: #DBDEB9; }

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

This div background color is #DBDEB9.

Border color

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

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

This div border color is #DBDEB9.

Opacity

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

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

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

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

This text has shadow with #DBDEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDEB9.

Preview

Color preview on black background

This text has color #DBDEB9 on black background.


Color preview on white background

This text has color #DBDEB9 on white background.


Black color preview on #DBDEB9 background

This text has black color on #DBDEB9 background.


White color preview on #DBDEB9 background

This text has white color on #DBDEB9 background.


Related colors

Complementary color

Complementary color for #hex is #242146.


I love getcolorcode.com

Triadic colors

1 #B9DBDE and #DEB9DB with #DBDEB9 are triadic colors.

2 #B9DEDB and #DEDBB9 with #DBDEB9 are triadic colors.