COLOR #DAFBB9

HEX: #DAFBB9 RGB: (218,251,185)

Color info

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

RGB color model

#DAFBB9 color RGB value is (218,251,185).

RGB: (218,251,185) (85%, 98%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 185 of 255 = 73%

218
251
185

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

Portions of RGB colors in percentages

R + G + B = 218 + 251 + 185 = 654 (100%)
R 218 of 654 ~ 33.33%
G 251 of 654 ~ 38.38%
B 185 of 654 ~ 28.29'%

%33.33
%38.38
%28.29

CMYK color model

#DAFBB9 color CMYK value is (13,0,26,2).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 1.57%

CMYK: (13,0,26,2)
C13M0Y26K2 (13%, 0%, 26%, 2%)
(0.13 / 0.00 / 0.26 / 0.02)

CMYK percentages

%13.15
%0
%26.29
%1.57

Codes

Color #DAFBB9 in popluar color models

DA FB B9
RGB 218 251 185
HSL 90° 89.19% 85.49%
HSB/HSV 90° 26.29% 98.43%
CMYK 13.15% 0.00% 26.29%
1.57%

Color #DAFBB9 in popluar number systems.

HEX DA FB B9
Decimal 218 251 185
Binary 11011010 11111011 10111001
Octal 332 373 271

Shades and tints

Shades of #DAFBB9

#DAFBB9
(218,251,185)
#C7E5A9
(199,229,169)
#B4CF99
(180,207,153)
#A1B989
(161,185,137)
#8EA379
(142,163,121)
#7B8D69
(123,141,105)
#687759
(104,119,89)
#556149
(85,97,73)
#424B39
(66,75,57)
#2F3529
(47,53,41)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #DAFBB9

#DAFBB9
(218,251,185)
#DDFBBF
(221,251,191)
#E0FBC5
(224,251,197)
#E3FBCB
(227,251,203)
#E6FBD1
(230,251,209)
#E9FBD7
(233,251,215)
#ECFBDD
(236,251,221)
#EFFBE3
(239,251,227)
#F2FBE9
(242,251,233)
#F5FBEF
(245,251,239)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFBB9; }

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

This text font color is #DAFBB9.

Background Color

.myBgColor { background-color: #DAFBB9; }

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

This div background color is #DAFBB9.

Border color

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

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

This div border color is #DAFBB9.

Opacity

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

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

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

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

This text has shadow with #DAFBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFBB9.

Preview

Color preview on black background

This text has color #DAFBB9 on black background.


Color preview on white background

This text has color #DAFBB9 on white background.


Black color preview on #DAFBB9 background

This text has black color on #DAFBB9 background.


White color preview on #DAFBB9 background

This text has white color on #DAFBB9 background.


Related colors

Complementary color

Complementary color for #hex is #250446.


I love getcolorcode.com

Triadic colors

1 #B9DAFB and #FBB9DA with #DAFBB9 are triadic colors.

2 #B9FBDA and #FBDAB9 with #DAFBB9 are triadic colors.