COLOR #DAE9BD

HEX: #DAE9BD
RGB: (218,233,189)

Color info

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

RGB color model

#DAE9BD color RGB value is (218,233,189).

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

RGB channels and saturation

R 218 of 255 = 85%
G 233 of 255 = 91%
B 189 of 255 = 74%

218
233
189

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

Portions of RGB colors in percentages

R + G + B =
218 + 233 + 189 = 640 (100%)
R 218 of 640 ~ 34.06%
G 233 of 640 ~ 36.41%
B 189 of 640 ~ 29.53%

%34.06
%36.41
%29.53

CMYK color model

#DAE9BD color CMYK value is (6,0,19,9).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(6,0,19,9)
C6M0Y19K9 
(6%,0%,19%,9%)
(0.06/0.00/0.19/0.09)	

CMYK percentages

%6.44
%0
%18.88
%8.63

Codes

Color #DAE9BD in popluar color models

DAE9BD
RGB218233189
HSL80°50.00%82.75%
HSB/HSV80°18.88%91.37%
CMYK6.44%0.00%18.88%
8.63%

Color #DAE9BD in popluar number systems.

HEXDAE9BD
Decimal218233189
Binary110110101110100110111101
Octal332351275

Shades and tints

Shades of #DAE9BD

#DAE9BD
(218,233,189)
#C7D4AC
(199,212,172)
#B4BF9B
(180,191,155)
#A1AA8A
(161,170,138)
#8E9579
(142,149,121)
#7B8068
(123,128,104)
#686B57
(104,107,87)
#555646
(85,86,70)
#424135
(66,65,53)
#2F2C24
(47,44,36)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #DAE9BD

#DAE9BD
(218,233,189)
#DDEBC3
(221,235,195)
#E0EDC9
(224,237,201)
#E3EFCF
(227,239,207)
#E6F1D5
(230,241,213)
#E9F3DB
(233,243,219)
#ECF5E1
(236,245,225)
#EFF7E7
(239,247,231)
#F2F9ED
(242,249,237)
#F5FBF3
(245,251,243)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9BD; }

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

This text font color is #DAE9BD.


Background Color

.myBgColor { background-color: #DAE9BD; }

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

This div background color is #DAE9BD.


Border color

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

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

This div border color is #DAE9BD.


Opacity

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

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

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

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

This text has shadow with #DAE9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE9BD on black background.


Color preview on white background

This text has color #DAE9BD on white background.



Black color preview on #DAE9BD background

This text has black color on #DAE9BD background.


White color preview on #DAE9BD background

This text has white color on #DAE9BD background.