COLOR #DABA9E

HEX: #DABA9E RGB: (218,186,158)

Color info

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

RGB color model

#DABA9E color RGB value is (218,186,158).

RGB: (218,186,158) (85%, 73%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 158 of 255 = 62%

218
186
158

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

Portions of RGB colors in percentages

R + G + B = 218 + 186 + 158 = 562 (100%)
R 218 of 562 ~ 38.79%
G 186 of 562 ~ 33.1%
B 158 of 562 ~ 28.11'%

%38.79
%33.1
%28.11

CMYK color model

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

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

CMYK: (0,15,28,15)
C0M15Y28K15 (0%, 15%, 28%, 15%)
(0.00 / 0.15 / 0.28 / 0.15)

CMYK percentages

%0
%14.68
%27.52
%14.51

Codes

Color #DABA9E in popluar color models

DA BA 9E
RGB 218 186 158
HSL 28° 44.78% 73.73%
HSB/HSV 28° 27.52% 85.49%
CMYK 0.00% 14.68% 27.52%
14.51%

Color #DABA9E in popluar number systems.

HEX DA BA 9E
Decimal 218 186 158
Binary 11011010 10111010 10011110
Octal 332 272 236

Shades and tints

Shades of #DABA9E

#DABA9E
(218,186,158)
#C7AA90
(199,170,144)
#B49A82
(180,154,130)
#A18A74
(161,138,116)
#8E7A66
(142,122,102)
#7B6A58
(123,106,88)
#685A4A
(104,90,74)
#554A3C
(85,74,60)
#423A2E
(66,58,46)
#2F2A20
(47,42,32)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #DABA9E

#DABA9E
(218,186,158)
#DDC0A6
(221,192,166)
#E0C6AE
(224,198,174)
#E3CCB6
(227,204,182)
#E6D2BE
(230,210,190)
#E9D8C6
(233,216,198)
#ECDECE
(236,222,206)
#EFE4D6
(239,228,214)
#F2EADE
(242,234,222)
#F5F0E6
(245,240,230)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABA9E; }

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

This text font color is #DABA9E.

Background Color

.myBgColor { background-color: #DABA9E; }

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

This div background color is #DABA9E.

Border color

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

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

This div border color is #DABA9E.

Opacity

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

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

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

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

This text has shadow with #DABA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABA9E.

Preview

Color preview on black background

This text has color #DABA9E on black background.


Color preview on white background

This text has color #DABA9E on white background.


Black color preview on #DABA9E background

This text has black color on #DABA9E background.


White color preview on #DABA9E background

This text has white color on #DABA9E background.


Related colors

Complementary color

Complementary color for #hex is #254561.


I love getcolorcode.com

Triadic colors

1 #9EDABA and #BA9EDA with #DABA9E are triadic colors.

2 #9EBADA and #BADA9E with #DABA9E are triadic colors.