COLOR #DAFBB7

HEX: #DAFBB7
RGB: (218,251,183)

Color info

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

RGB color model

#DAFBB7 color RGB value is (218,251,183).

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

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 183 of 255 = 72%

218
251
183

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

Portions of RGB colors in percentages

R + G + B =
218 + 251 + 183 = 652 (100%)
R 218 of 652 ~ 33.44%
G 251 of 652 ~ 38.5%
B 183 of 652 ~ 28.07%

%33.44
%38.5
%28.07

CMYK color model

#DAFBB7 color CMYK value is (13,0,27,2).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 27.09%
  • key color value is 1.57%
CMYK:
(13,0,27,2)
C13M0Y27K2 
(13%,0%,27%,2%)
(0.13/0.00/0.27/0.02)	

CMYK percentages

%13.15
%0
%27.09
%1.57

Codes

Color #DAFBB7 in popluar color models

DAFBB7
RGB218251183
HSL89°89.47%85.10%
HSB/HSV89°27.09%98.43%
CMYK13.15%0.00%27.09%
1.57%

Color #DAFBB7 in popluar number systems.

HEXDAFBB7
Decimal218251183
Binary110110101111101110110111
Octal332373267

Shades and tints

Shades of #DAFBB7

#DAFBB7
(218,251,183)
#C7E5A7
(199,229,167)
#B4CF97
(180,207,151)
#A1B987
(161,185,135)
#8EA377
(142,163,119)
#7B8D67
(123,141,103)
#687757
(104,119,87)
#556147
(85,97,71)
#424B37
(66,75,55)
#2F3527
(47,53,39)
#1C1F17
(28,31,23)
#000000
(0,0,0)

Tints of #DAFBB7

#DAFBB7
(218,251,183)
#DDFBBD
(221,251,189)
#E0FBC3
(224,251,195)
#E3FBC9
(227,251,201)
#E6FBCF
(230,251,207)
#E9FBD5
(233,251,213)
#ECFBDB
(236,251,219)
#EFFBE1
(239,251,225)
#F2FBE7
(242,251,231)
#F5FBED
(245,251,237)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFBB7; }

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

This text font color is #DAFBB7.


Background Color

.myBgColor { background-color: #DAFBB7; }

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

This div background color is #DAFBB7.


Border color

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

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

This div border color is #DAFBB7.


Opacity

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

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

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

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

This text has shadow with #DAFBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFBB7 on black background.


Color preview on white background

This text has color #DAFBB7 on white background.



Black color preview on #DAFBB7 background

This text has black color on #DAFBB7 background.


White color preview on #DAFBB7 background

This text has white color on #DAFBB7 background.