COLOR #DAE07E

HEX: #DAE07E
RGB: (218,224,126)

Color info

#DAE07E contains mainly red and green colors. Web safe color of #DAE07E is #CCCC66 (or #CC6).

RGB color model

#DAE07E color RGB value is (218,224,126).

  • red value is 218;
  • green value is 224;
  • blue value is 126.
RGB:
(218,224,126)
(85%,88%,49%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 126 of 255 = 49%

218
224
126

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

Portions of RGB colors in percentages

R + G + B =
218 + 224 + 126 = 568 (100%)
R 218 of 568 ~ 38.38%
G 224 of 568 ~ 39.44%
B 126 of 568 ~ 22.18%

%38.38
%39.44
%22.18

CMYK color model

#DAE07E color CMYK value is (3,0,44,12).

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 12.16%
CMYK:
(3,0,44,12)
C3M0Y44K12 
(3%,0%,44%,12%)
(0.03/0.00/0.44/0.12)	

CMYK percentages

%2.68
%0
%43.75
%12.16

Codes

Color #DAE07E in popluar color models

DAE07E
RGB218224126
HSL64°61.25%68.63%
HSB/HSV64°43.75%87.84%
CMYK2.68%0.00%43.75%
12.16%

Color #DAE07E in popluar number systems.

HEXDAE07E
Decimal218224126
Binary11011010111000001111110
Octal332340176

Shades and tints

Shades of #DAE07E

#DAE07E
(218,224,126)
#C7CC73
(199,204,115)
#B4B868
(180,184,104)
#A1A45D
(161,164,93)
#8E9052
(142,144,82)
#7B7C47
(123,124,71)
#68683C
(104,104,60)
#555431
(85,84,49)
#424026
(66,64,38)
#2F2C1B
(47,44,27)
#1C1810
(28,24,16)
#000000
(0,0,0)

Tints of #DAE07E

#DAE07E
(218,224,126)
#DDE289
(221,226,137)
#E0E494
(224,228,148)
#E3E69F
(227,230,159)
#E6E8AA
(230,232,170)
#E9EAB5
(233,234,181)
#ECECC0
(236,236,192)
#EFEECB
(239,238,203)
#F2F0D6
(242,240,214)
#F5F2E1
(245,242,225)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE07E color. Also use rgb(218,224,126) instead hex code.

Text Font Color

.myTextColor { color: #DAE07E; }

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

This text font color is #DAE07E.


Background Color

.myBgColor { background-color: #DAE07E; }

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

This div background color is #DAE07E.


Border color

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

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

This div border color is #DAE07E.


Opacity

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

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

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

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

This text has shadow with #DAE07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE07E on black background.


Color preview on white background

This text has color #DAE07E on white background.



Black color preview on #DAE07E background

This text has black color on #DAE07E background.


White color preview on #DAE07E background

This text has white color on #DAE07E background.