COLOR #DAE6C2

HEX: #DAE6C2
RGB: (218,230,194)

Color info

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

RGB color model

#DAE6C2 color RGB value is (218,230,194).

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

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 194 of 255 = 76%

218
230
194

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

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 194 = 642 (100%)
R 218 of 642 ~ 33.96%
G 230 of 642 ~ 35.83%
B 194 of 642 ~ 30.22%

%33.96
%35.83
%30.22

CMYK color model

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

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(5,0,16,10)
C5M0Y16K10 
(5%,0%,16%,10%)
(0.05/0.00/0.16/0.10)	

CMYK percentages

%5.22
%0
%15.65
%9.8

Codes

Color #DAE6C2 in popluar color models

DAE6C2
RGB218230194
HSL80°41.86%83.14%
HSB/HSV80°15.65%90.20%
CMYK5.22%0.00%15.65%
9.80%

Color #DAE6C2 in popluar number systems.

HEXDAE6C2
Decimal218230194
Binary110110101110011011000010
Octal332346302

Shades and tints

Shades of #DAE6C2

#DAE6C2
(218,230,194)
#C7D2B1
(199,210,177)
#B4BEA0
(180,190,160)
#A1AA8F
(161,170,143)
#8E967E
(142,150,126)
#7B826D
(123,130,109)
#686E5C
(104,110,92)
#555A4B
(85,90,75)
#42463A
(66,70,58)
#2F3229
(47,50,41)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #DAE6C2

#DAE6C2
(218,230,194)
#DDE8C7
(221,232,199)
#E0EACC
(224,234,204)
#E3ECD1
(227,236,209)
#E6EED6
(230,238,214)
#E9F0DB
(233,240,219)
#ECF2E0
(236,242,224)
#EFF4E5
(239,244,229)
#F2F6EA
(242,246,234)
#F5F8EF
(245,248,239)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE6C2; }

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

This text font color is #DAE6C2.


Background Color

.myBgColor { background-color: #DAE6C2; }

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

This div background color is #DAE6C2.


Border color

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

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

This div border color is #DAE6C2.


Opacity

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

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

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

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

This text has shadow with #DAE6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6C2 on black background.


Color preview on white background

This text has color #DAE6C2 on white background.



Black color preview on #DAE6C2 background

This text has black color on #DAE6C2 background.


White color preview on #DAE6C2 background

This text has white color on #DAE6C2 background.