COLOR #DBD4BE

HEX: #DBD4BE
RGB: (219,212,190)

Color info

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

RGB color model

#DBD4BE color RGB value is (219,212,190).

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

RGB channels and saturation

R 219 of 255 = 86%
G 212 of 255 = 83%
B 190 of 255 = 75%

219
212
190

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

Portions of RGB colors in percentages

R + G + B =
219 + 212 + 190 = 621 (100%)
R 219 of 621 ~ 35.27%
G 212 of 621 ~ 34.14%
B 190 of 621 ~ 30.6%

%35.27
%34.14
%30.6

CMYK color model

#DBD4BE color CMYK value is (0,3,13,14).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(0,3,13,14)
C0M3Y13K14 
(0%,3%,13%,14%)
(0.00/0.03/0.13/0.14)	

CMYK percentages

%0
%3.2
%13.24
%14.12

Codes

Color #DBD4BE in popluar color models

DBD4BE
RGB219212190
HSL46°28.71%80.20%
HSB/HSV46°13.24%85.88%
CMYK0.00%3.20%13.24%
14.12%

Color #DBD4BE in popluar number systems.

HEXDBD4BE
Decimal219212190
Binary110110111101010010111110
Octal333324276

Shades and tints

Shades of #DBD4BE

#DBD4BE
(219,212,190)
#C8C1AD
(200,193,173)
#B5AE9C
(181,174,156)
#A29B8B
(162,155,139)
#8F887A
(143,136,122)
#7C7569
(124,117,105)
#696258
(105,98,88)
#564F47
(86,79,71)
#433C36
(67,60,54)
#302925
(48,41,37)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #DBD4BE

#DBD4BE
(219,212,190)
#DED7C3
(222,215,195)
#E1DAC8
(225,218,200)
#E4DDCD
(228,221,205)
#E7E0D2
(231,224,210)
#EAE3D7
(234,227,215)
#EDE6DC
(237,230,220)
#F0E9E1
(240,233,225)
#F3ECE6
(243,236,230)
#F6EFEB
(246,239,235)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD4BE; }

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

This text font color is #DBD4BE.


Background Color

.myBgColor { background-color: #DBD4BE; }

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

This div background color is #DBD4BE.


Border color

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

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

This div border color is #DBD4BE.


Opacity

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

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

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

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

This text has shadow with #DBD4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD4BE on black background.


Color preview on white background

This text has color #DBD4BE on white background.



Black color preview on #DBD4BE background

This text has black color on #DBD4BE background.


White color preview on #DBD4BE background

This text has white color on #DBD4BE background.