COLOR #DAEBC8

HEX: #DAEBC8
RGB: (218,235,200)

Color info

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

RGB color model

#DAEBC8 color RGB value is (218,235,200).

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

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 200 of 255 = 78%

218
235
200

R + G + B ~ 85%. #DAEBC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 200 = 653 (100%)
R 218 of 653 ~ 33.38%
G 235 of 653 ~ 35.99%
B 200 of 653 ~ 30.63%

%33.38
%35.99
%30.63

CMYK color model

#DAEBC8 color CMYK value is (7,0,15,8).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(7,0,15,8)
C7M0Y15K8 
(7%,0%,15%,8%)
(0.07/0.00/0.15/0.08)	

CMYK percentages

%7.23
%0
%14.89
%7.84

Codes

Color #DAEBC8 in popluar color models

DAEBC8
RGB218235200
HSL89°46.67%85.29%
HSB/HSV89°14.89%92.16%
CMYK7.23%0.00%14.89%
7.84%

Color #DAEBC8 in popluar number systems.

HEXDAEBC8
Decimal218235200
Binary110110101110101111001000
Octal332353310

Shades and tints

Shades of #DAEBC8

#DAEBC8
(218,235,200)
#C7D6B6
(199,214,182)
#B4C1A4
(180,193,164)
#A1AC92
(161,172,146)
#8E9780
(142,151,128)
#7B826E
(123,130,110)
#686D5C
(104,109,92)
#55584A
(85,88,74)
#424338
(66,67,56)
#2F2E26
(47,46,38)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #DAEBC8

#DAEBC8
(218,235,200)
#DDECCD
(221,236,205)
#E0EDD2
(224,237,210)
#E3EED7
(227,238,215)
#E6EFDC
(230,239,220)
#E9F0E1
(233,240,225)
#ECF1E6
(236,241,230)
#EFF2EB
(239,242,235)
#F2F3F0
(242,243,240)
#F5F4F5
(245,244,245)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBC8; }

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

This text font color is #DAEBC8.


Background Color

.myBgColor { background-color: #DAEBC8; }

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

This div background color is #DAEBC8.


Border color

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

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

This div border color is #DAEBC8.


Opacity

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

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

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

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

This text has shadow with #DAEBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBC8 on black background.


Color preview on white background

This text has color #DAEBC8 on white background.



Black color preview on #DAEBC8 background

This text has black color on #DAEBC8 background.


White color preview on #DAEBC8 background

This text has white color on #DAEBC8 background.