COLOR #DAFCE5

HEX: #DAFCE5 RGB: (218,252,229)

Color info

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

RGB color model

#DAFCE5 color RGB value is (218,252,229).

RGB: (218,252,229) (85%, 99%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 252 of 255 = 99%
B 229 of 255 = 90%

218
252
229

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

Portions of RGB colors in percentages

R + G + B = 218 + 252 + 229 = 699 (100%)
R 218 of 699 ~ 31.19%
G 252 of 699 ~ 36.05%
B 229 of 699 ~ 32.76'%

%31.19
%36.05
%32.76

CMYK color model

#DAFCE5 color CMYK value is (13,0,9,1).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%

CMYK: (13,0,9,1)
C13M0Y9K1 (13%, 0%, 9%, 1%)
(0.13 / 0.00 / 0.09 / 0.01)

CMYK percentages

%13.49
%0
%9.13
%1.18

Codes

Color #DAFCE5 in popluar color models

DA FC E5
RGB 218 252 229
HSL 139° 85.00% 92.16%
HSB/HSV 139° 13.49% 98.82%
CMYK 13.49% 0.00% 9.13%
1.18%

Color #DAFCE5 in popluar number systems.

HEX DA FC E5
Decimal 218 252 229
Binary 11011010 11111100 11100101
Octal 332 374 345

Shades and tints

Shades of #DAFCE5

#DAFCE5
(218,252,229)
#C7E6D1
(199,230,209)
#B4D0BD
(180,208,189)
#A1BAA9
(161,186,169)
#8EA495
(142,164,149)
#7B8E81
(123,142,129)
#68786D
(104,120,109)
#556259
(85,98,89)
#424C45
(66,76,69)
#2F3631
(47,54,49)
#1C201D
(28,32,29)
#000000
(0,0,0)

Tints of #DAFCE5

#DAFCE5
(218,252,229)
#DDFCE7
(221,252,231)
#E0FCE9
(224,252,233)
#E3FCEB
(227,252,235)
#E6FCED
(230,252,237)
#E9FCEF
(233,252,239)
#ECFCF1
(236,252,241)
#EFFCF3
(239,252,243)
#F2FCF5
(242,252,245)
#F5FCF7
(245,252,247)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFCE5 color. Also use rgb(218,252,229) instead hex code.

Text Font Color

.myTextColor { color: #DAFCE5; }

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

This text font color is #DAFCE5.

Background Color

.myBgColor { background-color: #DAFCE5; }

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

This div background color is #DAFCE5.

Border color

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

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

This div border color is #DAFCE5.

Opacity

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

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

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

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

This text has shadow with #DAFCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFCE5.

Preview

Color preview on black background

This text has color #DAFCE5 on black background.


Color preview on white background

This text has color #DAFCE5 on white background.


Black color preview on #DAFCE5 background

This text has black color on #DAFCE5 background.


White color preview on #DAFCE5 background

This text has white color on #DAFCE5 background.


Related colors

Complementary color

Complementary color for #hex is #25031A.


I love getcolorcode.com

Triadic colors

1 #E5DAFC and #FCE5DA with #DAFCE5 are triadic colors.

2 #E5FCDA and #FCDAE5 with #DAFCE5 are triadic colors.