COLOR #DABE94

HEX: #DABE94
RGB: (218,190,148)

Color info

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

RGB color model

#DABE94 color RGB value is (218,190,148).

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

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 148 of 255 = 58%

218
190
148

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

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 148 = 556 (100%)
R 218 of 556 ~ 39.21%
G 190 of 556 ~ 34.17%
B 148 of 556 ~ 26.62%

%39.21
%34.17
%26.62

CMYK color model

#DABE94 color CMYK value is (0,13,32,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 32.11%
  • key color value is 14.51%
CMYK:
(0,13,32,15)
C0M13Y32K15 
(0%,13%,32%,15%)
(0.00/0.13/0.32/0.15)	

CMYK percentages

%0
%12.84
%32.11
%14.51

Codes

Color #DABE94 in popluar color models

DABE94
RGB218190148
HSL36°48.61%71.76%
HSB/HSV36°32.11%85.49%
CMYK0.00%12.84%32.11%
14.51%

Color #DABE94 in popluar number systems.

HEXDABE94
Decimal218190148
Binary110110101011111010010100
Octal332276224

Shades and tints

Shades of #DABE94

#DABE94
(218,190,148)
#C7AD87
(199,173,135)
#B49C7A
(180,156,122)
#A18B6D
(161,139,109)
#8E7A60
(142,122,96)
#7B6953
(123,105,83)
#685846
(104,88,70)
#554739
(85,71,57)
#42362C
(66,54,44)
#2F251F
(47,37,31)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DABE94

#DABE94
(218,190,148)
#DDC39D
(221,195,157)
#E0C8A6
(224,200,166)
#E3CDAF
(227,205,175)
#E6D2B8
(230,210,184)
#E9D7C1
(233,215,193)
#ECDCCA
(236,220,202)
#EFE1D3
(239,225,211)
#F2E6DC
(242,230,220)
#F5EBE5
(245,235,229)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABE94; }

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

This text font color is #DABE94.


Background Color

.myBgColor { background-color: #DABE94; }

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

This div background color is #DABE94.


Border color

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

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

This div border color is #DABE94.


Opacity

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

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

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

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

This text has shadow with #DABE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABE94 on black background.


Color preview on white background

This text has color #DABE94 on white background.



Black color preview on #DABE94 background

This text has black color on #DABE94 background.


White color preview on #DABE94 background

This text has white color on #DABE94 background.