COLOR #DAF8EE

HEX: #DAF8EE
RGB: (218,248,238)

Color info

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

RGB color model

#DAF8EE color RGB value is (218,248,238).

  • red value is 218;
  • green value is 248;
  • blue value is 238.
RGB: (218,248,238) (85%,97%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 248 of 255 = 97%
B 238 of 255 = 93%

218
248
238

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

Portions of RGB colors in percentages

R + G + B =
218 + 248 + 238 = 704 (100%)
R 218 of 704 ~ 30.97%
G 248 of 704 ~ 35.23%
B 238 of 704 ~ 33.81%

%30.97
%35.23
%33.81

CMYK color model

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

  • cyan value is 12.10%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 2.75%
CMYK: (12,0,4,3) C12M0Y4K3 (12%,0%,4%,3%) (0.12/0.00/0.04/0.03)

CMYK percentages

%12.1
%0
%4.03
%2.75

Codes

Color #DAF8EE in popluar color models

DAF8EE
RGB218248238
HSL160°68.18%91.37%
HSB/HSV160°12.10%97.25%
CMYK12.10%0.00%4.03%
2.75%

Color #DAF8EE in popluar number systems.

HEXDAF8EE
Decimal218248238
Binary110110101111100011101110
Octal332370356

Shades and tints

Shades of #DAF8EE

#DAF8EE
(218,248,238)
#C7E2D9
(199,226,217)
#B4CCC4
(180,204,196)
#A1B6AF
(161,182,175)
#8EA09A
(142,160,154)
#7B8A85
(123,138,133)
#687470
(104,116,112)
#555E5B
(85,94,91)
#424846
(66,72,70)
#2F3231
(47,50,49)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #DAF8EE

#DAF8EE
(218,248,238)
#DDF8EF
(221,248,239)
#E0F8F0
(224,248,240)
#E3F8F1
(227,248,241)
#E6F8F2
(230,248,242)
#E9F8F3
(233,248,243)
#ECF8F4
(236,248,244)
#EFF8F5
(239,248,245)
#F2F8F6
(242,248,246)
#F5F8F7
(245,248,247)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF8EE color. Also use rgb(218,248,238) instead hex code.

Text Font Color

.myTextColor { color: #DAF8EE; }

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

This text font color is #DAF8EE.


Background Color

.myBgColor { background-color: #DAF8EE; }

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

This div background color is #DAF8EE.


Border color

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

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

This div border color is #DAF8EE.


Opacity

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

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

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

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

This text has shadow with #DAF8EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DAF8EE on black background.


Color preview on white background

This text has color #DAF8EE on white background.



Black color preview on #DAF8EE background

This text has black color on #DAF8EE background.


White color preview on #DAF8EE background

This text has white color on #DAF8EE background.