COLOR #DAF4BB

HEX: #DAF4BB
RGB: (218,244,187)

Color info

#DAF4BB contains red, green and blue colors in about the same proportion. Web safe color of #DAF4BB is #CCFFCC (or #CFC).

RGB color model

#DAF4BB color RGB value is (218,244,187).

  • red value is 218;
  • green value is 244;
  • blue value is 187.
RGB:
(218,244,187)
(85%,96%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 187 of 255 = 73%

218
244
187

R + G + B ~ 85%. #DAF4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 187 = 649 (100%)
R 218 of 649 ~ 33.59%
G 244 of 649 ~ 37.6%
B 187 of 649 ~ 28.81%

%33.59
%37.6
%28.81

CMYK color model

#DAF4BB color CMYK value is (11,0,23,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 4.31%
CMYK:
(11,0,23,4)
C11M0Y23K4 
(11%,0%,23%,4%)
(0.11/0.00/0.23/0.04)	

CMYK percentages

%10.66
%0
%23.36
%4.31

Codes

Color #DAF4BB in popluar color models

DAF4BB
RGB218244187
HSL87°72.15%84.51%
HSB/HSV87°23.36%95.69%
CMYK10.66%0.00%23.36%
4.31%

Color #DAF4BB in popluar number systems.

HEXDAF4BB
Decimal218244187
Binary110110101111010010111011
Octal332364273

Shades and tints

Shades of #DAF4BB

#DAF4BB
(218,244,187)
#C7DEAA
(199,222,170)
#B4C899
(180,200,153)
#A1B288
(161,178,136)
#8E9C77
(142,156,119)
#7B8666
(123,134,102)
#687055
(104,112,85)
#555A44
(85,90,68)
#424433
(66,68,51)
#2F2E22
(47,46,34)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #DAF4BB

#DAF4BB
(218,244,187)
#DDF5C1
(221,245,193)
#E0F6C7
(224,246,199)
#E3F7CD
(227,247,205)
#E6F8D3
(230,248,211)
#E9F9D9
(233,249,217)
#ECFADF
(236,250,223)
#EFFBE5
(239,251,229)
#F2FCEB
(242,252,235)
#F5FDF1
(245,253,241)
#F8FEF7
(248,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF4BB; }

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

This text font color is #DAF4BB.


Background Color

.myBgColor { background-color: #DAF4BB; }

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

This div background color is #DAF4BB.


Border color

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

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

This div border color is #DAF4BB.


Opacity

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

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

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

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

This text has shadow with #DAF4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4BB on black background.


Color preview on white background

This text has color #DAF4BB on white background.



Black color preview on #DAF4BB background

This text has black color on #DAF4BB background.


White color preview on #DAF4BB background

This text has white color on #DAF4BB background.