COLOR #DAFAA6

HEX: #DAFAA6
RGB: (218,250,166)

Color info

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

RGB color model

#DAFAA6 color RGB value is (218,250,166).

  • red value is 218;
  • green value is 250;
  • blue value is 166.
RGB:
(218,250,166)
(85%,98%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 250 of 255 = 98%
B 166 of 255 = 65%

218
250
166

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

Portions of RGB colors in percentages

R + G + B =
218 + 250 + 166 = 634 (100%)
R 218 of 634 ~ 34.38%
G 250 of 634 ~ 39.43%
B 166 of 634 ~ 26.18%

%34.38
%39.43
%26.18

CMYK color model

#DAFAA6 color CMYK value is (13,0,34,2).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 1.96%
CMYK:
(13,0,34,2)
C13M0Y34K2 
(13%,0%,34%,2%)
(0.13/0.00/0.34/0.02)	

CMYK percentages

%12.8
%0
%33.6
%1.96

Codes

Color #DAFAA6 in popluar color models

DAFAA6
RGB218250166
HSL83°89.36%81.57%
HSB/HSV83°33.60%98.04%
CMYK12.80%0.00%33.60%
1.96%

Color #DAFAA6 in popluar number systems.

HEXDAFAA6
Decimal218250166
Binary110110101111101010100110
Octal332372246

Shades and tints

Shades of #DAFAA6

#DAFAA6
(218,250,166)
#C7E497
(199,228,151)
#B4CE88
(180,206,136)
#A1B879
(161,184,121)
#8EA26A
(142,162,106)
#7B8C5B
(123,140,91)
#68764C
(104,118,76)
#55603D
(85,96,61)
#424A2E
(66,74,46)
#2F341F
(47,52,31)
#1C1E10
(28,30,16)
#000000
(0,0,0)

Tints of #DAFAA6

#DAFAA6
(218,250,166)
#DDFAAE
(221,250,174)
#E0FAB6
(224,250,182)
#E3FABE
(227,250,190)
#E6FAC6
(230,250,198)
#E9FACE
(233,250,206)
#ECFAD6
(236,250,214)
#EFFADE
(239,250,222)
#F2FAE6
(242,250,230)
#F5FAEE
(245,250,238)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFAA6 color. Also use rgb(218,250,166) instead hex code.

Text Font Color

.myTextColor { color: #DAFAA6; }

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

This text font color is #DAFAA6.


Background Color

.myBgColor { background-color: #DAFAA6; }

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

This div background color is #DAFAA6.


Border color

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

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

This div border color is #DAFAA6.


Opacity

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

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

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

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

This text has shadow with #DAFAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFAA6 on black background.


Color preview on white background

This text has color #DAFAA6 on white background.



Black color preview on #DAFAA6 background

This text has black color on #DAFAA6 background.


White color preview on #DAFAA6 background

This text has white color on #DAFAA6 background.