COLOR #DAEDB9

HEX: #DAEDB9
RGB: (218,237,185)

Color info

#DAEDB9 contains red, green and blue colors in about the same proportion. Web safe color of #DAEDB9 is #CCFFCC (or #CFC).

RGB color model

#DAEDB9 color RGB value is (218,237,185).

  • red value is 218;
  • green value is 237;
  • blue value is 185.
RGB:
(218,237,185)
(85%,93%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 185 of 255 = 73%

218
237
185

R + G + B ~ 84%. #DAEDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 237 + 185 = 640 (100%)
R 218 of 640 ~ 34.06%
G 237 of 640 ~ 37.03%
B 185 of 640 ~ 28.91%

%34.06
%37.03
%28.91

CMYK color model

#DAEDB9 color CMYK value is (8,0,22,7).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(8,0,22,7)
C8M0Y22K7 
(8%,0%,22%,7%)
(0.08/0.00/0.22/0.07)	

CMYK percentages

%8.02
%0
%21.94
%7.06

Codes

Color #DAEDB9 in popluar color models

DAEDB9
RGB218237185
HSL82°59.09%82.75%
HSB/HSV82°21.94%92.94%
CMYK8.02%0.00%21.94%
7.06%

Color #DAEDB9 in popluar number systems.

HEXDAEDB9
Decimal218237185
Binary110110101110110110111001
Octal332355271

Shades and tints

Shades of #DAEDB9

#DAEDB9
(218,237,185)
#C7D8A9
(199,216,169)
#B4C399
(180,195,153)
#A1AE89
(161,174,137)
#8E9979
(142,153,121)
#7B8469
(123,132,105)
#686F59
(104,111,89)
#555A49
(85,90,73)
#424539
(66,69,57)
#2F3029
(47,48,41)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAEDB9

#DAEDB9
(218,237,185)
#DDEEBF
(221,238,191)
#E0EFC5
(224,239,197)
#E3F0CB
(227,240,203)
#E6F1D1
(230,241,209)
#E9F2D7
(233,242,215)
#ECF3DD
(236,243,221)
#EFF4E3
(239,244,227)
#F2F5E9
(242,245,233)
#F5F6EF
(245,246,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEDB9 color. Also use rgb(218,237,185) instead hex code.

Text Font Color

.myTextColor { color: #DAEDB9; }

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

This text font color is #DAEDB9.


Background Color

.myBgColor { background-color: #DAEDB9; }

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

This div background color is #DAEDB9.


Border color

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

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

This div border color is #DAEDB9.


Opacity

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

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

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

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

This text has shadow with #DAEDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEDB9 on black background.


Color preview on white background

This text has color #DAEDB9 on white background.



Black color preview on #DAEDB9 background

This text has black color on #DAEDB9 background.


White color preview on #DAEDB9 background

This text has white color on #DAEDB9 background.