COLOR #DAF1EC

HEX: #DAF1EC
RGB: (218,241,236)

Color info

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

RGB color model

#DAF1EC color RGB value is (218,241,236).

  • red value is 218;
  • green value is 241;
  • blue value is 236.
RGB:
(218,241,236)
(85%,95%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 236 of 255 = 93%

218
241
236

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

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 236 = 695 (100%)
R 218 of 695 ~ 31.37%
G 241 of 695 ~ 34.68%
B 236 of 695 ~ 33.96%

%31.37
%34.68
%33.96

CMYK color model

#DAF1EC color CMYK value is (10,0,2,5).

  • cyan value is 9.54%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.49%
CMYK:
(10,0,2,5)
C10M0Y2K5 
(10%,0%,2%,5%)
(0.10/0.00/0.02/0.05)	

CMYK percentages

%9.54
%0
%2.07
%5.49

Codes

Color #DAF1EC in popluar color models

DAF1EC
RGB218241236
HSL167°45.10%90.00%
HSB/HSV167°9.54%94.51%
CMYK9.54%0.00%2.07%
5.49%

Color #DAF1EC in popluar number systems.

HEXDAF1EC
Decimal218241236
Binary110110101111000111101100
Octal332361354

Shades and tints

Shades of #DAF1EC

#DAF1EC
(218,241,236)
#C7DCD7
(199,220,215)
#B4C7C2
(180,199,194)
#A1B2AD
(161,178,173)
#8E9D98
(142,157,152)
#7B8883
(123,136,131)
#68736E
(104,115,110)
#555E59
(85,94,89)
#424944
(66,73,68)
#2F342F
(47,52,47)
#1C1F1A
(28,31,26)
#000000
(0,0,0)

Tints of #DAF1EC

#DAF1EC
(218,241,236)
#DDF2ED
(221,242,237)
#E0F3EE
(224,243,238)
#E3F4EF
(227,244,239)
#E6F5F0
(230,245,240)
#E9F6F1
(233,246,241)
#ECF7F2
(236,247,242)
#EFF8F3
(239,248,243)
#F2F9F4
(242,249,244)
#F5FAF5
(245,250,245)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF1EC; }

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

This text font color is #DAF1EC.


Background Color

.myBgColor { background-color: #DAF1EC; }

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

This div background color is #DAF1EC.


Border color

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

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

This div border color is #DAF1EC.


Opacity

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

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

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

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

This text has shadow with #DAF1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1EC on black background.


Color preview on white background

This text has color #DAF1EC on white background.



Black color preview on #DAF1EC background

This text has black color on #DAF1EC background.


White color preview on #DAF1EC background

This text has white color on #DAF1EC background.