COLOR #DAF4B8

HEX: #DAF4B8 RGB: (218,244,184)

Color info

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

RGB color model

#DAF4B8 color RGB value is (218,244,184).

RGB: (218,244,184) (85%, 96%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 184 of 255 = 72%

218
244
184

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

Portions of RGB colors in percentages

R + G + B = 218 + 244 + 184 = 646 (100%)
R 218 of 646 ~ 33.75%
G 244 of 646 ~ 37.77%
B 184 of 646 ~ 28.48'%

%33.75
%37.77
%28.48

CMYK color model

#DAF4B8 color CMYK value is (11,0,25,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 4.31%

CMYK: (11,0,25,4)
C11M0Y25K4 (11%, 0%, 25%, 4%)
(0.11 / 0.00 / 0.25 / 0.04)

CMYK percentages

%10.66
%0
%24.59
%4.31

Codes

Color #DAF4B8 in popluar color models

DA F4 B8
RGB 218 244 184
HSL 86° 73.17% 83.92%
HSB/HSV 86° 24.59% 95.69%
CMYK 10.66% 0.00% 24.59%
4.31%

Color #DAF4B8 in popluar number systems.

HEX DA F4 B8
Decimal 218 244 184
Binary 11011010 11110100 10111000
Octal 332 364 270

Shades and tints

Shades of #DAF4B8

#DAF4B8
(218,244,184)
#C7DEA8
(199,222,168)
#B4C898
(180,200,152)
#A1B288
(161,178,136)
#8E9C78
(142,156,120)
#7B8668
(123,134,104)
#687058
(104,112,88)
#555A48
(85,90,72)
#424438
(66,68,56)
#2F2E28
(47,46,40)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAF4B8

#DAF4B8
(218,244,184)
#DDF5BE
(221,245,190)
#E0F6C4
(224,246,196)
#E3F7CA
(227,247,202)
#E6F8D0
(230,248,208)
#E9F9D6
(233,249,214)
#ECFADC
(236,250,220)
#EFFBE2
(239,251,226)
#F2FCE8
(242,252,232)
#F5FDEE
(245,253,238)
#F8FEF4
(248,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF4B8 color. Also use rgb(218,244,184) instead hex code.

Text Font Color

.myTextColor { color: #DAF4B8; }

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

This text font color is #DAF4B8.

Background Color

.myBgColor { background-color: #DAF4B8; }

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

This div background color is #DAF4B8.

Border color

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

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

This div border color is #DAF4B8.

Opacity

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

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

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

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

This text has shadow with #DAF4B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF4B8.

Preview

Color preview on black background

This text has color #DAF4B8 on black background.


Color preview on white background

This text has color #DAF4B8 on white background.


Black color preview on #DAF4B8 background

This text has black color on #DAF4B8 background.


White color preview on #DAF4B8 background

This text has white color on #DAF4B8 background.


Related colors

Complementary color

Complementary color for #hex is #250B47.


I love getcolorcode.com

Triadic colors

1 #B8DAF4 and #F4B8DA with #DAF4B8 are triadic colors.

2 #B8F4DA and #F4DAB8 with #DAF4B8 are triadic colors.