COLOR #DAE8BA

HEX: #DAE8BA
RGB: (218,232,186)

Color info

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

RGB color model

#DAE8BA color RGB value is (218,232,186).

  • red value is 218;
  • green value is 232;
  • blue value is 186.
RGB:
(218,232,186)
(85%,91%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 186 of 255 = 73%

218
232
186

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

Portions of RGB colors in percentages

R + G + B =
218 + 232 + 186 = 636 (100%)
R 218 of 636 ~ 34.28%
G 232 of 636 ~ 36.48%
B 186 of 636 ~ 29.25%

%34.28
%36.48
%29.25

CMYK color model

#DAE8BA color CMYK value is (6,0,20,9).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 9.02%
CMYK:
(6,0,20,9)
C6M0Y20K9 
(6%,0%,20%,9%)
(0.06/0.00/0.20/0.09)	

CMYK percentages

%6.03
%0
%19.83
%9.02

Codes

Color #DAE8BA in popluar color models

DAE8BA
RGB218232186
HSL78°50.00%81.96%
HSB/HSV78°19.83%90.98%
CMYK6.03%0.00%19.83%
9.02%

Color #DAE8BA in popluar number systems.

HEXDAE8BA
Decimal218232186
Binary110110101110100010111010
Octal332350272

Shades and tints

Shades of #DAE8BA

#DAE8BA
(218,232,186)
#C7D3AA
(199,211,170)
#B4BE9A
(180,190,154)
#A1A98A
(161,169,138)
#8E947A
(142,148,122)
#7B7F6A
(123,127,106)
#686A5A
(104,106,90)
#55554A
(85,85,74)
#42403A
(66,64,58)
#2F2B2A
(47,43,42)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #DAE8BA

#DAE8BA
(218,232,186)
#DDEAC0
(221,234,192)
#E0ECC6
(224,236,198)
#E3EECC
(227,238,204)
#E6F0D2
(230,240,210)
#E9F2D8
(233,242,216)
#ECF4DE
(236,244,222)
#EFF6E4
(239,246,228)
#F2F8EA
(242,248,234)
#F5FAF0
(245,250,240)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE8BA color. Also use rgb(218,232,186) instead hex code.

Text Font Color

.myTextColor { color: #DAE8BA; }

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

This text font color is #DAE8BA.


Background Color

.myBgColor { background-color: #DAE8BA; }

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

This div background color is #DAE8BA.


Border color

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

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

This div border color is #DAE8BA.


Opacity

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

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

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

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

This text has shadow with #DAE8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE8BA on black background.


Color preview on white background

This text has color #DAE8BA on white background.



Black color preview on #DAE8BA background

This text has black color on #DAE8BA background.


White color preview on #DAE8BA background

This text has white color on #DAE8BA background.