COLOR #DABE82

HEX: #DABE82 RGB: (218,190,130)

Color info

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

RGB color model

#DABE82 color RGB value is (218,190,130).

RGB: (218,190,130) (85%, 75%, 51%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 130 of 255 = 51%

218
190
130

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

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 130 = 538 (100%)
R 218 of 538 ~ 40.52%
G 190 of 538 ~ 35.32%
B 130 of 538 ~ 24.16'%

%40.52
%35.32
%24.16

CMYK color model

#DABE82 color CMYK value is (0,13,40,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 40.37%
  • key color value is 14.51%

CMYK: (0,13,40,15)
C0M13Y40K15 (0%, 13%, 40%, 15%)
(0.00 / 0.13 / 0.40 / 0.15)

CMYK percentages

%0
%12.84
%40.37
%14.51

Codes

Color #DABE82 in popluar color models

DA BE 82
RGB 218 190 130
HSL 41° 54.32% 68.24%
HSB/HSV 41° 40.37% 85.49%
CMYK 0.00% 12.84% 40.37%
14.51%

Color #DABE82 in popluar number systems.

HEX DA BE 82
Decimal 218 190 130
Binary 11011010 10111110 10000010
Octal 332 276 202

Shades and tints

Shades of #DABE82

#DABE82
(218,190,130)
#C7AD77
(199,173,119)
#B49C6C
(180,156,108)
#A18B61
(161,139,97)
#8E7A56
(142,122,86)
#7B694B
(123,105,75)
#685840
(104,88,64)
#554735
(85,71,53)
#42362A
(66,54,42)
#2F251F
(47,37,31)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #DABE82

#DABE82
(218,190,130)
#DDC38D
(221,195,141)
#E0C898
(224,200,152)
#E3CDA3
(227,205,163)
#E6D2AE
(230,210,174)
#E9D7B9
(233,215,185)
#ECDCC4
(236,220,196)
#EFE1CF
(239,225,207)
#F2E6DA
(242,230,218)
#F5EBE5
(245,235,229)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABE82; }

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

This text font color is #DABE82.

Background Color

.myBgColor { background-color: #DABE82; }

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

This div background color is #DABE82.

Border color

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

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

This div border color is #DABE82.

Opacity

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

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

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

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

This text has shadow with #DABE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABE82.

Preview

Color preview on black background

This text has color #DABE82 on black background.


Color preview on white background

This text has color #DABE82 on white background.


Black color preview on #DABE82 background

This text has black color on #DABE82 background.


White color preview on #DABE82 background

This text has white color on #DABE82 background.


Related colors

Complementary color

Complementary color for #hex is #25417D.


I love getcolorcode.com

Triadic colors

1 #82DABE and #BE82DA with #DABE82 are triadic colors.

2 #82BEDA and #BEDA82 with #DABE82 are triadic colors.