COLOR #DAFFE7

HEX: #DAFFE7 RGB: (218,255,231)

Color info

#DAFFE7 contains red, green and blue colors in about the same proportion. Web safe color of #DAFFE7 is #CCFFFF (or #CFF).

RGB color model

#DAFFE7 color RGB value is (218,255,231).

RGB: (218,255,231) (85%, 100%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 255 of 255 = 100%
B 231 of 255 = 91%

218
255
231

R + G + B ~ 92%. #DAFFE7 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 255 + 231 = 704 (100%)
R 218 of 704 ~ 30.97%
G 255 of 704 ~ 36.22%
B 231 of 704 ~ 32.81'%

%30.97
%36.22
%32.81

CMYK color model

#DAFFE7 color CMYK value is (15,0,9,0).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 0.00%

CMYK: (15,0,9,0)
C15M0Y9K0 (15%, 0%, 9%, 0%)
(0.15 / 0.00 / 0.09 / 0.00)

CMYK percentages

%14.51
%0
%9.41
%0

Codes

Color #DAFFE7 in popluar color models

DA FF E7
RGB 218 255 231
HSL 141° 100.00% 92.75%
HSB/HSV 141° 14.51% 100.00%
CMYK 14.51% 0.00% 9.41%
0.00%

Color #DAFFE7 in popluar number systems.

HEX DA FF E7
Decimal 218 255 231
Binary 11011010 11111111 11100111
Octal 332 377 347

Shades and tints

Shades of #DAFFE7

#DAFFE7
(218,255,231)
#C7E8D2
(199,232,210)
#B4D1BD
(180,209,189)
#A1BAA8
(161,186,168)
#8EA393
(142,163,147)
#7B8C7E
(123,140,126)
#687569
(104,117,105)
#555E54
(85,94,84)
#42473F
(66,71,63)
#2F302A
(47,48,42)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #DAFFE7

#DAFFE7
(218,255,231)
#DDFFE9
(221,255,233)
#E0FFEB
(224,255,235)
#E3FFED
(227,255,237)
#E6FFEF
(230,255,239)
#E9FFF1
(233,255,241)
#ECFFF3
(236,255,243)
#EFFFF5
(239,255,245)
#F2FFF7
(242,255,247)
#F5FFF9
(245,255,249)
#F8FFFB
(248,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAFFE7; }

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

This text font color is #DAFFE7.

Background Color

.myBgColor { background-color: #DAFFE7; }

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

This div background color is #DAFFE7.

Border color

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

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

This div border color is #DAFFE7.

Opacity

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

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

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

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

This text has shadow with #DAFFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAFFE7.

Preview

Color preview on black background

This text has color #DAFFE7 on black background.


Color preview on white background

This text has color #DAFFE7 on white background.


Black color preview on #DAFFE7 background

This text has black color on #DAFFE7 background.


White color preview on #DAFFE7 background

This text has white color on #DAFFE7 background.


Related colors

Complementary color

Complementary color for #hex is #250018.


I love getcolorcode.com

Triadic colors

1 #E7DAFF and #FFE7DA with #DAFFE7 are triadic colors.

2 #E7FFDA and #FFDAE7 with #DAFFE7 are triadic colors.