COLOR #DAF7B1

HEX: #DAF7B1 RGB: (218,247,177)

Color info

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

RGB color model

#DAF7B1 color RGB value is (218,247,177).

RGB: (218,247,177) (85%, 97%, 69%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 177 of 255 = 69%

218
247
177

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

Portions of RGB colors in percentages

R + G + B = 218 + 247 + 177 = 642 (100%)
R 218 of 642 ~ 33.96%
G 247 of 642 ~ 38.47%
B 177 of 642 ~ 27.57'%

%33.96
%38.47
%27.57

CMYK color model

#DAF7B1 color CMYK value is (12,0,28,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 28.34%
  • key color value is 3.14%

CMYK: (12,0,28,3)
C12M0Y28K3 (12%, 0%, 28%, 3%)
(0.12 / 0.00 / 0.28 / 0.03)

CMYK percentages

%11.74
%0
%28.34
%3.14

Codes

Color #DAF7B1 in popluar color models

DA F7 B1
RGB 218 247 177
HSL 85° 81.40% 83.14%
HSB/HSV 85° 28.34% 96.86%
CMYK 11.74% 0.00% 28.34%
3.14%

Color #DAF7B1 in popluar number systems.

HEX DA F7 B1
Decimal 218 247 177
Binary 11011010 11110111 10110001
Octal 332 367 261

Shades and tints

Shades of #DAF7B1

#DAF7B1
(218,247,177)
#C7E1A1
(199,225,161)
#B4CB91
(180,203,145)
#A1B581
(161,181,129)
#8E9F71
(142,159,113)
#7B8961
(123,137,97)
#687351
(104,115,81)
#555D41
(85,93,65)
#424731
(66,71,49)
#2F3121
(47,49,33)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #DAF7B1

#DAF7B1
(218,247,177)
#DDF7B8
(221,247,184)
#E0F7BF
(224,247,191)
#E3F7C6
(227,247,198)
#E6F7CD
(230,247,205)
#E9F7D4
(233,247,212)
#ECF7DB
(236,247,219)
#EFF7E2
(239,247,226)
#F2F7E9
(242,247,233)
#F5F7F0
(245,247,240)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF7B1; }

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

This text font color is #DAF7B1.

Background Color

.myBgColor { background-color: #DAF7B1; }

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

This div background color is #DAF7B1.

Border color

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

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

This div border color is #DAF7B1.

Opacity

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

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

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

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

This text has shadow with #DAF7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF7B1.

Preview

Color preview on black background

This text has color #DAF7B1 on black background.


Color preview on white background

This text has color #DAF7B1 on white background.


Black color preview on #DAF7B1 background

This text has black color on #DAF7B1 background.


White color preview on #DAF7B1 background

This text has white color on #DAF7B1 background.


Related colors

Complementary color

Complementary color for #hex is #25084E.


I love getcolorcode.com

Triadic colors

1 #B1DAF7 and #F7B1DA with #DAF7B1 are triadic colors.

2 #B1F7DA and #F7DAB1 with #DAF7B1 are triadic colors.