COLOR #DAF7B6

HEX: #DAF7B6
RGB: (218,247,182)

Color info

#DAF7B6 contains mainly red and green colors. Web safe color of #DAF7B6 is #CCFFCC (or #CFC).

RGB color model

#DAF7B6 color RGB value is (218,247,182).

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

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 182 of 255 = 71%

218
247
182

R + G + B ~ 84%. #DAF7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 247 + 182 = 647 (100%)
R 218 of 647 ~ 33.69%
G 247 of 647 ~ 38.18%
B 182 of 647 ~ 28.13%

%33.69
%38.18
%28.13

CMYK color model

#DAF7B6 color CMYK value is (12,0,26,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 3.14%
CMYK:
(12,0,26,3)
C12M0Y26K3 
(12%,0%,26%,3%)
(0.12/0.00/0.26/0.03)	

CMYK percentages

%11.74
%0
%26.32
%3.14

Codes

Color #DAF7B6 in popluar color models

DAF7B6
RGB218247182
HSL87°80.25%84.12%
HSB/HSV87°26.32%96.86%
CMYK11.74%0.00%26.32%
3.14%

Color #DAF7B6 in popluar number systems.

HEXDAF7B6
Decimal218247182
Binary110110101111011110110110
Octal332367266

Shades and tints

Shades of #DAF7B6

#DAF7B6
(218,247,182)
#C7E1A6
(199,225,166)
#B4CB96
(180,203,150)
#A1B586
(161,181,134)
#8E9F76
(142,159,118)
#7B8966
(123,137,102)
#687356
(104,115,86)
#555D46
(85,93,70)
#424736
(66,71,54)
#2F3126
(47,49,38)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAF7B6

#DAF7B6
(218,247,182)
#DDF7BC
(221,247,188)
#E0F7C2
(224,247,194)
#E3F7C8
(227,247,200)
#E6F7CE
(230,247,206)
#E9F7D4
(233,247,212)
#ECF7DA
(236,247,218)
#EFF7E0
(239,247,224)
#F2F7E6
(242,247,230)
#F5F7EC
(245,247,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7B6; }

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

This text font color is #DAF7B6.


Background Color

.myBgColor { background-color: #DAF7B6; }

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

This div background color is #DAF7B6.


Border color

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

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

This div border color is #DAF7B6.


Opacity

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

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

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

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

This text has shadow with #DAF7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF7B6 on black background.


Color preview on white background

This text has color #DAF7B6 on white background.



Black color preview on #DAF7B6 background

This text has black color on #DAF7B6 background.


White color preview on #DAF7B6 background

This text has white color on #DAF7B6 background.