COLOR #DABF96

HEX: #DABF96
RGB: (218,191,150)

Color info

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

RGB color model

#DABF96 color RGB value is (218,191,150).

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

RGB channels and saturation

R 218 of 255 = 85%
G 191 of 255 = 75%
B 150 of 255 = 59%

218
191
150

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

Portions of RGB colors in percentages

R + G + B =
218 + 191 + 150 = 559 (100%)
R 218 of 559 ~ 39%
G 191 of 559 ~ 34.17%
B 150 of 559 ~ 26.83%

%39
%34.17
%26.83

CMYK color model

#DABF96 color CMYK value is (0,12,31,15).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 31.19%
  • key color value is 14.51%
CMYK:
(0,12,31,15)
C0M12Y31K15 
(0%,12%,31%,15%)
(0.00/0.12/0.31/0.15)	

CMYK percentages

%0
%12.39
%31.19
%14.51

Codes

Color #DABF96 in popluar color models

DABF96
RGB218191150
HSL36°47.89%72.16%
HSB/HSV36°31.19%85.49%
CMYK0.00%12.39%31.19%
14.51%

Color #DABF96 in popluar number systems.

HEXDABF96
Decimal218191150
Binary110110101011111110010110
Octal332277226

Shades and tints

Shades of #DABF96

#DABF96
(218,191,150)
#C7AE89
(199,174,137)
#B49D7C
(180,157,124)
#A18C6F
(161,140,111)
#8E7B62
(142,123,98)
#7B6A55
(123,106,85)
#685948
(104,89,72)
#55483B
(85,72,59)
#42372E
(66,55,46)
#2F2621
(47,38,33)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DABF96

#DABF96
(218,191,150)
#DDC49F
(221,196,159)
#E0C9A8
(224,201,168)
#E3CEB1
(227,206,177)
#E6D3BA
(230,211,186)
#E9D8C3
(233,216,195)
#ECDDCC
(236,221,204)
#EFE2D5
(239,226,213)
#F2E7DE
(242,231,222)
#F5ECE7
(245,236,231)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABF96; }

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

This text font color is #DABF96.


Background Color

.myBgColor { background-color: #DABF96; }

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

This div background color is #DABF96.


Border color

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

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

This div border color is #DABF96.


Opacity

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

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

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

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

This text has shadow with #DABF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABF96 on black background.


Color preview on white background

This text has color #DABF96 on white background.



Black color preview on #DABF96 background

This text has black color on #DABF96 background.


White color preview on #DABF96 background

This text has white color on #DABF96 background.