COLOR #DAFBE2

HEX: #DAFBE2 RGB: (218,251,226)

Color info

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

RGB color model

#DAFBE2 color RGB value is (218,251,226).

RGB: (218,251,226) (85%, 98%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 251 of 255 = 98%
B 226 of 255 = 89%

218
251
226

R + G + B ~ 91%. #DAFBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 251 + 226 = 695 (100%)
R 218 of 695 ~ 31.37%
G 251 of 695 ~ 36.12%
B 226 of 695 ~ 32.52'%

%31.37
%36.12
%32.52

CMYK color model

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

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • 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
%9.96
%1.57

Codes

Color #DAFBE2 in popluar color models

DA FB E2
RGB 218 251 226
HSL 135° 80.49% 91.96%
HSB/HSV 135° 13.15% 98.43%
CMYK 13.15% 0.00% 9.96%
1.57%

Color #DAFBE2 in popluar number systems.

HEX DA FB E2
Decimal 218 251 226
Binary 11011010 11111011 11100010
Octal 332 373 342

Shades and tints

Shades of #DAFBE2

#DAFBE2
(218,251,226)
#C7E5CE
(199,229,206)
#B4CFBA
(180,207,186)
#A1B9A6
(161,185,166)
#8EA392
(142,163,146)
#7B8D7E
(123,141,126)
#68776A
(104,119,106)
#556156
(85,97,86)
#424B42
(66,75,66)
#2F352E
(47,53,46)
#1C1F1A
(28,31,26)
#000000
(0,0,0)

Tints of #DAFBE2

#DAFBE2
(218,251,226)
#DDFBE4
(221,251,228)
#E0FBE6
(224,251,230)
#E3FBE8
(227,251,232)
#E6FBEA
(230,251,234)
#E9FBEC
(233,251,236)
#ECFBEE
(236,251,238)
#EFFBF0
(239,251,240)
#F2FBF2
(242,251,242)
#F5FBF4
(245,251,244)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFBE2; }

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

This text font color is #DAFBE2.

Background Color

.myBgColor { background-color: #DAFBE2; }

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

This div background color is #DAFBE2.

Border color

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

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

This div border color is #DAFBE2.

Opacity

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

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

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

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

This text has shadow with #DAFBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFBE2.

Preview

Color preview on black background

This text has color #DAFBE2 on black background.


Color preview on white background

This text has color #DAFBE2 on white background.


Black color preview on #DAFBE2 background

This text has black color on #DAFBE2 background.


White color preview on #DAFBE2 background

This text has white color on #DAFBE2 background.


Related colors

Complementary color

Complementary color for #hex is #25041D.


I love getcolorcode.com

Triadic colors

1 #E2DAFB and #FBE2DA with #DAFBE2 are triadic colors.

2 #E2FBDA and #FBDAE2 with #DAFBE2 are triadic colors.