COLOR #DAEDB7

HEX: #DAEDB7
RGB: (218,237,183)

Color info

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

RGB color model

#DAEDB7 color RGB value is (218,237,183).

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

RGB channels and saturation

R 218 of 255 = 85%
G 237 of 255 = 93%
B 183 of 255 = 72%

218
237
183

R + G + B ~ 83%. #DAEDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 237 + 183 = 638 (100%)
R 218 of 638 ~ 34.17%
G 237 of 638 ~ 37.15%
B 183 of 638 ~ 28.68%

%34.17
%37.15
%28.68

CMYK color model

#DAEDB7 color CMYK value is (8,0,23,7).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(8,0,23,7)
C8M0Y23K7 
(8%,0%,23%,7%)
(0.08/0.00/0.23/0.07)	

CMYK percentages

%8.02
%0
%22.78
%7.06

Codes

Color #DAEDB7 in popluar color models

DAEDB7
RGB218237183
HSL81°60.00%82.35%
HSB/HSV81°22.78%92.94%
CMYK8.02%0.00%22.78%
7.06%

Color #DAEDB7 in popluar number systems.

HEXDAEDB7
Decimal218237183
Binary110110101110110110110111
Octal332355267

Shades and tints

Shades of #DAEDB7

#DAEDB7
(218,237,183)
#C7D8A7
(199,216,167)
#B4C397
(180,195,151)
#A1AE87
(161,174,135)
#8E9977
(142,153,119)
#7B8467
(123,132,103)
#686F57
(104,111,87)
#555A47
(85,90,71)
#424537
(66,69,55)
#2F3027
(47,48,39)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #DAEDB7

#DAEDB7
(218,237,183)
#DDEEBD
(221,238,189)
#E0EFC3
(224,239,195)
#E3F0C9
(227,240,201)
#E6F1CF
(230,241,207)
#E9F2D5
(233,242,213)
#ECF3DB
(236,243,219)
#EFF4E1
(239,244,225)
#F2F5E7
(242,245,231)
#F5F6ED
(245,246,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEDB7; }

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

This text font color is #DAEDB7.


Background Color

.myBgColor { background-color: #DAEDB7; }

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

This div background color is #DAEDB7.


Border color

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

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

This div border color is #DAEDB7.


Opacity

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

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

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

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

This text has shadow with #DAEDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEDB7 on black background.


Color preview on white background

This text has color #DAEDB7 on white background.



Black color preview on #DAEDB7 background

This text has black color on #DAEDB7 background.


White color preview on #DAEDB7 background

This text has white color on #DAEDB7 background.