COLOR #DBD7BE

HEX: #DBD7BE RGB: (219,215,190)

Color info

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

RGB color model

#DBD7BE color RGB value is (219,215,190).

RGB: (219,215,190) (86%, 84%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 215 of 255 = 84%
B 190 of 255 = 75%

219
215
190

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

Portions of RGB colors in percentages

R + G + B = 219 + 215 + 190 = 624 (100%)
R 219 of 624 ~ 35.1%
G 215 of 624 ~ 34.46%
B 190 of 624 ~ 30.45'%

%35.1
%34.46
%30.45

CMYK color model

#DBD7BE color CMYK value is (0,2,13,14).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK: (0,2,13,14) C0M2Y13K14 (0%,2%,13%,14%) (0.00/0.02/0.13/0.14) 

CMYK percentages

%0
%1.83
%13.24
%14.12

Codes

Color #DBD7BE in popluar color models

DB D7 BE
RGB 219 215 190
HSL 52° 28.71% 80.20%
HSB/HSV 52° 13.24% 85.88%
CMYK 0.00% 1.83% 13.24%
14.12%

Color #DBD7BE in popluar number systems.

HEX DB D7 BE
Decimal 219 215 190
Binary 11011011 11010111 10111110
Octal 333 327 276

Shades and tints

Shades of #DBD7BE

#DBD7BE
(219,215,190)
#C8C4AD
(200,196,173)
#B5B19C
(181,177,156)
#A29E8B
(162,158,139)
#8F8B7A
(143,139,122)
#7C7869
(124,120,105)
#696558
(105,101,88)
#565247
(86,82,71)
#433F36
(67,63,54)
#302C25
(48,44,37)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBD7BE

#DBD7BE
(219,215,190)
#DEDAC3
(222,218,195)
#E1DDC8
(225,221,200)
#E4E0CD
(228,224,205)
#E7E3D2
(231,227,210)
#EAE6D7
(234,230,215)
#EDE9DC
(237,233,220)
#F0ECE1
(240,236,225)
#F3EFE6
(243,239,230)
#F6F2EB
(246,242,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD7BE; }

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

This text font color is #DBD7BE.

Background Color

.myBgColor { background-color: #DBD7BE; }

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

This div background color is #DBD7BE.

Border color

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

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

This div border color is #DBD7BE.

Opacity

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

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

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

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

This text has shadow with #DBD7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD7BE.

Preview

Color preview on black background

This text has color #DBD7BE on black background.


Color preview on white background

This text has color #DBD7BE on white background.


Black color preview on #DBD7BE background

This text has black color on #DBD7BE background.


White color preview on #DBD7BE background

This text has white color on #DBD7BE background.


Related colors

Complementary color

Complementary color for #hex is #242841.


I love getcolorcode.com

Triadic colors

1 #BEDBD7 and #D7BEDB with #DBD7BE are triadic colors.

2 #BED7DB and #D7DBBE with #DBD7BE are triadic colors.