COLOR #DAEECC

HEX: #DAEECC RGB: (218,238,204)

Color info

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

RGB color model

#DAEECC color RGB value is (218,238,204).

RGB: (218,238,204) (85%, 93%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 204 of 255 = 80%

218
238
204

R + G + B ~ 86%. #DAEECC is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 238 + 204 = 660 (100%)
R 218 of 660 ~ 33.03%
G 238 of 660 ~ 36.06%
B 204 of 660 ~ 30.91'%

%33.03
%36.06
%30.91

CMYK color model

#DAEECC color CMYK value is (8,0,14,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 6.67%

CMYK: (8,0,14,7)
C8M0Y14K7 (8%, 0%, 14%, 7%)
(0.08 / 0.00 / 0.14 / 0.07)

CMYK percentages

%8.4
%0
%14.29
%6.67

Codes

Color #DAEECC in popluar color models

DA EE CC
RGB 218 238 204
HSL 95° 50.00% 86.67%
HSB/HSV 95° 14.29% 93.33%
CMYK 8.40% 0.00% 14.29%
6.67%

Color #DAEECC in popluar number systems.

HEX DA EE CC
Decimal 218 238 204
Binary 11011010 11101110 11001100
Octal 332 356 314

Shades and tints

Shades of #DAEECC

#DAEECC
(218,238,204)
#C7D9BA
(199,217,186)
#B4C4A8
(180,196,168)
#A1AF96
(161,175,150)
#8E9A84
(142,154,132)
#7B8572
(123,133,114)
#687060
(104,112,96)
#555B4E
(85,91,78)
#42463C
(66,70,60)
#2F312A
(47,49,42)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DAEECC

#DAEECC
(218,238,204)
#DDEFD0
(221,239,208)
#E0F0D4
(224,240,212)
#E3F1D8
(227,241,216)
#E6F2DC
(230,242,220)
#E9F3E0
(233,243,224)
#ECF4E4
(236,244,228)
#EFF5E8
(239,245,232)
#F2F6EC
(242,246,236)
#F5F7F0
(245,247,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEECC; }

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

This text font color is #DAEECC.

Background Color

.myBgColor { background-color: #DAEECC; }

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

This div background color is #DAEECC.

Border color

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

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

This div border color is #DAEECC.

Opacity

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

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

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

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

This text has shadow with #DAEECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEECC.

Preview

Color preview on black background

This text has color #DAEECC on black background.


Color preview on white background

This text has color #DAEECC on white background.


Black color preview on #DAEECC background

This text has black color on #DAEECC background.


White color preview on #DAEECC background

This text has white color on #DAEECC background.


Related colors

Complementary color

Complementary color for #hex is #251133.


I love getcolorcode.com

Triadic colors

1 #CCDAEE and #EECCDA with #DAEECC are triadic colors.

2 #CCEEDA and #EEDACC with #DAEECC are triadic colors.