COLOR #DAE0BC

HEX: #DAE0BC RGB: (218,224,188)

Color info

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

RGB color model

#DAE0BC color RGB value is (218,224,188).

RGB: (218,224,188) (85%, 88%, 74%)

RGB channels and saturation

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

218
224
188

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

Portions of RGB colors in percentages

R + G + B = 218 + 224 + 188 = 630 (100%)
R 218 of 630 ~ 34.6%
G 224 of 630 ~ 35.56%
B 188 of 630 ~ 29.84'%

%34.6
%35.56
%29.84

CMYK color model

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

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

CMYK percentages

%2.68
%0
%16.07
%12.16

Codes

Color #DAE0BC in popluar color models

DA E0 BC
RGB 218 224 188
HSL 70° 36.73% 80.78%
HSB/HSV 70° 16.07% 87.84%
CMYK 2.68% 0.00% 16.07%
12.16%

Color #DAE0BC in popluar number systems.

HEX DA E0 BC
Decimal 218 224 188
Binary 11011010 11100000 10111100
Octal 332 340 274

Shades and tints

Shades of #DAE0BC

#DAE0BC
(218,224,188)
#C7CCAB
(199,204,171)
#B4B89A
(180,184,154)
#A1A489
(161,164,137)
#8E9078
(142,144,120)
#7B7C67
(123,124,103)
#686856
(104,104,86)
#555445
(85,84,69)
#424034
(66,64,52)
#2F2C23
(47,44,35)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAE0BC

#DAE0BC
(218,224,188)
#DDE2C2
(221,226,194)
#E0E4C8
(224,228,200)
#E3E6CE
(227,230,206)
#E6E8D4
(230,232,212)
#E9EADA
(233,234,218)
#ECECE0
(236,236,224)
#EFEEE6
(239,238,230)
#F2F0EC
(242,240,236)
#F5F2F2
(245,242,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0BC; }

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

This text font color is #DAE0BC.

Background Color

.myBgColor { background-color: #DAE0BC; }

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

This div background color is #DAE0BC.

Border color

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

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

This div border color is #DAE0BC.

Opacity

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

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

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

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

This text has shadow with #DAE0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE0BC.

Preview

Color preview on black background

This text has color #DAE0BC on black background.


Color preview on white background

This text has color #DAE0BC on white background.


Black color preview on #DAE0BC background

This text has black color on #DAE0BC background.


White color preview on #DAE0BC background

This text has white color on #DAE0BC background.


Related colors

Complementary color

Complementary color for #hex is #251F43.


I love getcolorcode.com

Triadic colors

1 #BCDAE0 and #E0BCDA with #DAE0BC are triadic colors.

2 #BCE0DA and #E0DABC with #DAE0BC are triadic colors.