COLOR #DAEED2

HEX: #DAEED2
RGB: (218,238,210)

Color info

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

RGB color model

#DAEED2 color RGB value is (218,238,210).

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

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 210 of 255 = 82%

218
238
210

R + G + B ~ 87%. #DAEED2 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 210 = 666 (100%)
R 218 of 666 ~ 32.73%
G 238 of 666 ~ 35.74%
B 210 of 666 ~ 31.53%

%32.73
%35.74
%31.53

CMYK color model

#DAEED2 color CMYK value is (8,0,12,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(8,0,12,7)
C8M0Y12K7 
(8%,0%,12%,7%)
(0.08/0.00/0.12/0.07)	

CMYK percentages

%8.4
%0
%11.76
%6.67

Codes

Color #DAEED2 in popluar color models

DAEED2
RGB218238210
HSL103°45.16%87.84%
HSB/HSV103°11.76%93.33%
CMYK8.40%0.00%11.76%
6.67%

Color #DAEED2 in popluar number systems.

HEXDAEED2
Decimal218238210
Binary110110101110111011010010
Octal332356322

Shades and tints

Shades of #DAEED2

#DAEED2
(218,238,210)
#C7D9BF
(199,217,191)
#B4C4AC
(180,196,172)
#A1AF99
(161,175,153)
#8E9A86
(142,154,134)
#7B8573
(123,133,115)
#687060
(104,112,96)
#555B4D
(85,91,77)
#42463A
(66,70,58)
#2F3127
(47,49,39)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #DAEED2

#DAEED2
(218,238,210)
#DDEFD6
(221,239,214)
#E0F0DA
(224,240,218)
#E3F1DE
(227,241,222)
#E6F2E2
(230,242,226)
#E9F3E6
(233,243,230)
#ECF4EA
(236,244,234)
#EFF5EE
(239,245,238)
#F2F6F2
(242,246,242)
#F5F7F6
(245,247,246)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEED2; }

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

This text font color is #DAEED2.


Background Color

.myBgColor { background-color: #DAEED2; }

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

This div background color is #DAEED2.


Border color

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

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

This div border color is #DAEED2.


Opacity

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

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

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

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

This text has shadow with #DAEED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEED2 on black background.


Color preview on white background

This text has color #DAEED2 on white background.



Black color preview on #DAEED2 background

This text has black color on #DAEED2 background.


White color preview on #DAEED2 background

This text has white color on #DAEED2 background.