COLOR #DABE8C

HEX: #DABE8C RGB: (218,190,140)

Color info

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

RGB color model

#DABE8C color RGB value is (218,190,140).

RGB: (218,190,140) (85%, 75%, 55%)

RGB channels and saturation

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

218
190
140

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

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 140 = 548 (100%)
R 218 of 548 ~ 39.78%
G 190 of 548 ~ 34.67%
B 140 of 548 ~ 25.55'%

%39.78
%34.67
%25.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 35.78%
  • 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
%35.78
%14.51

Codes

Color #DABE8C in popluar color models

DA BE 8C
RGB 218 190 140
HSL 38° 51.32% 70.20%
HSB/HSV 38° 35.78% 85.49%
CMYK 0.00% 12.84% 35.78%
14.51%

Color #DABE8C in popluar number systems.

HEX DA BE 8C
Decimal 218 190 140
Binary 11011010 10111110 10001100
Octal 332 276 214

Shades and tints

Shades of #DABE8C

#DABE8C
(218,190,140)
#C7AD80
(199,173,128)
#B49C74
(180,156,116)
#A18B68
(161,139,104)
#8E7A5C
(142,122,92)
#7B6950
(123,105,80)
#685844
(104,88,68)
#554738
(85,71,56)
#42362C
(66,54,44)
#2F2520
(47,37,32)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #DABE8C

#DABE8C
(218,190,140)
#DDC396
(221,195,150)
#E0C8A0
(224,200,160)
#E3CDAA
(227,205,170)
#E6D2B4
(230,210,180)
#E9D7BE
(233,215,190)
#ECDCC8
(236,220,200)
#EFE1D2
(239,225,210)
#F2E6DC
(242,230,220)
#F5EBE6
(245,235,230)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABE8C; }

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

This text font color is #DABE8C.

Background Color

.myBgColor { background-color: #DABE8C; }

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

This div background color is #DABE8C.

Border color

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

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

This div border color is #DABE8C.

Opacity

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

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

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

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

This text has shadow with #DABE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABE8C.

Preview

Color preview on black background

This text has color #DABE8C on black background.


Color preview on white background

This text has color #DABE8C on white background.


Black color preview on #DABE8C background

This text has black color on #DABE8C background.


White color preview on #DABE8C background

This text has white color on #DABE8C background.


Related colors

Complementary color

Complementary color for #hex is #254173.


I love getcolorcode.com

Triadic colors

1 #8CDABE and #BE8CDA with #DABE8C are triadic colors.

2 #8CBEDA and #BEDA8C with #DABE8C are triadic colors.