COLOR #DAF1B2

HEX: #DAF1B2
RGB: (218,241,178)

Color info

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

RGB color model

#DAF1B2 color RGB value is (218,241,178).

  • red value is 218;
  • green value is 241;
  • blue value is 178.
RGB:
(218,241,178)
(85%,95%,70%)

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 178 of 255 = 70%

218
241
178

R + G + B ~ 83%. #DAF1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 178 = 637 (100%)
R 218 of 637 ~ 34.22%
G 241 of 637 ~ 37.83%
B 178 of 637 ~ 27.94%

%34.22
%37.83
%27.94

CMYK color model

#DAF1B2 color CMYK value is (10,0,26,5).

  • cyan value is 9.54%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 5.49%
CMYK:
(10,0,26,5)
C10M0Y26K5 
(10%,0%,26%,5%)
(0.10/0.00/0.26/0.05)	

CMYK percentages

%9.54
%0
%26.14
%5.49

Codes

Color #DAF1B2 in popluar color models

DAF1B2
RGB218241178
HSL82°69.23%82.16%
HSB/HSV82°26.14%94.51%
CMYK9.54%0.00%26.14%
5.49%

Color #DAF1B2 in popluar number systems.

HEXDAF1B2
Decimal218241178
Binary110110101111000110110010
Octal332361262

Shades and tints

Shades of #DAF1B2

#DAF1B2
(218,241,178)
#C7DCA2
(199,220,162)
#B4C792
(180,199,146)
#A1B282
(161,178,130)
#8E9D72
(142,157,114)
#7B8862
(123,136,98)
#687352
(104,115,82)
#555E42
(85,94,66)
#424932
(66,73,50)
#2F3422
(47,52,34)
#1C1F12
(28,31,18)
#000000
(0,0,0)

Tints of #DAF1B2

#DAF1B2
(218,241,178)
#DDF2B9
(221,242,185)
#E0F3C0
(224,243,192)
#E3F4C7
(227,244,199)
#E6F5CE
(230,245,206)
#E9F6D5
(233,246,213)
#ECF7DC
(236,247,220)
#EFF8E3
(239,248,227)
#F2F9EA
(242,249,234)
#F5FAF1
(245,250,241)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF1B2 color. Also use rgb(218,241,178) instead hex code.

Text Font Color

.myTextColor { color: #DAF1B2; }

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

This text font color is #DAF1B2.


Background Color

.myBgColor { background-color: #DAF1B2; }

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

This div background color is #DAF1B2.


Border color

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

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

This div border color is #DAF1B2.


Opacity

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

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

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

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

This text has shadow with #DAF1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1B2 on black background.


Color preview on white background

This text has color #DAF1B2 on white background.



Black color preview on #DAF1B2 background

This text has black color on #DAF1B2 background.


White color preview on #DAF1B2 background

This text has white color on #DAF1B2 background.