COLOR #DAF3EE

HEX: #DAF3EE
RGB: (218,243,238)

Color info

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

RGB color model

#DAF3EE color RGB value is (218,243,238).

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

RGB channels and saturation

R 218 of 255 = 85%
G 243 of 255 = 95%
B 238 of 255 = 93%

218
243
238

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

Portions of RGB colors in percentages

R + G + B =
218 + 243 + 238 = 699 (100%)
R 218 of 699 ~ 31.19%
G 243 of 699 ~ 34.76%
B 238 of 699 ~ 34.05%

%31.19
%34.76
%34.05

CMYK color model

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

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

CMYK percentages

%10.29
%0
%2.06
%4.71

Codes

Color #DAF3EE in popluar color models

DAF3EE
RGB218243238
HSL168°51.02%90.39%
HSB/HSV168°10.29%95.29%
CMYK10.29%0.00%2.06%
4.71%

Color #DAF3EE in popluar number systems.

HEXDAF3EE
Decimal218243238
Binary110110101111001111101110
Octal332363356

Shades and tints

Shades of #DAF3EE

#DAF3EE
(218,243,238)
#C7DDD9
(199,221,217)
#B4C7C4
(180,199,196)
#A1B1AF
(161,177,175)
#8E9B9A
(142,155,154)
#7B8585
(123,133,133)
#686F70
(104,111,112)
#55595B
(85,89,91)
#424346
(66,67,70)
#2F2D31
(47,45,49)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #DAF3EE

#DAF3EE
(218,243,238)
#DDF4EF
(221,244,239)
#E0F5F0
(224,245,240)
#E3F6F1
(227,246,241)
#E6F7F2
(230,247,242)
#E9F8F3
(233,248,243)
#ECF9F4
(236,249,244)
#EFFAF5
(239,250,245)
#F2FBF6
(242,251,246)
#F5FCF7
(245,252,247)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF3EE; }

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

This text font color is #DAF3EE.


Background Color

.myBgColor { background-color: #DAF3EE; }

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

This div background color is #DAF3EE.


Border color

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

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

This div border color is #DAF3EE.


Opacity

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

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

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

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

This text has shadow with #DAF3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF3EE on black background.


Color preview on white background

This text has color #DAF3EE on white background.



Black color preview on #DAF3EE background

This text has black color on #DAF3EE background.


White color preview on #DAF3EE background

This text has white color on #DAF3EE background.