COLOR #DABE85

HEX: #DABE85 RGB: (218,190,133)

Color info

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

RGB color model

#DABE85 color RGB value is (218,190,133).

RGB: (218,190,133) (85%, 75%, 52%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 133 of 255 = 52%

218
190
133

R + G + B ~ 71%. #DABE85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 190 + 133 = 541 (100%)
R 218 of 541 ~ 40.3%
G 190 of 541 ~ 35.12%
B 133 of 541 ~ 24.58'%

%40.3
%35.12
%24.58

CMYK color model

#DABE85 color CMYK value is (0,13,39,15).

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

CMYK: (0,13,39,15)
C0M13Y39K15 (0%, 13%, 39%, 15%)
(0.00 / 0.13 / 0.39 / 0.15)

CMYK percentages

%0
%12.84
%38.99
%14.51

Codes

Color #DABE85 in popluar color models

DA BE 85
RGB 218 190 133
HSL 40° 53.46% 68.82%
HSB/HSV 40° 38.99% 85.49%
CMYK 0.00% 12.84% 38.99%
14.51%

Color #DABE85 in popluar number systems.

HEX DA BE 85
Decimal 218 190 133
Binary 11011010 10111110 10000101
Octal 332 276 205

Shades and tints

Shades of #DABE85

#DABE85
(218,190,133)
#C7AD79
(199,173,121)
#B49C6D
(180,156,109)
#A18B61
(161,139,97)
#8E7A55
(142,122,85)
#7B6949
(123,105,73)
#68583D
(104,88,61)
#554731
(85,71,49)
#423625
(66,54,37)
#2F2519
(47,37,25)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #DABE85

#DABE85
(218,190,133)
#DDC390
(221,195,144)
#E0C89B
(224,200,155)
#E3CDA6
(227,205,166)
#E6D2B1
(230,210,177)
#E9D7BC
(233,215,188)
#ECDCC7
(236,220,199)
#EFE1D2
(239,225,210)
#F2E6DD
(242,230,221)
#F5EBE8
(245,235,232)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABE85; }

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

This text font color is #DABE85.

Background Color

.myBgColor { background-color: #DABE85; }

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

This div background color is #DABE85.

Border color

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

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

This div border color is #DABE85.

Opacity

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

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

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

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

This text has shadow with #DABE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DABE85.

Preview

Color preview on black background

This text has color #DABE85 on black background.


Color preview on white background

This text has color #DABE85 on white background.


Black color preview on #DABE85 background

This text has black color on #DABE85 background.


White color preview on #DABE85 background

This text has white color on #DABE85 background.


Related colors

Complementary color

Complementary color for #hex is #25417A.


I love getcolorcode.com

Triadic colors

1 #85DABE and #BE85DA with #DABE85 are triadic colors.

2 #85BEDA and #BEDA85 with #DABE85 are triadic colors.