COLOR #DAE9C6

HEX: #DAE9C6
RGB: (218,233,198)

Color info

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

RGB color model

#DAE9C6 color RGB value is (218,233,198).

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

RGB channels and saturation

R 218 of 255 = 85%
G 233 of 255 = 91%
B 198 of 255 = 78%

218
233
198

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

Portions of RGB colors in percentages

R + G + B =
218 + 233 + 198 = 649 (100%)
R 218 of 649 ~ 33.59%
G 233 of 649 ~ 35.9%
B 198 of 649 ~ 30.51%

%33.59
%35.9
%30.51

CMYK color model

#DAE9C6 color CMYK value is (6,0,15,9).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 8.63%
CMYK:
(6,0,15,9)
C6M0Y15K9 
(6%,0%,15%,9%)
(0.06/0.00/0.15/0.09)	

CMYK percentages

%6.44
%0
%15.02
%8.63

Codes

Color #DAE9C6 in popluar color models

DAE9C6
RGB218233198
HSL86°44.30%84.51%
HSB/HSV86°15.02%91.37%
CMYK6.44%0.00%15.02%
8.63%

Color #DAE9C6 in popluar number systems.

HEXDAE9C6
Decimal218233198
Binary110110101110100111000110
Octal332351306

Shades and tints

Shades of #DAE9C6

#DAE9C6
(218,233,198)
#C7D4B4
(199,212,180)
#B4BFA2
(180,191,162)
#A1AA90
(161,170,144)
#8E957E
(142,149,126)
#7B806C
(123,128,108)
#686B5A
(104,107,90)
#555648
(85,86,72)
#424136
(66,65,54)
#2F2C24
(47,44,36)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #DAE9C6

#DAE9C6
(218,233,198)
#DDEBCB
(221,235,203)
#E0EDD0
(224,237,208)
#E3EFD5
(227,239,213)
#E6F1DA
(230,241,218)
#E9F3DF
(233,243,223)
#ECF5E4
(236,245,228)
#EFF7E9
(239,247,233)
#F2F9EE
(242,249,238)
#F5FBF3
(245,251,243)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9C6; }

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

This text font color is #DAE9C6.


Background Color

.myBgColor { background-color: #DAE9C6; }

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

This div background color is #DAE9C6.


Border color

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

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

This div border color is #DAE9C6.


Opacity

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

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

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

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

This text has shadow with #DAE9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE9C6 on black background.


Color preview on white background

This text has color #DAE9C6 on white background.



Black color preview on #DAE9C6 background

This text has black color on #DAE9C6 background.


White color preview on #DAE9C6 background

This text has white color on #DAE9C6 background.