COLOR #DABF9E

HEX: #DABF9E
RGB: (218,191,158)

Color info

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

RGB color model

#DABF9E color RGB value is (218,191,158).

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

RGB channels and saturation

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

218
191
158

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

Portions of RGB colors in percentages

R + G + B =
218 + 191 + 158 = 567 (100%)
R 218 of 567 ~ 38.45%
G 191 of 567 ~ 33.69%
B 158 of 567 ~ 27.87%

%38.45
%33.69
%27.87

CMYK color model

#DABF9E color CMYK value is (0,12,28,15).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 27.52%
  • key color value is 14.51%
CMYK:
(0,12,28,15)
C0M12Y28K15 
(0%,12%,28%,15%)
(0.00/0.12/0.28/0.15)	

CMYK percentages

%0
%12.39
%27.52
%14.51

Codes

Color #DABF9E in popluar color models

DABF9E
RGB218191158
HSL33°44.78%73.73%
HSB/HSV33°27.52%85.49%
CMYK0.00%12.39%27.52%
14.51%

Color #DABF9E in popluar number systems.

HEXDABF9E
Decimal218191158
Binary110110101011111110011110
Octal332277236

Shades and tints

Shades of #DABF9E

#DABF9E
(218,191,158)
#C7AE90
(199,174,144)
#B49D82
(180,157,130)
#A18C74
(161,140,116)
#8E7B66
(142,123,102)
#7B6A58
(123,106,88)
#68594A
(104,89,74)
#55483C
(85,72,60)
#42372E
(66,55,46)
#2F2620
(47,38,32)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #DABF9E

#DABF9E
(218,191,158)
#DDC4A6
(221,196,166)
#E0C9AE
(224,201,174)
#E3CEB6
(227,206,182)
#E6D3BE
(230,211,190)
#E9D8C6
(233,216,198)
#ECDDCE
(236,221,206)
#EFE2D6
(239,226,214)
#F2E7DE
(242,231,222)
#F5ECE6
(245,236,230)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABF9E; }

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

This text font color is #DABF9E.


Background Color

.myBgColor { background-color: #DABF9E; }

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

This div background color is #DABF9E.


Border color

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

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

This div border color is #DABF9E.


Opacity

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

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

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

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

This text has shadow with #DABF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABF9E on black background.


Color preview on white background

This text has color #DABF9E on white background.



Black color preview on #DABF9E background

This text has black color on #DABF9E background.


White color preview on #DABF9E background

This text has white color on #DABF9E background.