COLOR #DBAE8B

HEX: #DBAE8B RGB: (219,174,139)

Color info

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

RGB color model

#DBAE8B color RGB value is (219,174,139).

RGB: (219,174,139) (86%, 68%, 55%)

RGB channels and saturation

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

219
174
139

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

Portions of RGB colors in percentages

R + G + B = 219 + 174 + 139 = 532 (100%)
R 219 of 532 ~ 41.17%
G 174 of 532 ~ 32.71%
B 139 of 532 ~ 26.13'%

%41.17
%32.71
%26.13

CMYK color model

#DBAE8B color CMYK value is (0,21,37,14).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 36.53%
  • key color value is 14.12%
CMYK: (0,21,37,14) C0M21Y37K14 (0%,21%,37%,14%) (0.00/0.21/0.37/0.14) 

CMYK percentages

%0
%20.55
%36.53
%14.12

Codes

Color #DBAE8B in popluar color models

DB AE 8B
RGB 219 174 139
HSL 26° 52.63% 70.20%
HSB/HSV 26° 36.53% 85.88%
CMYK 0.00% 20.55% 36.53%
14.12%

Color #DBAE8B in popluar number systems.

HEX DB AE 8B
Decimal 219 174 139
Binary 11011011 10101110 10001011
Octal 333 256 213

Shades and tints

Shades of #DBAE8B

#DBAE8B
(219,174,139)
#C89F7F
(200,159,127)
#B59073
(181,144,115)
#A28167
(162,129,103)
#8F725B
(143,114,91)
#7C634F
(124,99,79)
#695443
(105,84,67)
#564537
(86,69,55)
#43362B
(67,54,43)
#30271F
(48,39,31)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #DBAE8B

#DBAE8B
(219,174,139)
#DEB595
(222,181,149)
#E1BC9F
(225,188,159)
#E4C3A9
(228,195,169)
#E7CAB3
(231,202,179)
#EAD1BD
(234,209,189)
#EDD8C7
(237,216,199)
#F0DFD1
(240,223,209)
#F3E6DB
(243,230,219)
#F6EDE5
(246,237,229)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAE8B; }

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

This text font color is #DBAE8B.

Background Color

.myBgColor { background-color: #DBAE8B; }

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

This div background color is #DBAE8B.

Border color

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

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

This div border color is #DBAE8B.

Opacity

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

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

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

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

This text has shadow with #DBAE8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAE8B.

Preview

Color preview on black background

This text has color #DBAE8B on black background.


Color preview on white background

This text has color #DBAE8B on white background.


Black color preview on #DBAE8B background

This text has black color on #DBAE8B background.


White color preview on #DBAE8B background

This text has white color on #DBAE8B background.


Related colors

Complementary color

Complementary color for #hex is #245174.


I love getcolorcode.com

Triadic colors

1 #8BDBAE and #AE8BDB with #DBAE8B are triadic colors.

2 #8BAEDB and #AEDB8B with #DBAE8B are triadic colors.