COLOR #DABE9E

HEX: #DABE9E
RGB: (218,190,158)

Color info

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

RGB color model

#DABE9E color RGB value is (218,190,158).

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

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 158 of 255 = 62%

218
190
158

R + G + B ~ 74%. #DABE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 158 = 566 (100%)
R 218 of 566 ~ 38.52%
G 190 of 566 ~ 33.57%
B 158 of 566 ~ 27.92%

%38.52
%33.57
%27.92

CMYK color model

#DABE9E color CMYK value is (0,13,28,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 27.52%
  • key color value is 14.51%
CMYK:
(0,13,28,15)
C0M13Y28K15 
(0%,13%,28%,15%)
(0.00/0.13/0.28/0.15)	

CMYK percentages

%0
%12.84
%27.52
%14.51

Codes

Color #DABE9E in popluar color models

DABE9E
RGB218190158
HSL32°44.78%73.73%
HSB/HSV32°27.52%85.49%
CMYK0.00%12.84%27.52%
14.51%

Color #DABE9E in popluar number systems.

HEXDABE9E
Decimal218190158
Binary110110101011111010011110
Octal332276236

Shades and tints

Shades of #DABE9E

#DABE9E
(218,190,158)
#C7AD90
(199,173,144)
#B49C82
(180,156,130)
#A18B74
(161,139,116)
#8E7A66
(142,122,102)
#7B6958
(123,105,88)
#68584A
(104,88,74)
#55473C
(85,71,60)
#42362E
(66,54,46)
#2F2520
(47,37,32)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #DABE9E

#DABE9E
(218,190,158)
#DDC3A6
(221,195,166)
#E0C8AE
(224,200,174)
#E3CDB6
(227,205,182)
#E6D2BE
(230,210,190)
#E9D7C6
(233,215,198)
#ECDCCE
(236,220,206)
#EFE1D6
(239,225,214)
#F2E6DE
(242,230,222)
#F5EBE6
(245,235,230)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABE9E; }

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

This text font color is #DABE9E.


Background Color

.myBgColor { background-color: #DABE9E; }

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

This div background color is #DABE9E.


Border color

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

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

This div border color is #DABE9E.


Opacity

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

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

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

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

This text has shadow with #DABE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABE9E on black background.


Color preview on white background

This text has color #DABE9E on white background.



Black color preview on #DABE9E background

This text has black color on #DABE9E background.


White color preview on #DABE9E background

This text has white color on #DABE9E background.