COLOR #DAF4EB

HEX: #DAF4EB
RGB: (218,244,235)

Color info

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

RGB color model

#DAF4EB color RGB value is (218,244,235).

  • red value is 218;
  • green value is 244;
  • blue value is 235.
RGB:
(218,244,235)
(85%,96%,92%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 235 of 255 = 92%

218
244
235

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

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 235 = 697 (100%)
R 218 of 697 ~ 31.28%
G 244 of 697 ~ 35.01%
B 235 of 697 ~ 33.72%

%31.28
%35.01
%33.72

CMYK color model

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

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK:
(11,0,4,4)
C11M0Y4K4 
(11%,0%,4%,4%)
(0.11/0.00/0.04/0.04)	

CMYK percentages

%10.66
%0
%3.69
%4.31

Codes

Color #DAF4EB in popluar color models

DAF4EB
RGB218244235
HSL159°54.17%90.59%
HSB/HSV159°10.66%95.69%
CMYK10.66%0.00%3.69%
4.31%

Color #DAF4EB in popluar number systems.

HEXDAF4EB
Decimal218244235
Binary110110101111010011101011
Octal332364353

Shades and tints

Shades of #DAF4EB

#DAF4EB
(218,244,235)
#C7DED6
(199,222,214)
#B4C8C1
(180,200,193)
#A1B2AC
(161,178,172)
#8E9C97
(142,156,151)
#7B8682
(123,134,130)
#68706D
(104,112,109)
#555A58
(85,90,88)
#424443
(66,68,67)
#2F2E2E
(47,46,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAF4EB

#DAF4EB
(218,244,235)
#DDF5EC
(221,245,236)
#E0F6ED
(224,246,237)
#E3F7EE
(227,247,238)
#E6F8EF
(230,248,239)
#E9F9F0
(233,249,240)
#ECFAF1
(236,250,241)
#EFFBF2
(239,251,242)
#F2FCF3
(242,252,243)
#F5FDF4
(245,253,244)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF4EB color. Also use rgb(218,244,235) instead hex code.

Text Font Color

.myTextColor { color: #DAF4EB; }

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

This text font color is #DAF4EB.


Background Color

.myBgColor { background-color: #DAF4EB; }

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

This div background color is #DAF4EB.


Border color

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

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

This div border color is #DAF4EB.


Opacity

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

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

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

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

This text has shadow with #DAF4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4EB on black background.


Color preview on white background

This text has color #DAF4EB on white background.



Black color preview on #DAF4EB background

This text has black color on #DAF4EB background.


White color preview on #DAF4EB background

This text has white color on #DAF4EB background.