COLOR #DAF9B1

HEX: #DAF9B1
RGB: (218,249,177)

Color info

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

RGB color model

#DAF9B1 color RGB value is (218,249,177).

  • red value is 218;
  • green value is 249;
  • blue value is 177.
RGB:
(218,249,177)
(85%,98%,69%)

RGB channels and saturation

R 218 of 255 = 85%
G 249 of 255 = 98%
B 177 of 255 = 69%

218
249
177

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

Portions of RGB colors in percentages

R + G + B =
218 + 249 + 177 = 644 (100%)
R 218 of 644 ~ 33.85%
G 249 of 644 ~ 38.66%
B 177 of 644 ~ 27.48%

%33.85
%38.66
%27.48

CMYK color model

#DAF9B1 color CMYK value is (12,0,29,2).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 2.35%
CMYK:
(12,0,29,2)
C12M0Y29K2 
(12%,0%,29%,2%)
(0.12/0.00/0.29/0.02)	

CMYK percentages

%12.45
%0
%28.92
%2.35

Codes

Color #DAF9B1 in popluar color models

DAF9B1
RGB218249177
HSL86°85.71%83.53%
HSB/HSV86°28.92%97.65%
CMYK12.45%0.00%28.92%
2.35%

Color #DAF9B1 in popluar number systems.

HEXDAF9B1
Decimal218249177
Binary110110101111100110110001
Octal332371261

Shades and tints

Shades of #DAF9B1

#DAF9B1
(218,249,177)
#C7E3A1
(199,227,161)
#B4CD91
(180,205,145)
#A1B781
(161,183,129)
#8EA171
(142,161,113)
#7B8B61
(123,139,97)
#687551
(104,117,81)
#555F41
(85,95,65)
#424931
(66,73,49)
#2F3321
(47,51,33)
#1C1D11
(28,29,17)
#000000
(0,0,0)

Tints of #DAF9B1

#DAF9B1
(218,249,177)
#DDF9B8
(221,249,184)
#E0F9BF
(224,249,191)
#E3F9C6
(227,249,198)
#E6F9CD
(230,249,205)
#E9F9D4
(233,249,212)
#ECF9DB
(236,249,219)
#EFF9E2
(239,249,226)
#F2F9E9
(242,249,233)
#F5F9F0
(245,249,240)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF9B1 color. Also use rgb(218,249,177) instead hex code.

Text Font Color

.myTextColor { color: #DAF9B1; }

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

This text font color is #DAF9B1.


Background Color

.myBgColor { background-color: #DAF9B1; }

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

This div background color is #DAF9B1.


Border color

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

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

This div border color is #DAF9B1.


Opacity

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

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

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

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

This text has shadow with #DAF9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF9B1 on black background.


Color preview on white background

This text has color #DAF9B1 on white background.



Black color preview on #DAF9B1 background

This text has black color on #DAF9B1 background.


White color preview on #DAF9B1 background

This text has white color on #DAF9B1 background.