COLOR #DAF7BA

HEX: #DAF7BA
RGB: (218,247,186)

Color info

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

RGB color model

#DAF7BA color RGB value is (218,247,186).

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

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 186 of 255 = 73%

218
247
186

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

Portions of RGB colors in percentages

R + G + B =
218 + 247 + 186 = 651 (100%)
R 218 of 651 ~ 33.49%
G 247 of 651 ~ 37.94%
B 186 of 651 ~ 28.57%

%33.49
%37.94
%28.57

CMYK color model

#DAF7BA color CMYK value is (12,0,25,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 3.14%
CMYK:
(12,0,25,3)
C12M0Y25K3 
(12%,0%,25%,3%)
(0.12/0.00/0.25/0.03)	

CMYK percentages

%11.74
%0
%24.7
%3.14

Codes

Color #DAF7BA in popluar color models

DAF7BA
RGB218247186
HSL89°79.22%84.90%
HSB/HSV89°24.70%96.86%
CMYK11.74%0.00%24.70%
3.14%

Color #DAF7BA in popluar number systems.

HEXDAF7BA
Decimal218247186
Binary110110101111011110111010
Octal332367272

Shades and tints

Shades of #DAF7BA

#DAF7BA
(218,247,186)
#C7E1AA
(199,225,170)
#B4CB9A
(180,203,154)
#A1B58A
(161,181,138)
#8E9F7A
(142,159,122)
#7B896A
(123,137,106)
#68735A
(104,115,90)
#555D4A
(85,93,74)
#42473A
(66,71,58)
#2F312A
(47,49,42)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #DAF7BA

#DAF7BA
(218,247,186)
#DDF7C0
(221,247,192)
#E0F7C6
(224,247,198)
#E3F7CC
(227,247,204)
#E6F7D2
(230,247,210)
#E9F7D8
(233,247,216)
#ECF7DE
(236,247,222)
#EFF7E4
(239,247,228)
#F2F7EA
(242,247,234)
#F5F7F0
(245,247,240)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7BA; }

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

This text font color is #DAF7BA.


Background Color

.myBgColor { background-color: #DAF7BA; }

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

This div background color is #DAF7BA.


Border color

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

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

This div border color is #DAF7BA.


Opacity

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

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

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

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

This text has shadow with #DAF7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF7BA on black background.


Color preview on white background

This text has color #DAF7BA on white background.



Black color preview on #DAF7BA background

This text has black color on #DAF7BA background.


White color preview on #DAF7BA background

This text has white color on #DAF7BA background.