COLOR #DBC9BD

HEX: #DBC9BD RGB: (219,201,189)

Color info

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

RGB color model

#DBC9BD color RGB value is (219,201,189).

RGB: (219,201,189) (86%, 79%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 189 of 255 = 74%

219
201
189

R + G + B ~ 80%. #DBC9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 201 + 189 = 609 (100%)
R 219 of 609 ~ 35.96%
G 201 of 609 ~ 33%
B 189 of 609 ~ 31.03'%

%35.96
%33
%31.03

CMYK color model

#DBC9BD color CMYK value is (0,8,14,14).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 13.70%
  • key color value is 14.12%

CMYK: (0,8,14,14)
C0M8Y14K14 (0%, 8%, 14%, 14%)
(0.00 / 0.08 / 0.14 / 0.14)

CMYK percentages

%0
%8.22
%13.7
%14.12

Codes

Color #DBC9BD in popluar color models

DB C9 BD
RGB 219 201 189
HSL 24° 29.41% 80.00%
HSB/HSV 24° 13.70% 85.88%
CMYK 0.00% 8.22% 13.70%
14.12%

Color #DBC9BD in popluar number systems.

HEX DB C9 BD
Decimal 219 201 189
Binary 11011011 11001001 10111101
Octal 333 311 275

Shades and tints

Shades of #DBC9BD

#DBC9BD
(219,201,189)
#C8B7AC
(200,183,172)
#B5A59B
(181,165,155)
#A2938A
(162,147,138)
#8F8179
(143,129,121)
#7C6F68
(124,111,104)
#695D57
(105,93,87)
#564B46
(86,75,70)
#433935
(67,57,53)
#302724
(48,39,36)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #DBC9BD

#DBC9BD
(219,201,189)
#DECDC3
(222,205,195)
#E1D1C9
(225,209,201)
#E4D5CF
(228,213,207)
#E7D9D5
(231,217,213)
#EADDDB
(234,221,219)
#EDE1E1
(237,225,225)
#F0E5E7
(240,229,231)
#F3E9ED
(243,233,237)
#F6EDF3
(246,237,243)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC9BD color. Also use rgb(219,201,189) instead hex code.

Text Font Color

.myTextColor { color: #DBC9BD; }

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

This text font color is #DBC9BD.

Background Color

.myBgColor { background-color: #DBC9BD; }

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

This div background color is #DBC9BD.

Border color

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

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

This div border color is #DBC9BD.

Opacity

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

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

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

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

This text has shadow with #DBC9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC9BD.

Preview

Color preview on black background

This text has color #DBC9BD on black background.


Color preview on white background

This text has color #DBC9BD on white background.


Black color preview on #DBC9BD background

This text has black color on #DBC9BD background.


White color preview on #DBC9BD background

This text has white color on #DBC9BD background.


Related colors

Complementary color

Complementary color for #hex is #243642.


I love getcolorcode.com

Triadic colors

1 #BDDBC9 and #C9BDDB with #DBC9BD are triadic colors.

2 #BDC9DB and #C9DBBD with #DBC9BD are triadic colors.