COLOR #DACE9F

HEX: #DACE9F
RGB: (218,206,159)

Color info

#DACE9F contains red, green and blue colors in about the same proportion. Web safe color of #DACE9F is #CCCC99 (or #CC9).

RGB color model

#DACE9F color RGB value is (218,206,159).

  • red value is 218;
  • green value is 206;
  • blue value is 159.
RGB:
(218,206,159)
(85%,81%,62%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 159 of 255 = 62%

218
206
159

R + G + B ~ 76%. #DACE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 206 + 159 = 583 (100%)
R 218 of 583 ~ 37.39%
G 206 of 583 ~ 35.33%
B 159 of 583 ~ 27.27%

%37.39
%35.33
%27.27

CMYK color model

#DACE9F color CMYK value is (0,6,27,15).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 27.06%
  • key color value is 14.51%
CMYK:
(0,6,27,15)
C0M6Y27K15 
(0%,6%,27%,15%)
(0.00/0.06/0.27/0.15)	

CMYK percentages

%0
%5.5
%27.06
%14.51

Codes

Color #DACE9F in popluar color models

DACE9F
RGB218206159
HSL48°44.36%73.92%
HSB/HSV48°27.06%85.49%
CMYK0.00%5.50%27.06%
14.51%

Color #DACE9F in popluar number systems.

HEXDACE9F
Decimal218206159
Binary110110101100111010011111
Octal332316237

Shades and tints

Shades of #DACE9F

#DACE9F
(218,206,159)
#C7BC91
(199,188,145)
#B4AA83
(180,170,131)
#A19875
(161,152,117)
#8E8667
(142,134,103)
#7B7459
(123,116,89)
#68624B
(104,98,75)
#55503D
(85,80,61)
#423E2F
(66,62,47)
#2F2C21
(47,44,33)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #DACE9F

#DACE9F
(218,206,159)
#DDD2A7
(221,210,167)
#E0D6AF
(224,214,175)
#E3DAB7
(227,218,183)
#E6DEBF
(230,222,191)
#E9E2C7
(233,226,199)
#ECE6CF
(236,230,207)
#EFEAD7
(239,234,215)
#F2EEDF
(242,238,223)
#F5F2E7
(245,242,231)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACE9F color. Also use rgb(218,206,159) instead hex code.

Text Font Color

.myTextColor { color: #DACE9F; }

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

This text font color is #DACE9F.


Background Color

.myBgColor { background-color: #DACE9F; }

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

This div background color is #DACE9F.


Border color

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

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

This div border color is #DACE9F.


Opacity

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

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

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

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

This text has shadow with #DACE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACE9F on black background.


Color preview on white background

This text has color #DACE9F on white background.



Black color preview on #DACE9F background

This text has black color on #DACE9F background.


White color preview on #DACE9F background

This text has white color on #DACE9F background.