COLOR #DAE0BF

HEX: #DAE0BF
RGB: (218,224,191)

Color info

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

RGB color model

#DAE0BF color RGB value is (218,224,191).

  • red value is 218;
  • green value is 224;
  • blue value is 191.
RGB:
(218,224,191)
(85%,88%,75%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 191 of 255 = 75%

218
224
191

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

Portions of RGB colors in percentages

R + G + B =
218 + 224 + 191 = 633 (100%)
R 218 of 633 ~ 34.44%
G 224 of 633 ~ 35.39%
B 191 of 633 ~ 30.17%

%34.44
%35.39
%30.17

CMYK color model

#DAE0BF color CMYK value is (3,0,15,12).

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK:
(3,0,15,12)
C3M0Y15K12 
(3%,0%,15%,12%)
(0.03/0.00/0.15/0.12)	

CMYK percentages

%2.68
%0
%14.73
%12.16

Codes

Color #DAE0BF in popluar color models

DAE0BF
RGB218224191
HSL71°34.74%81.37%
HSB/HSV71°14.73%87.84%
CMYK2.68%0.00%14.73%
12.16%

Color #DAE0BF in popluar number systems.

HEXDAE0BF
Decimal218224191
Binary110110101110000010111111
Octal332340277

Shades and tints

Shades of #DAE0BF

#DAE0BF
(218,224,191)
#C7CCAE
(199,204,174)
#B4B89D
(180,184,157)
#A1A48C
(161,164,140)
#8E907B
(142,144,123)
#7B7C6A
(123,124,106)
#686859
(104,104,89)
#555448
(85,84,72)
#424037
(66,64,55)
#2F2C26
(47,44,38)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAE0BF

#DAE0BF
(218,224,191)
#DDE2C4
(221,226,196)
#E0E4C9
(224,228,201)
#E3E6CE
(227,230,206)
#E6E8D3
(230,232,211)
#E9EAD8
(233,234,216)
#ECECDD
(236,236,221)
#EFEEE2
(239,238,226)
#F2F0E7
(242,240,231)
#F5F2EC
(245,242,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE0BF color. Also use rgb(218,224,191) instead hex code.

Text Font Color

.myTextColor { color: #DAE0BF; }

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

This text font color is #DAE0BF.


Background Color

.myBgColor { background-color: #DAE0BF; }

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

This div background color is #DAE0BF.


Border color

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

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

This div border color is #DAE0BF.


Opacity

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

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

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

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

This text has shadow with #DAE0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE0BF on black background.


Color preview on white background

This text has color #DAE0BF on white background.



Black color preview on #DAE0BF background

This text has black color on #DAE0BF background.


White color preview on #DAE0BF background

This text has white color on #DAE0BF background.