COLOR #DAE5B9

HEX: #DAE5B9
RGB: (218,229,185)

Color info

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

RGB color model

#DAE5B9 color RGB value is (218,229,185).

  • red value is 218;
  • green value is 229;
  • blue value is 185.
RGB:
(218,229,185)
(85%,90%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 185 of 255 = 73%

218
229
185

R + G + B ~ 83%. #DAE5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 229 + 185 = 632 (100%)
R 218 of 632 ~ 34.49%
G 229 of 632 ~ 36.23%
B 185 of 632 ~ 29.27%

%34.49
%36.23
%29.27

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 10.20%
CMYK:
(5,0,19,10)
C5M0Y19K10 
(5%,0%,19%,10%)
(0.05/0.00/0.19/0.10)	

CMYK percentages

%4.8
%0
%19.21
%10.2

Codes

Color #DAE5B9 in popluar color models

DAE5B9
RGB218229185
HSL75°45.83%81.18%
HSB/HSV75°19.21%89.80%
CMYK4.80%0.00%19.21%
10.20%

Color #DAE5B9 in popluar number systems.

HEXDAE5B9
Decimal218229185
Binary110110101110010110111001
Octal332345271

Shades and tints

Shades of #DAE5B9

#DAE5B9
(218,229,185)
#C7D1A9
(199,209,169)
#B4BD99
(180,189,153)
#A1A989
(161,169,137)
#8E9579
(142,149,121)
#7B8169
(123,129,105)
#686D59
(104,109,89)
#555949
(85,89,73)
#424539
(66,69,57)
#2F3129
(47,49,41)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #DAE5B9

#DAE5B9
(218,229,185)
#DDE7BF
(221,231,191)
#E0E9C5
(224,233,197)
#E3EBCB
(227,235,203)
#E6EDD1
(230,237,209)
#E9EFD7
(233,239,215)
#ECF1DD
(236,241,221)
#EFF3E3
(239,243,227)
#F2F5E9
(242,245,233)
#F5F7EF
(245,247,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE5B9 color. Also use rgb(218,229,185) instead hex code.

Text Font Color

.myTextColor { color: #DAE5B9; }

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

This text font color is #DAE5B9.


Background Color

.myBgColor { background-color: #DAE5B9; }

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

This div background color is #DAE5B9.


Border color

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

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

This div border color is #DAE5B9.


Opacity

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

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

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

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

This text has shadow with #DAE5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE5B9 on black background.


Color preview on white background

This text has color #DAE5B9 on white background.



Black color preview on #DAE5B9 background

This text has black color on #DAE5B9 background.


White color preview on #DAE5B9 background

This text has white color on #DAE5B9 background.