COLOR #DBD1BE

HEX: #DBD1BE
RGB: (219,209,190)

Color info

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

RGB color model

#DBD1BE color RGB value is (219,209,190).

  • red value is 219;
  • green value is 209;
  • blue value is 190.
RGB: (219,209,190) (86%,82%,75%)

RGB channels and saturation

R 219 of 255 = 86%
G 209 of 255 = 82%
B 190 of 255 = 75%

219
209
190

R + G + B ~ 81%. #DBD1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 209 + 190 = 618 (100%)
R 219 of 618 ~ 35.44%
G 209 of 618 ~ 33.82%
B 190 of 618 ~ 30.74%

%35.44
%33.82
%30.74

CMYK color model

#DBD1BE color CMYK value is (0,5,13,14).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK: (0,5,13,14) C0M5Y13K14 (0%,5%,13%,14%) (0.00/0.05/0.13/0.14)

CMYK percentages

%0
%4.57
%13.24
%14.12

Codes

Color #DBD1BE in popluar color models

DBD1BE
RGB219209190
HSL39°28.71%80.20%
HSB/HSV39°13.24%85.88%
CMYK0.00%4.57%13.24%
14.12%

Color #DBD1BE in popluar number systems.

HEXDBD1BE
Decimal219209190
Binary110110111101000110111110
Octal333321276

Shades and tints

Shades of #DBD1BE

#DBD1BE
(219,209,190)
#C8BEAD
(200,190,173)
#B5AB9C
(181,171,156)
#A2988B
(162,152,139)
#8F857A
(143,133,122)
#7C7269
(124,114,105)
#695F58
(105,95,88)
#564C47
(86,76,71)
#433936
(67,57,54)
#302625
(48,38,37)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #DBD1BE

#DBD1BE
(219,209,190)
#DED5C3
(222,213,195)
#E1D9C8
(225,217,200)
#E4DDCD
(228,221,205)
#E7E1D2
(231,225,210)
#EAE5D7
(234,229,215)
#EDE9DC
(237,233,220)
#F0EDE1
(240,237,225)
#F3F1E6
(243,241,230)
#F6F5EB
(246,245,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD1BE color. Also use rgb(219,209,190) instead hex code.

Text Font Color

.myTextColor { color: #DBD1BE; }

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

This text font color is #DBD1BE.


Background Color

.myBgColor { background-color: #DBD1BE; }

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

This div background color is #DBD1BE.


Border color

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

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

This div border color is #DBD1BE.


Opacity

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

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

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

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

This text has shadow with #DBD1BE color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #DBD1BE; -webkit-box-shadow:	1px 1px 3px 2px #DBD1BE; box-shadow:	1px 1px 3px 2px #DBD1BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DBD1BE; -webkit-box-shadow: 1px 1px 3px 2px #DBD1BE; box-shadow:1px 1px 3px 2px #DBD1BE;">
Div content here</div>
This div box has shadow with color #DBD1BE.

Preview

Color preview on black background

This text has color #DBD1BE on black background.


Color preview on white background

This text has color #DBD1BE on white background.



Black color preview on #DBD1BE background

This text has black color on #DBD1BE background.


White color preview on #DBD1BE background

This text has white color on #DBD1BE background.