COLOR #DAE6CF

HEX: #DAE6CF
RGB: (218,230,207)

Color info

#DAE6CF contains red, green and blue colors in about the same proportion. Web safe color of #DAE6CF is #CCCCCC (or #CCC).

RGB color model

#DAE6CF color RGB value is (218,230,207).

  • red value is 218;
  • green value is 230;
  • blue value is 207.
RGB:
(218,230,207)
(85%,90%,81%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 207 of 255 = 81%

218
230
207

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

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 207 = 655 (100%)
R 218 of 655 ~ 33.28%
G 230 of 655 ~ 35.11%
B 207 of 655 ~ 31.6%

%33.28
%35.11
%31.6

CMYK color model

#DAE6CF color CMYK value is (5,0,10,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK:
(5,0,10,10)
C5M0Y10K10 
(5%,0%,10%,10%)
(0.05/0.00/0.10/0.10)	

CMYK percentages

%5.22
%0
%10
%9.8

Codes

Color #DAE6CF in popluar color models

DAE6CF
RGB218230207
HSL91°31.51%85.69%
HSB/HSV91°10.00%90.20%
CMYK5.22%0.00%10.00%
9.80%

Color #DAE6CF in popluar number systems.

HEXDAE6CF
Decimal218230207
Binary110110101110011011001111
Octal332346317

Shades and tints

Shades of #DAE6CF

#DAE6CF
(218,230,207)
#C7D2BD
(199,210,189)
#B4BEAB
(180,190,171)
#A1AA99
(161,170,153)
#8E9687
(142,150,135)
#7B8275
(123,130,117)
#686E63
(104,110,99)
#555A51
(85,90,81)
#42463F
(66,70,63)
#2F322D
(47,50,45)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #DAE6CF

#DAE6CF
(218,230,207)
#DDE8D3
(221,232,211)
#E0EAD7
(224,234,215)
#E3ECDB
(227,236,219)
#E6EEDF
(230,238,223)
#E9F0E3
(233,240,227)
#ECF2E7
(236,242,231)
#EFF4EB
(239,244,235)
#F2F6EF
(242,246,239)
#F5F8F3
(245,248,243)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE6CF; }

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

This text font color is #DAE6CF.


Background Color

.myBgColor { background-color: #DAE6CF; }

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

This div background color is #DAE6CF.


Border color

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

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

This div border color is #DAE6CF.


Opacity

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

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

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

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

This text has shadow with #DAE6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6CF on black background.


Color preview on white background

This text has color #DAE6CF on white background.



Black color preview on #DAE6CF background

This text has black color on #DAE6CF background.


White color preview on #DAE6CF background

This text has white color on #DAE6CF background.