COLOR #DAEA88

HEX: #DAEA88
RGB: (218,234,136)

Color info

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

RGB color model

#DAEA88 color RGB value is (218,234,136).

  • red value is 218;
  • green value is 234;
  • blue value is 136.
RGB:
(218,234,136)
(85%,92%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 136 of 255 = 53%

218
234
136

R + G + B ~ 77%. #DAEA88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 234 + 136 = 588 (100%)
R 218 of 588 ~ 37.07%
G 234 of 588 ~ 39.8%
B 136 of 588 ~ 23.13%

%37.07
%39.8
%23.13

CMYK color model

#DAEA88 color CMYK value is (7,0,42,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 41.88%
  • key color value is 8.24%
CMYK:
(7,0,42,8)
C7M0Y42K8 
(7%,0%,42%,8%)
(0.07/0.00/0.42/0.08)	

CMYK percentages

%6.84
%0
%41.88
%8.24

Codes

Color #DAEA88 in popluar color models

DAEA88
RGB218234136
HSL70°70.00%72.55%
HSB/HSV70°41.88%91.76%
CMYK6.84%0.00%41.88%
8.24%

Color #DAEA88 in popluar number systems.

HEXDAEA88
Decimal218234136
Binary110110101110101010001000
Octal332352210

Shades and tints

Shades of #DAEA88

#DAEA88
(218,234,136)
#C7D57C
(199,213,124)
#B4C070
(180,192,112)
#A1AB64
(161,171,100)
#8E9658
(142,150,88)
#7B814C
(123,129,76)
#686C40
(104,108,64)
#555734
(85,87,52)
#424228
(66,66,40)
#2F2D1C
(47,45,28)
#1C1810
(28,24,16)
#000000
(0,0,0)

Tints of #DAEA88

#DAEA88
(218,234,136)
#DDEB92
(221,235,146)
#E0EC9C
(224,236,156)
#E3EDA6
(227,237,166)
#E6EEB0
(230,238,176)
#E9EFBA
(233,239,186)
#ECF0C4
(236,240,196)
#EFF1CE
(239,241,206)
#F2F2D8
(242,242,216)
#F5F3E2
(245,243,226)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEA88 color. Also use rgb(218,234,136) instead hex code.

Text Font Color

.myTextColor { color: #DAEA88; }

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

This text font color is #DAEA88.


Background Color

.myBgColor { background-color: #DAEA88; }

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

This div background color is #DAEA88.


Border color

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

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

This div border color is #DAEA88.


Opacity

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

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

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

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

This text has shadow with #DAEA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEA88 on black background.


Color preview on white background

This text has color #DAEA88 on white background.



Black color preview on #DAEA88 background

This text has black color on #DAEA88 background.


White color preview on #DAEA88 background

This text has white color on #DAEA88 background.