COLOR #DBBE96

HEX: #DBBE96 RGB: (219,190,150)

Color info

#DBBE96 contains mainly red and green colors. Web safe color of #DBBE96 is #CCCC99 (or #CC9).

RGB color model

#DBBE96 color RGB value is (219,190,150).

RGB: (219,190,150) (86%, 75%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 150 of 255 = 59%

219
190
150

R + G + B ~ 73%. #DBBE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 190 + 150 = 559 (100%)
R 219 of 559 ~ 39.18%
G 190 of 559 ~ 33.99%
B 150 of 559 ~ 26.83'%

%39.18
%33.99
%26.83

CMYK color model

#DBBE96 color CMYK value is (0,13,32,14).

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

CMYK: (0,13,32,14)
C0M13Y32K14 (0%, 13%, 32%, 14%)
(0.00 / 0.13 / 0.32 / 0.14)

CMYK percentages

%0
%13.24
%31.51
%14.12

Codes

Color #DBBE96 in popluar color models

DB BE 96
RGB 219 190 150
HSL 35° 48.94% 72.35%
HSB/HSV 35° 31.51% 85.88%
CMYK 0.00% 13.24% 31.51%
14.12%

Color #DBBE96 in popluar number systems.

HEX DB BE 96
Decimal 219 190 150
Binary 11011011 10111110 10010110
Octal 333 276 226

Shades and tints

Shades of #DBBE96

#DBBE96
(219,190,150)
#C8AD89
(200,173,137)
#B59C7C
(181,156,124)
#A28B6F
(162,139,111)
#8F7A62
(143,122,98)
#7C6955
(124,105,85)
#695848
(105,88,72)
#56473B
(86,71,59)
#43362E
(67,54,46)
#302521
(48,37,33)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBBE96

#DBBE96
(219,190,150)
#DEC39F
(222,195,159)
#E1C8A8
(225,200,168)
#E4CDB1
(228,205,177)
#E7D2BA
(231,210,186)
#EAD7C3
(234,215,195)
#EDDCCC
(237,220,204)
#F0E1D5
(240,225,213)
#F3E6DE
(243,230,222)
#F6EBE7
(246,235,231)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBE96; }

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

This text font color is #DBBE96.

Background Color

.myBgColor { background-color: #DBBE96; }

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

This div background color is #DBBE96.

Border color

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

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

This div border color is #DBBE96.

Opacity

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

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

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

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

This text has shadow with #DBBE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBE96.

Preview

Color preview on black background

This text has color #DBBE96 on black background.


Color preview on white background

This text has color #DBBE96 on white background.


Black color preview on #DBBE96 background

This text has black color on #DBBE96 background.


White color preview on #DBBE96 background

This text has white color on #DBBE96 background.


Related colors

Complementary color

Complementary color for #hex is #244169.


I love getcolorcode.com

Triadic colors

1 #96DBBE and #BE96DB with #DBBE96 are triadic colors.

2 #96BEDB and #BEDB96 with #DBBE96 are triadic colors.