COLOR #DAE0BE

HEX: #DAE0BE RGB: (218,224,190)

Color info

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

RGB color model

#DAE0BE color RGB value is (218,224,190).

RGB: (218,224,190) (85%, 88%, 75%)

RGB channels and saturation

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

218
224
190

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

Portions of RGB colors in percentages

R + G + B = 218 + 224 + 190 = 632 (100%)
R 218 of 632 ~ 34.49%
G 224 of 632 ~ 35.44%
B 190 of 632 ~ 30.06'%

%34.49
%35.44
%30.06

CMYK color model

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

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • 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
%15.18
%12.16

Codes

Color #DAE0BE in popluar color models

DA E0 BE
RGB 218 224 190
HSL 71° 35.42% 81.18%
HSB/HSV 71° 15.18% 87.84%
CMYK 2.68% 0.00% 15.18%
12.16%

Color #DAE0BE in popluar number systems.

HEX DA E0 BE
Decimal 218 224 190
Binary 11011010 11100000 10111110
Octal 332 340 276

Shades and tints

Shades of #DAE0BE

#DAE0BE
(218,224,190)
#C7CCAD
(199,204,173)
#B4B89C
(180,184,156)
#A1A48B
(161,164,139)
#8E907A
(142,144,122)
#7B7C69
(123,124,105)
#686858
(104,104,88)
#555447
(85,84,71)
#424036
(66,64,54)
#2F2C25
(47,44,37)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #DAE0BE

#DAE0BE
(218,224,190)
#DDE2C3
(221,226,195)
#E0E4C8
(224,228,200)
#E3E6CD
(227,230,205)
#E6E8D2
(230,232,210)
#E9EAD7
(233,234,215)
#ECECDC
(236,236,220)
#EFEEE1
(239,238,225)
#F2F0E6
(242,240,230)
#F5F2EB
(245,242,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0BE; }

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

This text font color is #DAE0BE.

Background Color

.myBgColor { background-color: #DAE0BE; }

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

This div background color is #DAE0BE.

Border color

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

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

This div border color is #DAE0BE.

Opacity

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

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

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

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

This text has shadow with #DAE0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE0BE.

Preview

Color preview on black background

This text has color #DAE0BE on black background.


Color preview on white background

This text has color #DAE0BE on white background.


Black color preview on #DAE0BE background

This text has black color on #DAE0BE background.


White color preview on #DAE0BE background

This text has white color on #DAE0BE background.


Related colors

Complementary color

Complementary color for #hex is #251F41.


I love getcolorcode.com

Triadic colors

1 #BEDAE0 and #E0BEDA with #DAE0BE are triadic colors.

2 #BEE0DA and #E0DABE with #DAE0BE are triadic colors.