COLOR #DAEFB6

HEX: #DAEFB6
RGB: (218,239,182)

Color info

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

RGB color model

#DAEFB6 color RGB value is (218,239,182).

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

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 182 of 255 = 71%

218
239
182

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

Portions of RGB colors in percentages

R + G + B =
218 + 239 + 182 = 639 (100%)
R 218 of 639 ~ 34.12%
G 239 of 639 ~ 37.4%
B 182 of 639 ~ 28.48%

%34.12
%37.4
%28.48

CMYK color model

#DAEFB6 color CMYK value is (9,0,24,6).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(9,0,24,6)
C9M0Y24K6 
(9%,0%,24%,6%)
(0.09/0.00/0.24/0.06)	

CMYK percentages

%8.79
%0
%23.85
%6.27

Codes

Color #DAEFB6 in popluar color models

DAEFB6
RGB218239182
HSL82°64.04%82.55%
HSB/HSV82°23.85%93.73%
CMYK8.79%0.00%23.85%
6.27%

Color #DAEFB6 in popluar number systems.

HEXDAEFB6
Decimal218239182
Binary110110101110111110110110
Octal332357266

Shades and tints

Shades of #DAEFB6

#DAEFB6
(218,239,182)
#C7DAA6
(199,218,166)
#B4C596
(180,197,150)
#A1B086
(161,176,134)
#8E9B76
(142,155,118)
#7B8666
(123,134,102)
#687156
(104,113,86)
#555C46
(85,92,70)
#424736
(66,71,54)
#2F3226
(47,50,38)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #DAEFB6

#DAEFB6
(218,239,182)
#DDF0BC
(221,240,188)
#E0F1C2
(224,241,194)
#E3F2C8
(227,242,200)
#E6F3CE
(230,243,206)
#E9F4D4
(233,244,212)
#ECF5DA
(236,245,218)
#EFF6E0
(239,246,224)
#F2F7E6
(242,247,230)
#F5F8EC
(245,248,236)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFB6; }

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

This text font color is #DAEFB6.


Background Color

.myBgColor { background-color: #DAEFB6; }

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

This div background color is #DAEFB6.


Border color

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

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

This div border color is #DAEFB6.


Opacity

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

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

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

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

This text has shadow with #DAEFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEFB6 on black background.


Color preview on white background

This text has color #DAEFB6 on white background.



Black color preview on #DAEFB6 background

This text has black color on #DAEFB6 background.


White color preview on #DAEFB6 background

This text has white color on #DAEFB6 background.