COLOR #DAE4C8

HEX: #DAE4C8
RGB: (218,228,200)

Color info

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

RGB color model

#DAE4C8 color RGB value is (218,228,200).

  • red value is 218;
  • green value is 228;
  • blue value is 200.
RGB:
(218,228,200)
(85%,89%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 200 of 255 = 78%

218
228
200

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

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 200 = 646 (100%)
R 218 of 646 ~ 33.75%
G 228 of 646 ~ 35.29%
B 200 of 646 ~ 30.96%

%33.75
%35.29
%30.96

CMYK color model

#DAE4C8 color CMYK value is (4,0,12,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 10.59%
CMYK:
(4,0,12,11)
C4M0Y12K11 
(4%,0%,12%,11%)
(0.04/0.00/0.12/0.11)	

CMYK percentages

%4.39
%0
%12.28
%10.59

Codes

Color #DAE4C8 in popluar color models

DAE4C8
RGB218228200
HSL81°34.15%83.92%
HSB/HSV81°12.28%89.41%
CMYK4.39%0.00%12.28%
10.59%

Color #DAE4C8 in popluar number systems.

HEXDAE4C8
Decimal218228200
Binary110110101110010011001000
Octal332344310

Shades and tints

Shades of #DAE4C8

#DAE4C8
(218,228,200)
#C7D0B6
(199,208,182)
#B4BCA4
(180,188,164)
#A1A892
(161,168,146)
#8E9480
(142,148,128)
#7B806E
(123,128,110)
#686C5C
(104,108,92)
#55584A
(85,88,74)
#424438
(66,68,56)
#2F3026
(47,48,38)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #DAE4C8

#DAE4C8
(218,228,200)
#DDE6CD
(221,230,205)
#E0E8D2
(224,232,210)
#E3EAD7
(227,234,215)
#E6ECDC
(230,236,220)
#E9EEE1
(233,238,225)
#ECF0E6
(236,240,230)
#EFF2EB
(239,242,235)
#F2F4F0
(242,244,240)
#F5F6F5
(245,246,245)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE4C8 color. Also use rgb(218,228,200) instead hex code.

Text Font Color

.myTextColor { color: #DAE4C8; }

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

This text font color is #DAE4C8.


Background Color

.myBgColor { background-color: #DAE4C8; }

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

This div background color is #DAE4C8.


Border color

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

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

This div border color is #DAE4C8.


Opacity

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

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

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

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

This text has shadow with #DAE4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4C8 on black background.


Color preview on white background

This text has color #DAE4C8 on white background.



Black color preview on #DAE4C8 background

This text has black color on #DAE4C8 background.


White color preview on #DAE4C8 background

This text has white color on #DAE4C8 background.