COLOR #DAF1E9

HEX: #DAF1E9
RGB: (218,241,233)

Color info

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

RGB color model

#DAF1E9 color RGB value is (218,241,233).

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

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 233 of 255 = 91%

218
241
233

R + G + B ~ 90%. #DAF1E9 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 233 = 692 (100%)
R 218 of 692 ~ 31.5%
G 241 of 692 ~ 34.83%
B 233 of 692 ~ 33.67%

%31.5
%34.83
%33.67

CMYK color model

#DAF1E9 color CMYK value is (10,0,3,5).

  • cyan value is 9.54%
  • magenta value is 0.00%
  • yellow value is 3.32%
  • key color value is 5.49%
CMYK:
(10,0,3,5)
C10M0Y3K5 
(10%,0%,3%,5%)
(0.10/0.00/0.03/0.05)	

CMYK percentages

%9.54
%0
%3.32
%5.49

Codes

Color #DAF1E9 in popluar color models

DAF1E9
RGB218241233
HSL159°45.10%90.00%
HSB/HSV159°9.54%94.51%
CMYK9.54%0.00%3.32%
5.49%

Color #DAF1E9 in popluar number systems.

HEXDAF1E9
Decimal218241233
Binary110110101111000111101001
Octal332361351

Shades and tints

Shades of #DAF1E9

#DAF1E9
(218,241,233)
#C7DCD4
(199,220,212)
#B4C7BF
(180,199,191)
#A1B2AA
(161,178,170)
#8E9D95
(142,157,149)
#7B8880
(123,136,128)
#68736B
(104,115,107)
#555E56
(85,94,86)
#424941
(66,73,65)
#2F342C
(47,52,44)
#1C1F17
(28,31,23)
#000000
(0,0,0)

Tints of #DAF1E9

#DAF1E9
(218,241,233)
#DDF2EB
(221,242,235)
#E0F3ED
(224,243,237)
#E3F4EF
(227,244,239)
#E6F5F1
(230,245,241)
#E9F6F3
(233,246,243)
#ECF7F5
(236,247,245)
#EFF8F7
(239,248,247)
#F2F9F9
(242,249,249)
#F5FAFB
(245,250,251)
#F8FBFD
(248,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF1E9; }

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

This text font color is #DAF1E9.


Background Color

.myBgColor { background-color: #DAF1E9; }

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

This div background color is #DAF1E9.


Border color

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

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

This div border color is #DAF1E9.


Opacity

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

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

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

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

This text has shadow with #DAF1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1E9 on black background.


Color preview on white background

This text has color #DAF1E9 on white background.



Black color preview on #DAF1E9 background

This text has black color on #DAF1E9 background.


White color preview on #DAF1E9 background

This text has white color on #DAF1E9 background.