COLOR #DAF2BB

HEX: #DAF2BB
RGB: (218,242,187)

Color info

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

RGB color model

#DAF2BB color RGB value is (218,242,187).

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

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 187 of 255 = 73%

218
242
187

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

Portions of RGB colors in percentages

R + G + B =
218 + 242 + 187 = 647 (100%)
R 218 of 647 ~ 33.69%
G 242 of 647 ~ 37.4%
B 187 of 647 ~ 28.9%

%33.69
%37.4
%28.9

CMYK color model

#DAF2BB color CMYK value is (10,0,23,5).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(10,0,23,5)
C10M0Y23K5 
(10%,0%,23%,5%)
(0.10/0.00/0.23/0.05)	

CMYK percentages

%9.92
%0
%22.73
%5.1

Codes

Color #DAF2BB in popluar color models

DAF2BB
RGB218242187
HSL86°67.90%84.12%
HSB/HSV86°22.73%94.90%
CMYK9.92%0.00%22.73%
5.10%

Color #DAF2BB in popluar number systems.

HEXDAF2BB
Decimal218242187
Binary110110101111001010111011
Octal332362273

Shades and tints

Shades of #DAF2BB

#DAF2BB
(218,242,187)
#C7DCAA
(199,220,170)
#B4C699
(180,198,153)
#A1B088
(161,176,136)
#8E9A77
(142,154,119)
#7B8466
(123,132,102)
#686E55
(104,110,85)
#555844
(85,88,68)
#424233
(66,66,51)
#2F2C22
(47,44,34)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #DAF2BB

#DAF2BB
(218,242,187)
#DDF3C1
(221,243,193)
#E0F4C7
(224,244,199)
#E3F5CD
(227,245,205)
#E6F6D3
(230,246,211)
#E9F7D9
(233,247,217)
#ECF8DF
(236,248,223)
#EFF9E5
(239,249,229)
#F2FAEB
(242,250,235)
#F5FBF1
(245,251,241)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF2BB; }

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

This text font color is #DAF2BB.


Background Color

.myBgColor { background-color: #DAF2BB; }

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

This div background color is #DAF2BB.


Border color

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

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

This div border color is #DAF2BB.


Opacity

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

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

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

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

This text has shadow with #DAF2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF2BB on black background.


Color preview on white background

This text has color #DAF2BB on white background.



Black color preview on #DAF2BB background

This text has black color on #DAF2BB background.


White color preview on #DAF2BB background

This text has white color on #DAF2BB background.