COLOR #DAE1BC

HEX: #DAE1BC
RGB: (218,225,188)

Color info

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

RGB color model

#DAE1BC color RGB value is (218,225,188).

  • red value is 218;
  • green value is 225;
  • blue value is 188.
RGB:
(218,225,188)
(85%,88%,74%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 188 of 255 = 74%

218
225
188

R + G + B ~ 82%. #DAE1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 188 = 631 (100%)
R 218 of 631 ~ 34.55%
G 225 of 631 ~ 35.66%
B 188 of 631 ~ 29.79%

%34.55
%35.66
%29.79

CMYK color model

#DAE1BC color CMYK value is (3,0,16,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 11.76%
CMYK:
(3,0,16,12)
C3M0Y16K12 
(3%,0%,16%,12%)
(0.03/0.00/0.16/0.12)	

CMYK percentages

%3.11
%0
%16.44
%11.76

Codes

Color #DAE1BC in popluar color models

DAE1BC
RGB218225188
HSL71°38.14%80.98%
HSB/HSV71°16.44%88.24%
CMYK3.11%0.00%16.44%
11.76%

Color #DAE1BC in popluar number systems.

HEXDAE1BC
Decimal218225188
Binary110110101110000110111100
Octal332341274

Shades and tints

Shades of #DAE1BC

#DAE1BC
(218,225,188)
#C7CDAB
(199,205,171)
#B4B99A
(180,185,154)
#A1A589
(161,165,137)
#8E9178
(142,145,120)
#7B7D67
(123,125,103)
#686956
(104,105,86)
#555545
(85,85,69)
#424134
(66,65,52)
#2F2D23
(47,45,35)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #DAE1BC

#DAE1BC
(218,225,188)
#DDE3C2
(221,227,194)
#E0E5C8
(224,229,200)
#E3E7CE
(227,231,206)
#E6E9D4
(230,233,212)
#E9EBDA
(233,235,218)
#ECEDE0
(236,237,224)
#EFEFE6
(239,239,230)
#F2F1EC
(242,241,236)
#F5F3F2
(245,243,242)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE1BC color. Also use rgb(218,225,188) instead hex code.

Text Font Color

.myTextColor { color: #DAE1BC; }

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

This text font color is #DAE1BC.


Background Color

.myBgColor { background-color: #DAE1BC; }

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

This div background color is #DAE1BC.


Border color

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

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

This div border color is #DAE1BC.


Opacity

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

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

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

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

This text has shadow with #DAE1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1BC on black background.


Color preview on white background

This text has color #DAE1BC on white background.



Black color preview on #DAE1BC background

This text has black color on #DAE1BC background.


White color preview on #DAE1BC background

This text has white color on #DAE1BC background.