COLOR #DAE0C6

HEX: #DAE0C6
RGB: (218,224,198)

Color info

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

RGB color model

#DAE0C6 color RGB value is (218,224,198).

  • red value is 218;
  • green value is 224;
  • blue value is 198.
RGB:
(218,224,198)
(85%,88%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 198 of 255 = 78%

218
224
198

R + G + B ~ 84%. #DAE0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 224 + 198 = 640 (100%)
R 218 of 640 ~ 34.06%
G 224 of 640 ~ 35%
B 198 of 640 ~ 30.94%

%34.06
%35
%30.94

CMYK color model

#DAE0C6 color CMYK value is (3,0,12,12).

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%
CMYK:
(3,0,12,12)
C3M0Y12K12 
(3%,0%,12%,12%)
(0.03/0.00/0.12/0.12)	

CMYK percentages

%2.68
%0
%11.61
%12.16

Codes

Color #DAE0C6 in popluar color models

DAE0C6
RGB218224198
HSL74°29.55%82.75%
HSB/HSV74°11.61%87.84%
CMYK2.68%0.00%11.61%
12.16%

Color #DAE0C6 in popluar number systems.

HEXDAE0C6
Decimal218224198
Binary110110101110000011000110
Octal332340306

Shades and tints

Shades of #DAE0C6

#DAE0C6
(218,224,198)
#C7CCB4
(199,204,180)
#B4B8A2
(180,184,162)
#A1A490
(161,164,144)
#8E907E
(142,144,126)
#7B7C6C
(123,124,108)
#68685A
(104,104,90)
#555448
(85,84,72)
#424036
(66,64,54)
#2F2C24
(47,44,36)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAE0C6

#DAE0C6
(218,224,198)
#DDE2CB
(221,226,203)
#E0E4D0
(224,228,208)
#E3E6D5
(227,230,213)
#E6E8DA
(230,232,218)
#E9EADF
(233,234,223)
#ECECE4
(236,236,228)
#EFEEE9
(239,238,233)
#F2F0EE
(242,240,238)
#F5F2F3
(245,242,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE0C6 color. Also use rgb(218,224,198) instead hex code.

Text Font Color

.myTextColor { color: #DAE0C6; }

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

This text font color is #DAE0C6.


Background Color

.myBgColor { background-color: #DAE0C6; }

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

This div background color is #DAE0C6.


Border color

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

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

This div border color is #DAE0C6.


Opacity

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

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

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

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

This text has shadow with #DAE0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE0C6 on black background.


Color preview on white background

This text has color #DAE0C6 on white background.



Black color preview on #DAE0C6 background

This text has black color on #DAE0C6 background.


White color preview on #DAE0C6 background

This text has white color on #DAE0C6 background.