COLOR #DAE2B6

HEX: #DAE2B6
RGB: (218,226,182)

Color info

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

RGB color model

#DAE2B6 color RGB value is (218,226,182).

  • red value is 218;
  • green value is 226;
  • blue value is 182.
RGB:
(218,226,182)
(85%,89%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 182 of 255 = 71%

218
226
182

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

Portions of RGB colors in percentages

R + G + B =
218 + 226 + 182 = 626 (100%)
R 218 of 626 ~ 34.82%
G 226 of 626 ~ 36.1%
B 182 of 626 ~ 29.07%

%34.82
%36.1
%29.07

CMYK color model

#DAE2B6 color CMYK value is (4,0,19,11).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 11.37%
CMYK:
(4,0,19,11)
C4M0Y19K11 
(4%,0%,19%,11%)
(0.04/0.00/0.19/0.11)	

CMYK percentages

%3.54
%0
%19.47
%11.37

Codes

Color #DAE2B6 in popluar color models

DAE2B6
RGB218226182
HSL71°43.14%80.00%
HSB/HSV71°19.47%88.63%
CMYK3.54%0.00%19.47%
11.37%

Color #DAE2B6 in popluar number systems.

HEXDAE2B6
Decimal218226182
Binary110110101110001010110110
Octal332342266

Shades and tints

Shades of #DAE2B6

#DAE2B6
(218,226,182)
#C7CEA6
(199,206,166)
#B4BA96
(180,186,150)
#A1A686
(161,166,134)
#8E9276
(142,146,118)
#7B7E66
(123,126,102)
#686A56
(104,106,86)
#555646
(85,86,70)
#424236
(66,66,54)
#2F2E26
(47,46,38)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DAE2B6

#DAE2B6
(218,226,182)
#DDE4BC
(221,228,188)
#E0E6C2
(224,230,194)
#E3E8C8
(227,232,200)
#E6EACE
(230,234,206)
#E9ECD4
(233,236,212)
#ECEEDA
(236,238,218)
#EFF0E0
(239,240,224)
#F2F2E6
(242,242,230)
#F5F4EC
(245,244,236)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE2B6 color. Also use rgb(218,226,182) instead hex code.

Text Font Color

.myTextColor { color: #DAE2B6; }

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

This text font color is #DAE2B6.


Background Color

.myBgColor { background-color: #DAE2B6; }

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

This div background color is #DAE2B6.


Border color

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

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

This div border color is #DAE2B6.


Opacity

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

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

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

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

This text has shadow with #DAE2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE2B6 on black background.


Color preview on white background

This text has color #DAE2B6 on white background.



Black color preview on #DAE2B6 background

This text has black color on #DAE2B6 background.


White color preview on #DAE2B6 background

This text has white color on #DAE2B6 background.