COLOR #DAF7ED

HEX: #DAF7ED RGB: (218,247,237)

Color info

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

RGB color model

#DAF7ED color RGB value is (218,247,237).

RGB: (218,247,237) (85%, 97%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 247 of 255 = 97%
B 237 of 255 = 93%

218
247
237

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

Portions of RGB colors in percentages

R + G + B = 218 + 247 + 237 = 702 (100%)
R 218 of 702 ~ 31.05%
G 247 of 702 ~ 35.19%
B 237 of 702 ~ 33.76'%

%31.05
%35.19
%33.76

CMYK color model

#DAF7ED color CMYK value is (12,0,4,3).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 3.14%

CMYK: (12,0,4,3)
C12M0Y4K3 (12%, 0%, 4%, 3%)
(0.12 / 0.00 / 0.04 / 0.03)

CMYK percentages

%11.74
%0
%4.05
%3.14

Codes

Color #DAF7ED in popluar color models

DA F7 ED
RGB 218 247 237
HSL 159° 64.44% 91.18%
HSB/HSV 159° 11.74% 96.86%
CMYK 11.74% 0.00% 4.05%
3.14%

Color #DAF7ED in popluar number systems.

HEX DA F7 ED
Decimal 218 247 237
Binary 11011010 11110111 11101101
Octal 332 367 355

Shades and tints

Shades of #DAF7ED

#DAF7ED
(218,247,237)
#C7E1D8
(199,225,216)
#B4CBC3
(180,203,195)
#A1B5AE
(161,181,174)
#8E9F99
(142,159,153)
#7B8984
(123,137,132)
#68736F
(104,115,111)
#555D5A
(85,93,90)
#424745
(66,71,69)
#2F3130
(47,49,48)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #DAF7ED

#DAF7ED
(218,247,237)
#DDF7EE
(221,247,238)
#E0F7EF
(224,247,239)
#E3F7F0
(227,247,240)
#E6F7F1
(230,247,241)
#E9F7F2
(233,247,242)
#ECF7F3
(236,247,243)
#EFF7F4
(239,247,244)
#F2F7F5
(242,247,245)
#F5F7F6
(245,247,246)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF7ED color. Also use rgb(218,247,237) instead hex code.

Text Font Color

.myTextColor { color: #DAF7ED; }

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

This text font color is #DAF7ED.

Background Color

.myBgColor { background-color: #DAF7ED; }

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

This div background color is #DAF7ED.

Border color

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

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

This div border color is #DAF7ED.

Opacity

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

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

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

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

This text has shadow with #DAF7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF7ED.

Preview

Color preview on black background

This text has color #DAF7ED on black background.


Color preview on white background

This text has color #DAF7ED on white background.


Black color preview on #DAF7ED background

This text has black color on #DAF7ED background.


White color preview on #DAF7ED background

This text has white color on #DAF7ED background.


Related colors

Complementary color

Complementary color for #hex is #250812.


I love getcolorcode.com

Triadic colors

1 #EDDAF7 and #F7EDDA with #DAF7ED are triadic colors.

2 #EDF7DA and #F7DAED with #DAF7ED are triadic colors.