COLOR #DAFBAB

HEX: #DAFBAB
RGB: (218,251,171)

Color info

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

RGB color model

#DAFBAB color RGB value is (218,251,171).

  • red value is 218;
  • green value is 251;
  • blue value is 171.
RGB:
(218,251,171)
(85%,98%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 171 of 255 = 67%

218
251
171

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

Portions of RGB colors in percentages

R + G + B =
218 + 251 + 171 = 640 (100%)
R 218 of 640 ~ 34.06%
G 251 of 640 ~ 39.22%
B 171 of 640 ~ 26.72%

%34.06
%39.22
%26.72

CMYK color model

#DAFBAB color CMYK value is (13,0,32,2).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 1.57%
CMYK:
(13,0,32,2)
C13M0Y32K2 
(13%,0%,32%,2%)
(0.13/0.00/0.32/0.02)	

CMYK percentages

%13.15
%0
%31.87
%1.57

Codes

Color #DAFBAB in popluar color models

DAFBAB
RGB218251171
HSL85°90.91%82.75%
HSB/HSV85°31.87%98.43%
CMYK13.15%0.00%31.87%
1.57%

Color #DAFBAB in popluar number systems.

HEXDAFBAB
Decimal218251171
Binary110110101111101110101011
Octal332373253

Shades and tints

Shades of #DAFBAB

#DAFBAB
(218,251,171)
#C7E59C
(199,229,156)
#B4CF8D
(180,207,141)
#A1B97E
(161,185,126)
#8EA36F
(142,163,111)
#7B8D60
(123,141,96)
#687751
(104,119,81)
#556142
(85,97,66)
#424B33
(66,75,51)
#2F3524
(47,53,36)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #DAFBAB

#DAFBAB
(218,251,171)
#DDFBB2
(221,251,178)
#E0FBB9
(224,251,185)
#E3FBC0
(227,251,192)
#E6FBC7
(230,251,199)
#E9FBCE
(233,251,206)
#ECFBD5
(236,251,213)
#EFFBDC
(239,251,220)
#F2FBE3
(242,251,227)
#F5FBEA
(245,251,234)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFBAB color. Also use rgb(218,251,171) instead hex code.

Text Font Color

.myTextColor { color: #DAFBAB; }

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

This text font color is #DAFBAB.


Background Color

.myBgColor { background-color: #DAFBAB; }

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

This div background color is #DAFBAB.


Border color

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

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

This div border color is #DAFBAB.


Opacity

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

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

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

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

This text has shadow with #DAFBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFBAB on black background.


Color preview on white background

This text has color #DAFBAB on white background.



Black color preview on #DAFBAB background

This text has black color on #DAFBAB background.


White color preview on #DAFBAB background

This text has white color on #DAFBAB background.