COLOR #DAECE6

HEX: #DAECE6 RGB: (218,236,230)

Color info

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

RGB color model

#DAECE6 color RGB value is (218,236,230).

RGB: (218,236,230) (85%, 93%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 236 of 255 = 93%
B 230 of 255 = 90%

218
236
230

R + G + B ~ 89%. #DAECE6 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 236 + 230 = 684 (100%)
R 218 of 684 ~ 31.87%
G 236 of 684 ~ 34.5%
B 230 of 684 ~ 33.63'%

%31.87
%34.5
%33.63

CMYK color model

#DAECE6 color CMYK value is (8,0,3,7).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK: (8,0,3,7) C8M0Y3K7 (8%,0%,3%,7%) (0.08/0.00/0.03/0.07) 

CMYK percentages

%7.63
%0
%2.54
%7.45

Codes

Color #DAECE6 in popluar color models

DA EC E6
RGB 218 236 230
HSL 160° 32.14% 89.02%
HSB/HSV 160° 7.63% 92.55%
CMYK 7.63% 0.00% 2.54%
7.45%

Color #DAECE6 in popluar number systems.

HEX DA EC E6
Decimal 218 236 230
Binary 11011010 11101100 11100110
Octal 332 354 346

Shades and tints

Shades of #DAECE6

#DAECE6
(218,236,230)
#C7D7D2
(199,215,210)
#B4C2BE
(180,194,190)
#A1ADAA
(161,173,170)
#8E9896
(142,152,150)
#7B8382
(123,131,130)
#686E6E
(104,110,110)
#55595A
(85,89,90)
#424446
(66,68,70)
#2F2F32
(47,47,50)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #DAECE6

#DAECE6
(218,236,230)
#DDEDE8
(221,237,232)
#E0EEEA
(224,238,234)
#E3EFEC
(227,239,236)
#E6F0EE
(230,240,238)
#E9F1F0
(233,241,240)
#ECF2F2
(236,242,242)
#EFF3F4
(239,243,244)
#F2F4F6
(242,244,246)
#F5F5F8
(245,245,248)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAECE6 color. Also use rgb(218,236,230) instead hex code.

Text Font Color

.myTextColor { color: #DAECE6; }

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

This text font color is #DAECE6.

Background Color

.myBgColor { background-color: #DAECE6; }

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

This div background color is #DAECE6.

Border color

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

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

This div border color is #DAECE6.

Opacity

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

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

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

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

This text has shadow with #DAECE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAECE6.

Preview

Color preview on black background

This text has color #DAECE6 on black background.


Color preview on white background

This text has color #DAECE6 on white background.


Black color preview on #DAECE6 background

This text has black color on #DAECE6 background.


White color preview on #DAECE6 background

This text has white color on #DAECE6 background.


Related colors

Complementary color

Complementary color for #hex is #251319.


I love getcolorcode.com

Triadic colors

1 #E6DAEC and #ECE6DA with #DAECE6 are triadic colors.

2 #E6ECDA and #ECDAE6 with #DAECE6 are triadic colors.