COLOR #DAEEA5

HEX: #DAEEA5
RGB: (218,238,165)

Color info

#DAEEA5 contains mainly red and green colors. Web safe color of #DAEEA5 is #CCFF99 (or #CF9).

RGB color model

#DAEEA5 color RGB value is (218,238,165).

  • red value is 218;
  • green value is 238;
  • blue value is 165.
RGB:
(218,238,165)
(85%,93%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 165 of 255 = 65%

218
238
165

R + G + B ~ 81%. #DAEEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 165 = 621 (100%)
R 218 of 621 ~ 35.1%
G 238 of 621 ~ 38.33%
B 165 of 621 ~ 26.57%

%35.1
%38.33
%26.57

CMYK color model

#DAEEA5 color CMYK value is (8,0,31,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 6.67%
CMYK:
(8,0,31,7)
C8M0Y31K7 
(8%,0%,31%,7%)
(0.08/0.00/0.31/0.07)	

CMYK percentages

%8.4
%0
%30.67
%6.67

Codes

Color #DAEEA5 in popluar color models

DAEEA5
RGB218238165
HSL76°68.22%79.02%
HSB/HSV76°30.67%93.33%
CMYK8.40%0.00%30.67%
6.67%

Color #DAEEA5 in popluar number systems.

HEXDAEEA5
Decimal218238165
Binary110110101110111010100101
Octal332356245

Shades and tints

Shades of #DAEEA5

#DAEEA5
(218,238,165)
#C7D996
(199,217,150)
#B4C487
(180,196,135)
#A1AF78
(161,175,120)
#8E9A69
(142,154,105)
#7B855A
(123,133,90)
#68704B
(104,112,75)
#555B3C
(85,91,60)
#42462D
(66,70,45)
#2F311E
(47,49,30)
#1C1C0F
(28,28,15)
#000000
(0,0,0)

Tints of #DAEEA5

#DAEEA5
(218,238,165)
#DDEFAD
(221,239,173)
#E0F0B5
(224,240,181)
#E3F1BD
(227,241,189)
#E6F2C5
(230,242,197)
#E9F3CD
(233,243,205)
#ECF4D5
(236,244,213)
#EFF5DD
(239,245,221)
#F2F6E5
(242,246,229)
#F5F7ED
(245,247,237)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEEA5 color. Also use rgb(218,238,165) instead hex code.

Text Font Color

.myTextColor { color: #DAEEA5; }

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

This text font color is #DAEEA5.


Background Color

.myBgColor { background-color: #DAEEA5; }

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

This div background color is #DAEEA5.


Border color

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

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

This div border color is #DAEEA5.


Opacity

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

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

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

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

This text has shadow with #DAEEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEEA5 on black background.


Color preview on white background

This text has color #DAEEA5 on white background.



Black color preview on #DAEEA5 background

This text has black color on #DAEEA5 background.


White color preview on #DAEEA5 background

This text has white color on #DAEEA5 background.