COLOR #DAF8A7

HEX: #DAF8A7
RGB: (218,248,167)

Color info

#DAF8A7 contains mainly red and green colors. Web safe color of #DAF8A7 is #CCFF99 (or #CF9).

RGB color model

#DAF8A7 color RGB value is (218,248,167).

  • red value is 218;
  • green value is 248;
  • blue value is 167.
RGB:
(218,248,167)
(85%,97%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 248 of 255 = 97%
B 167 of 255 = 65%

218
248
167

R + G + B ~ 82%. #DAF8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 248 + 167 = 633 (100%)
R 218 of 633 ~ 34.44%
G 248 of 633 ~ 39.18%
B 167 of 633 ~ 26.38%

%34.44
%39.18
%26.38

CMYK color model

#DAF8A7 color CMYK value is (12,0,33,3).

  • cyan value is 12.10%
  • magenta value is 0.00%
  • yellow value is 32.66%
  • key color value is 2.75%
CMYK:
(12,0,33,3)
C12M0Y33K3 
(12%,0%,33%,3%)
(0.12/0.00/0.33/0.03)	

CMYK percentages

%12.1
%0
%32.66
%2.75

Codes

Color #DAF8A7 in popluar color models

DAF8A7
RGB218248167
HSL82°85.26%81.37%
HSB/HSV82°32.66%97.25%
CMYK12.10%0.00%32.66%
2.75%

Color #DAF8A7 in popluar number systems.

HEXDAF8A7
Decimal218248167
Binary110110101111100010100111
Octal332370247

Shades and tints

Shades of #DAF8A7

#DAF8A7
(218,248,167)
#C7E298
(199,226,152)
#B4CC89
(180,204,137)
#A1B67A
(161,182,122)
#8EA06B
(142,160,107)
#7B8A5C
(123,138,92)
#68744D
(104,116,77)
#555E3E
(85,94,62)
#42482F
(66,72,47)
#2F3220
(47,50,32)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #DAF8A7

#DAF8A7
(218,248,167)
#DDF8AF
(221,248,175)
#E0F8B7
(224,248,183)
#E3F8BF
(227,248,191)
#E6F8C7
(230,248,199)
#E9F8CF
(233,248,207)
#ECF8D7
(236,248,215)
#EFF8DF
(239,248,223)
#F2F8E7
(242,248,231)
#F5F8EF
(245,248,239)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF8A7 color. Also use rgb(218,248,167) instead hex code.

Text Font Color

.myTextColor { color: #DAF8A7; }

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

This text font color is #DAF8A7.


Background Color

.myBgColor { background-color: #DAF8A7; }

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

This div background color is #DAF8A7.


Border color

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

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

This div border color is #DAF8A7.


Opacity

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

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

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

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

This text has shadow with #DAF8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF8A7 on black background.


Color preview on white background

This text has color #DAF8A7 on white background.



Black color preview on #DAF8A7 background

This text has black color on #DAF8A7 background.


White color preview on #DAF8A7 background

This text has white color on #DAF8A7 background.