COLOR #DAF6EC

HEX: #DAF6EC RGB: (218,246,236)

Color info

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

RGB color model

#DAF6EC color RGB value is (218,246,236).

RGB: (218,246,236) (85%, 96%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 246 of 255 = 96%
B 236 of 255 = 93%

218
246
236

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

Portions of RGB colors in percentages

R + G + B = 218 + 246 + 236 = 700 (100%)
R 218 of 700 ~ 31.14%
G 246 of 700 ~ 35.14%
B 236 of 700 ~ 33.71'%

%31.14
%35.14
%33.71

CMYK color model

#DAF6EC color CMYK value is (11,0,4,4).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%

CMYK: (11,0,4,4)
C11M0Y4K4 (11%, 0%, 4%, 4%)
(0.11 / 0.00 / 0.04 / 0.04)

CMYK percentages

%11.38
%0
%4.07
%3.53

Codes

Color #DAF6EC in popluar color models

DA F6 EC
RGB 218 246 236
HSL 159° 60.87% 90.98%
HSB/HSV 159° 11.38% 96.47%
CMYK 11.38% 0.00% 4.07%
3.53%

Color #DAF6EC in popluar number systems.

HEX DA F6 EC
Decimal 218 246 236
Binary 11011010 11110110 11101100
Octal 332 366 354

Shades and tints

Shades of #DAF6EC

#DAF6EC
(218,246,236)
#C7E0D7
(199,224,215)
#B4CAC2
(180,202,194)
#A1B4AD
(161,180,173)
#8E9E98
(142,158,152)
#7B8883
(123,136,131)
#68726E
(104,114,110)
#555C59
(85,92,89)
#424644
(66,70,68)
#2F302F
(47,48,47)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #DAF6EC

#DAF6EC
(218,246,236)
#DDF6ED
(221,246,237)
#E0F6EE
(224,246,238)
#E3F6EF
(227,246,239)
#E6F6F0
(230,246,240)
#E9F6F1
(233,246,241)
#ECF6F2
(236,246,242)
#EFF6F3
(239,246,243)
#F2F6F4
(242,246,244)
#F5F6F5
(245,246,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF6EC color. Also use rgb(218,246,236) instead hex code.

Text Font Color

.myTextColor { color: #DAF6EC; }

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

This text font color is #DAF6EC.

Background Color

.myBgColor { background-color: #DAF6EC; }

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

This div background color is #DAF6EC.

Border color

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

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

This div border color is #DAF6EC.

Opacity

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

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

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

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

This text has shadow with #DAF6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF6EC.

Preview

Color preview on black background

This text has color #DAF6EC on black background.


Color preview on white background

This text has color #DAF6EC on white background.


Black color preview on #DAF6EC background

This text has black color on #DAF6EC background.


White color preview on #DAF6EC background

This text has white color on #DAF6EC background.


Related colors

Complementary color

Complementary color for #hex is #250913.


I love getcolorcode.com

Triadic colors

1 #ECDAF6 and #F6ECDA with #DAF6EC are triadic colors.

2 #ECF6DA and #F6DAEC with #DAF6EC are triadic colors.