COLOR #DAFBE1

HEX: #DAFBE1
RGB: (218,251,225)

Color info

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

RGB color model

#DAFBE1 color RGB value is (218,251,225).

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

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 225 of 255 = 88%

218
251
225

R + G + B ~ 90%. #DAFBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 251 + 225 = 694 (100%)
R 218 of 694 ~ 31.41%
G 251 of 694 ~ 36.17%
B 225 of 694 ~ 32.42%

%31.41
%36.17
%32.42

CMYK color model

#DAFBE1 color CMYK value is (13,0,10,2).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(13,0,10,2)
C13M0Y10K2 
(13%,0%,10%,2%)
(0.13/0.00/0.10/0.02)	

CMYK percentages

%13.15
%0
%10.36
%1.57

Codes

Color #DAFBE1 in popluar color models

DAFBE1
RGB218251225
HSL133°80.49%91.96%
HSB/HSV133°13.15%98.43%
CMYK13.15%0.00%10.36%
1.57%

Color #DAFBE1 in popluar number systems.

HEXDAFBE1
Decimal218251225
Binary110110101111101111100001
Octal332373341

Shades and tints

Shades of #DAFBE1

#DAFBE1
(218,251,225)
#C7E5CD
(199,229,205)
#B4CFB9
(180,207,185)
#A1B9A5
(161,185,165)
#8EA391
(142,163,145)
#7B8D7D
(123,141,125)
#687769
(104,119,105)
#556155
(85,97,85)
#424B41
(66,75,65)
#2F352D
(47,53,45)
#1C1F19
(28,31,25)
#000000
(0,0,0)

Tints of #DAFBE1

#DAFBE1
(218,251,225)
#DDFBE3
(221,251,227)
#E0FBE5
(224,251,229)
#E3FBE7
(227,251,231)
#E6FBE9
(230,251,233)
#E9FBEB
(233,251,235)
#ECFBED
(236,251,237)
#EFFBEF
(239,251,239)
#F2FBF1
(242,251,241)
#F5FBF3
(245,251,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFBE1; }

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

This text font color is #DAFBE1.


Background Color

.myBgColor { background-color: #DAFBE1; }

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

This div background color is #DAFBE1.


Border color

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

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

This div border color is #DAFBE1.


Opacity

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

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

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

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

This text has shadow with #DAFBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAFBE1 on black background.


Color preview on white background

This text has color #DAFBE1 on white background.



Black color preview on #DAFBE1 background

This text has black color on #DAFBE1 background.


White color preview on #DAFBE1 background

This text has white color on #DAFBE1 background.