COLOR #DAEAB6

HEX: #DAEAB6
RGB: (218,234,182)

Color info

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

RGB color model

#DAEAB6 color RGB value is (218,234,182).

  • red value is 218;
  • green value is 234;
  • blue value is 182.
RGB:
(218,234,182)
(85%,92%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 182 of 255 = 71%

218
234
182

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

Portions of RGB colors in percentages

R + G + B =
218 + 234 + 182 = 634 (100%)
R 218 of 634 ~ 34.38%
G 234 of 634 ~ 36.91%
B 182 of 634 ~ 28.71%

%34.38
%36.91
%28.71

CMYK color model

#DAEAB6 color CMYK value is (7,0,22,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 8.24%
CMYK:
(7,0,22,8)
C7M0Y22K8 
(7%,0%,22%,8%)
(0.07/0.00/0.22/0.08)	

CMYK percentages

%6.84
%0
%22.22
%8.24

Codes

Color #DAEAB6 in popluar color models

DAEAB6
RGB218234182
HSL78°55.32%81.57%
HSB/HSV78°22.22%91.76%
CMYK6.84%0.00%22.22%
8.24%

Color #DAEAB6 in popluar number systems.

HEXDAEAB6
Decimal218234182
Binary110110101110101010110110
Octal332352266

Shades and tints

Shades of #DAEAB6

#DAEAB6
(218,234,182)
#C7D5A6
(199,213,166)
#B4C096
(180,192,150)
#A1AB86
(161,171,134)
#8E9676
(142,150,118)
#7B8166
(123,129,102)
#686C56
(104,108,86)
#555746
(85,87,70)
#424236
(66,66,54)
#2F2D26
(47,45,38)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAEAB6

#DAEAB6
(218,234,182)
#DDEBBC
(221,235,188)
#E0ECC2
(224,236,194)
#E3EDC8
(227,237,200)
#E6EECE
(230,238,206)
#E9EFD4
(233,239,212)
#ECF0DA
(236,240,218)
#EFF1E0
(239,241,224)
#F2F2E6
(242,242,230)
#F5F3EC
(245,243,236)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEAB6 color. Also use rgb(218,234,182) instead hex code.

Text Font Color

.myTextColor { color: #DAEAB6; }

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

This text font color is #DAEAB6.


Background Color

.myBgColor { background-color: #DAEAB6; }

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

This div background color is #DAEAB6.


Border color

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

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

This div border color is #DAEAB6.


Opacity

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

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

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

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

This text has shadow with #DAEAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEAB6 on black background.


Color preview on white background

This text has color #DAEAB6 on white background.



Black color preview on #DAEAB6 background

This text has black color on #DAEAB6 background.


White color preview on #DAEAB6 background

This text has white color on #DAEAB6 background.