COLOR #DAF8B6

HEX: #DAF8B6 RGB: (218,248,182)

Color info

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

RGB color model

#DAF8B6 color RGB value is (218,248,182).

RGB: (218,248,182) (85%, 97%, 71%)

RGB channels and saturation

R 218 of 255 = 85%
G 248 of 255 = 97%
B 182 of 255 = 71%

218
248
182

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

Portions of RGB colors in percentages

R + G + B = 218 + 248 + 182 = 648 (100%)
R 218 of 648 ~ 33.64%
G 248 of 648 ~ 38.27%
B 182 of 648 ~ 28.09'%

%33.64
%38.27
%28.09

CMYK color model

#DAF8B6 color CMYK value is (12,0,27,3).

  • cyan value is 12.10%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 2.75%

CMYK: (12,0,27,3)
C12M0Y27K3 (12%, 0%, 27%, 3%)
(0.12 / 0.00 / 0.27 / 0.03)

CMYK percentages

%12.1
%0
%26.61
%2.75

Codes

Color #DAF8B6 in popluar color models

DA F8 B6
RGB 218 248 182
HSL 87° 82.50% 84.31%
HSB/HSV 87° 26.61% 97.25%
CMYK 12.10% 0.00% 26.61%
2.75%

Color #DAF8B6 in popluar number systems.

HEX DA F8 B6
Decimal 218 248 182
Binary 11011010 11111000 10110110
Octal 332 370 266

Shades and tints

Shades of #DAF8B6

#DAF8B6
(218,248,182)
#C7E2A6
(199,226,166)
#B4CC96
(180,204,150)
#A1B686
(161,182,134)
#8EA076
(142,160,118)
#7B8A66
(123,138,102)
#687456
(104,116,86)
#555E46
(85,94,70)
#424836
(66,72,54)
#2F3226
(47,50,38)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #DAF8B6

#DAF8B6
(218,248,182)
#DDF8BC
(221,248,188)
#E0F8C2
(224,248,194)
#E3F8C8
(227,248,200)
#E6F8CE
(230,248,206)
#E9F8D4
(233,248,212)
#ECF8DA
(236,248,218)
#EFF8E0
(239,248,224)
#F2F8E6
(242,248,230)
#F5F8EC
(245,248,236)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF8B6; }

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

This text font color is #DAF8B6.

Background Color

.myBgColor { background-color: #DAF8B6; }

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

This div background color is #DAF8B6.

Border color

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

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

This div border color is #DAF8B6.

Opacity

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

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

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

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

This text has shadow with #DAF8B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF8B6.

Preview

Color preview on black background

This text has color #DAF8B6 on black background.


Color preview on white background

This text has color #DAF8B6 on white background.


Black color preview on #DAF8B6 background

This text has black color on #DAF8B6 background.


White color preview on #DAF8B6 background

This text has white color on #DAF8B6 background.


Related colors

Complementary color

Complementary color for #hex is #250749.


I love getcolorcode.com

Triadic colors

1 #B6DAF8 and #F8B6DA with #DAF8B6 are triadic colors.

2 #B6F8DA and #F8DAB6 with #DAF8B6 are triadic colors.