COLOR #DBAE8C

HEX: #DBAE8C
RGB: (219,174,140)

Color info

#DBAE8C contains mainly red and green colors. Web safe color of #DBAE8C is #CC9999 (or #C99).

RGB color model

#DBAE8C color RGB value is (219,174,140).

  • red value is 219;
  • green value is 174;
  • blue value is 140.
RGB:
(219,174,140)
(86%,68%,55%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 140 of 255 = 55%

219
174
140

R + G + B ~ 70%. #DBAE8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 174 + 140 = 533 (100%)
R 219 of 533 ~ 41.09%
G 174 of 533 ~ 32.65%
B 140 of 533 ~ 26.27%

%41.09
%32.65
%26.27

CMYK color model

#DBAE8C color CMYK value is (0,21,36,14).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 36.07%
  • key color value is 14.12%
CMYK:
(0,21,36,14)
C0M21Y36K14 
(0%,21%,36%,14%)
(0.00/0.21/0.36/0.14)	

CMYK percentages

%0
%20.55
%36.07
%14.12

Codes

Color #DBAE8C in popluar color models

DBAE8C
RGB219174140
HSL26°52.32%70.39%
HSB/HSV26°36.07%85.88%
CMYK0.00%20.55%36.07%
14.12%

Color #DBAE8C in popluar number systems.

HEXDBAE8C
Decimal219174140
Binary110110111010111010001100
Octal333256214

Shades and tints

Shades of #DBAE8C

#DBAE8C
(219,174,140)
#C89F80
(200,159,128)
#B59074
(181,144,116)
#A28168
(162,129,104)
#8F725C
(143,114,92)
#7C6350
(124,99,80)
#695444
(105,84,68)
#564538
(86,69,56)
#43362C
(67,54,44)
#302720
(48,39,32)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #DBAE8C

#DBAE8C
(219,174,140)
#DEB596
(222,181,150)
#E1BCA0
(225,188,160)
#E4C3AA
(228,195,170)
#E7CAB4
(231,202,180)
#EAD1BE
(234,209,190)
#EDD8C8
(237,216,200)
#F0DFD2
(240,223,210)
#F3E6DC
(243,230,220)
#F6EDE6
(246,237,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAE8C color. Also use rgb(219,174,140) instead hex code.

Text Font Color

.myTextColor { color: #DBAE8C; }

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

This text font color is #DBAE8C.


Background Color

.myBgColor { background-color: #DBAE8C; }

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

This div background color is #DBAE8C.


Border color

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

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

This div border color is #DBAE8C.


Opacity

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

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

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

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

This text has shadow with #DBAE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAE8C on black background.


Color preview on white background

This text has color #DBAE8C on white background.



Black color preview on #DBAE8C background

This text has black color on #DBAE8C background.


White color preview on #DBAE8C background

This text has white color on #DBAE8C background.