COLOR #DAEFF2

HEX: #DAEFF2
RGB: (218,239,242)

Color info

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

RGB color model

#DAEFF2 color RGB value is (218,239,242).

  • red value is 218;
  • green value is 239;
  • blue value is 242.
RGB:
(218,239,242)
(85%,94%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 242 of 255 = 95%

218
239
242

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

Portions of RGB colors in percentages

R + G + B =
218 + 239 + 242 = 699 (100%)
R 218 of 699 ~ 31.19%
G 239 of 699 ~ 34.19%
B 242 of 699 ~ 34.62%

%31.19
%34.19
%34.62

CMYK color model

#DAEFF2 color CMYK value is (10,1,0,5).

  • cyan value is 9.92%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,1,0,5)
C10M1Y0K5 
(10%,1%,0%,5%)
(0.10/0.01/0.00/0.05)	

CMYK percentages

%9.92
%1.24
%0
%5.1

Codes

Color #DAEFF2 in popluar color models

DAEFF2
RGB218239242
HSL188°48.00%90.20%
HSB/HSV188°9.92%94.90%
CMYK9.92%1.24%0.00%
5.10%

Color #DAEFF2 in popluar number systems.

HEXDAEFF2
Decimal218239242
Binary110110101110111111110010
Octal332357362

Shades and tints

Shades of #DAEFF2

#DAEFF2
(218,239,242)
#C7DADC
(199,218,220)
#B4C5C6
(180,197,198)
#A1B0B0
(161,176,176)
#8E9B9A
(142,155,154)
#7B8684
(123,134,132)
#68716E
(104,113,110)
#555C58
(85,92,88)
#424742
(66,71,66)
#2F322C
(47,50,44)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #DAEFF2

#DAEFF2
(218,239,242)
#DDF0F3
(221,240,243)
#E0F1F4
(224,241,244)
#E3F2F5
(227,242,245)
#E6F3F6
(230,243,246)
#E9F4F7
(233,244,247)
#ECF5F8
(236,245,248)
#EFF6F9
(239,246,249)
#F2F7FA
(242,247,250)
#F5F8FB
(245,248,251)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAEFF2 color. Also use rgb(218,239,242) instead hex code.

Text Font Color

.myTextColor { color: #DAEFF2; }

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

This text font color is #DAEFF2.


Background Color

.myBgColor { background-color: #DAEFF2; }

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

This div background color is #DAEFF2.


Border color

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

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

This div border color is #DAEFF2.


Opacity

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

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

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

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

This text has shadow with #DAEFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEFF2 on black background.


Color preview on white background

This text has color #DAEFF2 on white background.



Black color preview on #DAEFF2 background

This text has black color on #DAEFF2 background.


White color preview on #DAEFF2 background

This text has white color on #DAEFF2 background.