COLOR #DABD9E

HEX: #DABD9E RGB: (218,189,158)

Color info

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

RGB color model

#DABD9E color RGB value is (218,189,158).

RGB: (218,189,158) (85%, 74%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 158 of 255 = 62%

218
189
158

R + G + B ~ 74%. #DABD9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 189 + 158 = 565 (100%)
R 218 of 565 ~ 38.58%
G 189 of 565 ~ 33.45%
B 158 of 565 ~ 27.96'%

%38.58
%33.45
%27.96

CMYK color model

#DABD9E color CMYK value is (0,13,28,15).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 27.52%
  • key color value is 14.51%

CMYK: (0,13,28,15)
C0M13Y28K15 (0%, 13%, 28%, 15%)
(0.00 / 0.13 / 0.28 / 0.15)

CMYK percentages

%0
%13.3
%27.52
%14.51

Codes

Color #DABD9E in popluar color models

DA BD 9E
RGB 218 189 158
HSL 31° 44.78% 73.73%
HSB/HSV 31° 27.52% 85.49%
CMYK 0.00% 13.30% 27.52%
14.51%

Color #DABD9E in popluar number systems.

HEX DA BD 9E
Decimal 218 189 158
Binary 11011010 10111101 10011110
Octal 332 275 236

Shades and tints

Shades of #DABD9E

#DABD9E
(218,189,158)
#C7AC90
(199,172,144)
#B49B82
(180,155,130)
#A18A74
(161,138,116)
#8E7966
(142,121,102)
#7B6858
(123,104,88)
#68574A
(104,87,74)
#55463C
(85,70,60)
#42352E
(66,53,46)
#2F2420
(47,36,32)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #DABD9E

#DABD9E
(218,189,158)
#DDC3A6
(221,195,166)
#E0C9AE
(224,201,174)
#E3CFB6
(227,207,182)
#E6D5BE
(230,213,190)
#E9DBC6
(233,219,198)
#ECE1CE
(236,225,206)
#EFE7D6
(239,231,214)
#F2EDDE
(242,237,222)
#F5F3E6
(245,243,230)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABD9E color. Also use rgb(218,189,158) instead hex code.

Text Font Color

.myTextColor { color: #DABD9E; }

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

This text font color is #DABD9E.

Background Color

.myBgColor { background-color: #DABD9E; }

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

This div background color is #DABD9E.

Border color

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

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

This div border color is #DABD9E.

Opacity

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

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

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

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

This text has shadow with #DABD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABD9E.

Preview

Color preview on black background

This text has color #DABD9E on black background.


Color preview on white background

This text has color #DABD9E on white background.


Black color preview on #DABD9E background

This text has black color on #DABD9E background.


White color preview on #DABD9E background

This text has white color on #DABD9E background.


Related colors

Complementary color

Complementary color for #hex is #254261.


I love getcolorcode.com

Triadic colors

1 #9EDABD and #BD9EDA with #DABD9E are triadic colors.

2 #9EBDDA and #BDDA9E with #DABD9E are triadic colors.