COLOR #DAFFE3

HEX: #DAFFE3 RGB: (218,255,227)

Color info

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

RGB color model

#DAFFE3 color RGB value is (218,255,227).

RGB: (218,255,227) (85%, 100%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 227 of 255 = 89%

218
255
227

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

Portions of RGB colors in percentages

R + G + B = 218 + 255 + 227 = 700 (100%)
R 218 of 700 ~ 31.14%
G 255 of 700 ~ 36.43%
B 227 of 700 ~ 32.43'%

%31.14
%36.43
%32.43

CMYK color model

#DAFFE3 color CMYK value is (15,0,11,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK: (15,0,11,0) C15M0Y11K0 (15%,0%,11%,0%) (0.15/0.00/0.11/0.00) 

CMYK percentages

%14.51
%0
%10.98
%0

Codes

Color #DAFFE3 in popluar color models

DA FF E3
RGB 218 255 227
HSL 135° 100.00% 92.75%
HSB/HSV 135° 14.51% 100.00%
CMYK 14.51% 0.00% 10.98%
0.00%

Color #DAFFE3 in popluar number systems.

HEX DA FF E3
Decimal 218 255 227
Binary 11011010 11111111 11100011
Octal 332 377 343

Shades and tints

Shades of #DAFFE3

#DAFFE3
(218,255,227)
#C7E8CF
(199,232,207)
#B4D1BB
(180,209,187)
#A1BAA7
(161,186,167)
#8EA393
(142,163,147)
#7B8C7F
(123,140,127)
#68756B
(104,117,107)
#555E57
(85,94,87)
#424743
(66,71,67)
#2F302F
(47,48,47)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #DAFFE3

#DAFFE3
(218,255,227)
#DDFFE5
(221,255,229)
#E0FFE7
(224,255,231)
#E3FFE9
(227,255,233)
#E6FFEB
(230,255,235)
#E9FFED
(233,255,237)
#ECFFEF
(236,255,239)
#EFFFF1
(239,255,241)
#F2FFF3
(242,255,243)
#F5FFF5
(245,255,245)
#F8FFF7
(248,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAFFE3 color. Also use rgb(218,255,227) instead hex code.

Text Font Color

.myTextColor { color: #DAFFE3; }

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

This text font color is #DAFFE3.

Background Color

.myBgColor { background-color: #DAFFE3; }

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

This div background color is #DAFFE3.

Border color

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

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

This div border color is #DAFFE3.

Opacity

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

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

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

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

This text has shadow with #DAFFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFFE3.

Preview

Color preview on black background

This text has color #DAFFE3 on black background.


Color preview on white background

This text has color #DAFFE3 on white background.


Black color preview on #DAFFE3 background

This text has black color on #DAFFE3 background.


White color preview on #DAFFE3 background

This text has white color on #DAFFE3 background.


Related colors

Complementary color

Complementary color for #hex is #25001C.


I love getcolorcode.com

Triadic colors

1 #E3DAFF and #FFE3DA with #DAFFE3 are triadic colors.

2 #E3FFDA and #FFDAE3 with #DAFFE3 are triadic colors.