COLOR #DBC4BE

HEX: #DBC4BE RGB: (219,196,190)

Color info

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

RGB color model

#DBC4BE color RGB value is (219,196,190).

RGB: (219,196,190) (86%, 77%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 190 of 255 = 75%

219
196
190

R + G + B ~ 79%. #DBC4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 190 = 605 (100%)
R 219 of 605 ~ 36.2%
G 196 of 605 ~ 32.4%
B 190 of 605 ~ 31.4'%

%36.2
%32.4
%31.4

CMYK color model

#DBC4BE color CMYK value is (0,11,13,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 13.24%
  • key color value is 14.12%

CMYK: (0,11,13,14)
C0M11Y13K14 (0%, 11%, 13%, 14%)
(0.00 / 0.11 / 0.13 / 0.14)

CMYK percentages

%0
%10.5
%13.24
%14.12

Codes

Color #DBC4BE in popluar color models

DB C4 BE
RGB 219 196 190
HSL 12° 28.71% 80.20%
HSB/HSV 12° 13.24% 85.88%
CMYK 0.00% 10.50% 13.24%
14.12%

Color #DBC4BE in popluar number systems.

HEX DB C4 BE
Decimal 219 196 190
Binary 11011011 11000100 10111110
Octal 333 304 276

Shades and tints

Shades of #DBC4BE

#DBC4BE
(219,196,190)
#C8B3AD
(200,179,173)
#B5A29C
(181,162,156)
#A2918B
(162,145,139)
#8F807A
(143,128,122)
#7C6F69
(124,111,105)
#695E58
(105,94,88)
#564D47
(86,77,71)
#433C36
(67,60,54)
#302B25
(48,43,37)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBC4BE

#DBC4BE
(219,196,190)
#DEC9C3
(222,201,195)
#E1CEC8
(225,206,200)
#E4D3CD
(228,211,205)
#E7D8D2
(231,216,210)
#EADDD7
(234,221,215)
#EDE2DC
(237,226,220)
#F0E7E1
(240,231,225)
#F3ECE6
(243,236,230)
#F6F1EB
(246,241,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC4BE; }

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

This text font color is #DBC4BE.

Background Color

.myBgColor { background-color: #DBC4BE; }

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

This div background color is #DBC4BE.

Border color

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

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

This div border color is #DBC4BE.

Opacity

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

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

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

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

This text has shadow with #DBC4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC4BE.

Preview

Color preview on black background

This text has color #DBC4BE on black background.


Color preview on white background

This text has color #DBC4BE on white background.


Black color preview on #DBC4BE background

This text has black color on #DBC4BE background.


White color preview on #DBC4BE background

This text has white color on #DBC4BE background.


Related colors

Complementary color

Complementary color for #hex is #243B41.


I love getcolorcode.com

Triadic colors

1 #BEDBC4 and #C4BEDB with #DBC4BE are triadic colors.

2 #BEC4DB and #C4DBBE with #DBC4BE are triadic colors.