COLOR #DAEBAC

HEX: #DAEBAC
RGB: (218,235,172)

Color info

#DAEBAC contains mainly red and green colors. Web safe color of #DAEBAC is #CCFF99 (or #CF9).

RGB color model

#DAEBAC color RGB value is (218,235,172).

  • red value is 218;
  • green value is 235;
  • blue value is 172.
RGB:
(218,235,172)
(85%,92%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 172 of 255 = 67%

218
235
172

R + G + B ~ 81%. #DAEBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 172 = 625 (100%)
R 218 of 625 ~ 34.88%
G 235 of 625 ~ 37.6%
B 172 of 625 ~ 27.52%

%34.88
%37.6
%27.52

CMYK color model

#DAEBAC color CMYK value is (7,0,27,8).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 26.81%
  • key color value is 7.84%
CMYK:
(7,0,27,8)
C7M0Y27K8 
(7%,0%,27%,8%)
(0.07/0.00/0.27/0.08)	

CMYK percentages

%7.23
%0
%26.81
%7.84

Codes

Color #DAEBAC in popluar color models

DAEBAC
RGB218235172
HSL76°61.17%79.80%
HSB/HSV76°26.81%92.16%
CMYK7.23%0.00%26.81%
7.84%

Color #DAEBAC in popluar number systems.

HEXDAEBAC
Decimal218235172
Binary110110101110101110101100
Octal332353254

Shades and tints

Shades of #DAEBAC

#DAEBAC
(218,235,172)
#C7D69D
(199,214,157)
#B4C18E
(180,193,142)
#A1AC7F
(161,172,127)
#8E9770
(142,151,112)
#7B8261
(123,130,97)
#686D52
(104,109,82)
#555843
(85,88,67)
#424334
(66,67,52)
#2F2E25
(47,46,37)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAEBAC

#DAEBAC
(218,235,172)
#DDECB3
(221,236,179)
#E0EDBA
(224,237,186)
#E3EEC1
(227,238,193)
#E6EFC8
(230,239,200)
#E9F0CF
(233,240,207)
#ECF1D6
(236,241,214)
#EFF2DD
(239,242,221)
#F2F3E4
(242,243,228)
#F5F4EB
(245,244,235)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEBAC color. Also use rgb(218,235,172) instead hex code.

Text Font Color

.myTextColor { color: #DAEBAC; }

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

This text font color is #DAEBAC.


Background Color

.myBgColor { background-color: #DAEBAC; }

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

This div background color is #DAEBAC.


Border color

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

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

This div border color is #DAEBAC.


Opacity

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

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

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

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

This text has shadow with #DAEBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBAC on black background.


Color preview on white background

This text has color #DAEBAC on white background.



Black color preview on #DAEBAC background

This text has black color on #DAEBAC background.


White color preview on #DAEBAC background

This text has white color on #DAEBAC background.