COLOR #DAEBBA

HEX: #DAEBBA RGB: (218,235,186)

Color info

#DAEBBA contains red, green and blue colors in about the same proportion. Web safe color of #DAEBBA is #CCFFCC (or #CFC).

RGB color model

#DAEBBA color RGB value is (218,235,186).

RGB: (218,235,186) (85%, 92%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 186 of 255 = 73%

218
235
186

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 186 = 639 (100%)
R 218 of 639 ~ 34.12%
G 235 of 639 ~ 36.78%
B 186 of 639 ~ 29.11'%

%34.12
%36.78
%29.11

CMYK color model

#DAEBBA color CMYK value is (7,0,21,8).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 7.84%

CMYK: (7,0,21,8)
C7M0Y21K8 (7%, 0%, 21%, 8%)
(0.07 / 0.00 / 0.21 / 0.08)

CMYK percentages

%7.23
%0
%20.85
%7.84

Codes

Color #DAEBBA in popluar color models

DA EB BA
RGB 218 235 186
HSL 81° 55.06% 82.55%
HSB/HSV 81° 20.85% 92.16%
CMYK 7.23% 0.00% 20.85%
7.84%

Color #DAEBBA in popluar number systems.

HEX DA EB BA
Decimal 218 235 186
Binary 11011010 11101011 10111010
Octal 332 353 272

Shades and tints

Shades of #DAEBBA

#DAEBBA
(218,235,186)
#C7D6AA
(199,214,170)
#B4C19A
(180,193,154)
#A1AC8A
(161,172,138)
#8E977A
(142,151,122)
#7B826A
(123,130,106)
#686D5A
(104,109,90)
#55584A
(85,88,74)
#42433A
(66,67,58)
#2F2E2A
(47,46,42)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAEBBA

#DAEBBA
(218,235,186)
#DDECC0
(221,236,192)
#E0EDC6
(224,237,198)
#E3EECC
(227,238,204)
#E6EFD2
(230,239,210)
#E9F0D8
(233,240,216)
#ECF1DE
(236,241,222)
#EFF2E4
(239,242,228)
#F2F3EA
(242,243,234)
#F5F4F0
(245,244,240)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBBA; }

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

This text font color is #DAEBBA.

Background Color

.myBgColor { background-color: #DAEBBA; }

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

This div background color is #DAEBBA.

Border color

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

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

This div border color is #DAEBBA.

Opacity

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

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

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

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

This text has shadow with #DAEBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBBA.

Preview

Color preview on black background

This text has color #DAEBBA on black background.


Color preview on white background

This text has color #DAEBBA on white background.


Black color preview on #DAEBBA background

This text has black color on #DAEBBA background.


White color preview on #DAEBBA background

This text has white color on #DAEBBA background.


Related colors

Complementary color

Complementary color for #hex is #251445.


I love getcolorcode.com

Triadic colors

1 #BADAEB and #EBBADA with #DAEBBA are triadic colors.

2 #BAEBDA and #EBDABA with #DAEBBA are triadic colors.