COLOR #DAEEC2

HEX: #DAEEC2
RGB: (218,238,194)

Color info

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

RGB color model

#DAEEC2 color RGB value is (218,238,194).

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

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 194 of 255 = 76%

218
238
194

R + G + B ~ 85%. #DAEEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 194 = 650 (100%)
R 218 of 650 ~ 33.54%
G 238 of 650 ~ 36.62%
B 194 of 650 ~ 29.85%

%33.54
%36.62
%29.85

CMYK color model

#DAEEC2 color CMYK value is (8,0,18,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(8,0,18,7)
C8M0Y18K7 
(8%,0%,18%,7%)
(0.08/0.00/0.18/0.07)	

CMYK percentages

%8.4
%0
%18.49
%6.67

Codes

Color #DAEEC2 in popluar color models

DAEEC2
RGB218238194
HSL87°56.41%84.71%
HSB/HSV87°18.49%93.33%
CMYK8.40%0.00%18.49%
6.67%

Color #DAEEC2 in popluar number systems.

HEXDAEEC2
Decimal218238194
Binary110110101110111011000010
Octal332356302

Shades and tints

Shades of #DAEEC2

#DAEEC2
(218,238,194)
#C7D9B1
(199,217,177)
#B4C4A0
(180,196,160)
#A1AF8F
(161,175,143)
#8E9A7E
(142,154,126)
#7B856D
(123,133,109)
#68705C
(104,112,92)
#555B4B
(85,91,75)
#42463A
(66,70,58)
#2F3129
(47,49,41)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DAEEC2

#DAEEC2
(218,238,194)
#DDEFC7
(221,239,199)
#E0F0CC
(224,240,204)
#E3F1D1
(227,241,209)
#E6F2D6
(230,242,214)
#E9F3DB
(233,243,219)
#ECF4E0
(236,244,224)
#EFF5E5
(239,245,229)
#F2F6EA
(242,246,234)
#F5F7EF
(245,247,239)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEC2; }

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

This text font color is #DAEEC2.


Background Color

.myBgColor { background-color: #DAEEC2; }

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

This div background color is #DAEEC2.


Border color

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

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

This div border color is #DAEEC2.


Opacity

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

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

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

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

This text has shadow with #DAEEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEEC2 on black background.


Color preview on white background

This text has color #DAEEC2 on white background.



Black color preview on #DAEEC2 background

This text has black color on #DAEEC2 background.


White color preview on #DAEEC2 background

This text has white color on #DAEEC2 background.