COLOR #DABE8B

HEX: #DABE8B
RGB: (218,190,139)

Color info

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

RGB color model

#DABE8B color RGB value is (218,190,139).

  • red value is 218;
  • green value is 190;
  • blue value is 139.
RGB:
(218,190,139)
(85%,75%,55%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 139 of 255 = 55%

218
190
139

R + G + B ~ 72%. #DABE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 139 = 547 (100%)
R 218 of 547 ~ 39.85%
G 190 of 547 ~ 34.73%
B 139 of 547 ~ 25.41%

%39.85
%34.73
%25.41

CMYK color model

#DABE8B color CMYK value is (0,13,36,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 36.24%
  • key color value is 14.51%
CMYK:
(0,13,36,15)
C0M13Y36K15 
(0%,13%,36%,15%)
(0.00/0.13/0.36/0.15)	

CMYK percentages

%0
%12.84
%36.24
%14.51

Codes

Color #DABE8B in popluar color models

DABE8B
RGB218190139
HSL39°51.63%70.00%
HSB/HSV39°36.24%85.49%
CMYK0.00%12.84%36.24%
14.51%

Color #DABE8B in popluar number systems.

HEXDABE8B
Decimal218190139
Binary110110101011111010001011
Octal332276213

Shades and tints

Shades of #DABE8B

#DABE8B
(218,190,139)
#C7AD7F
(199,173,127)
#B49C73
(180,156,115)
#A18B67
(161,139,103)
#8E7A5B
(142,122,91)
#7B694F
(123,105,79)
#685843
(104,88,67)
#554737
(85,71,55)
#42362B
(66,54,43)
#2F251F
(47,37,31)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #DABE8B

#DABE8B
(218,190,139)
#DDC395
(221,195,149)
#E0C89F
(224,200,159)
#E3CDA9
(227,205,169)
#E6D2B3
(230,210,179)
#E9D7BD
(233,215,189)
#ECDCC7
(236,220,199)
#EFE1D1
(239,225,209)
#F2E6DB
(242,230,219)
#F5EBE5
(245,235,229)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABE8B color. Also use rgb(218,190,139) instead hex code.

Text Font Color

.myTextColor { color: #DABE8B; }

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

This text font color is #DABE8B.


Background Color

.myBgColor { background-color: #DABE8B; }

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

This div background color is #DABE8B.


Border color

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

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

This div border color is #DABE8B.


Opacity

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

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

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

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

This text has shadow with #DABE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABE8B on black background.


Color preview on white background

This text has color #DABE8B on white background.



Black color preview on #DABE8B background

This text has black color on #DABE8B background.


White color preview on #DABE8B background

This text has white color on #DABE8B background.