COLOR #DAEBF2

HEX: #DAEBF2 RGB: (218,235,242)

Color info

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

RGB color model

#DAEBF2 color RGB value is (218,235,242).

RGB: (218,235,242) (85%, 92%, 95%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 242 of 255 = 95%

218
235
242

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 242 = 695 (100%)
R 218 of 695 ~ 31.37%
G 235 of 695 ~ 33.81%
B 242 of 695 ~ 34.82'%

%31.37
%33.81
%34.82

CMYK color model

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

  • cyan value is 9.92%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (10,3,0,5)
C10M3Y0K5 (10%, 3%, 0%, 5%)
(0.10 / 0.03 / 0.00 / 0.05)

CMYK percentages

%9.92
%2.89
%0
%5.1

Codes

Color #DAEBF2 in popluar color models

DA EB F2
RGB 218 235 242
HSL 198° 48.00% 90.20%
HSB/HSV 198° 9.92% 94.90%
CMYK 9.92% 2.89% 0.00%
5.10%

Color #DAEBF2 in popluar number systems.

HEX DA EB F2
Decimal 218 235 242
Binary 11011010 11101011 11110010
Octal 332 353 362

Shades and tints

Shades of #DAEBF2

#DAEBF2
(218,235,242)
#C7D6DC
(199,214,220)
#B4C1C6
(180,193,198)
#A1ACB0
(161,172,176)
#8E979A
(142,151,154)
#7B8284
(123,130,132)
#686D6E
(104,109,110)
#555858
(85,88,88)
#424342
(66,67,66)
#2F2E2C
(47,46,44)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAEBF2

#DAEBF2
(218,235,242)
#DDECF3
(221,236,243)
#E0EDF4
(224,237,244)
#E3EEF5
(227,238,245)
#E6EFF6
(230,239,246)
#E9F0F7
(233,240,247)
#ECF1F8
(236,241,248)
#EFF2F9
(239,242,249)
#F2F3FA
(242,243,250)
#F5F4FB
(245,244,251)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBF2; }

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

This text font color is #DAEBF2.

Background Color

.myBgColor { background-color: #DAEBF2; }

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

This div background color is #DAEBF2.

Border color

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

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

This div border color is #DAEBF2.

Opacity

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

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

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

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

This text has shadow with #DAEBF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBF2.

Preview

Color preview on black background

This text has color #DAEBF2 on black background.


Color preview on white background

This text has color #DAEBF2 on white background.


Black color preview on #DAEBF2 background

This text has black color on #DAEBF2 background.


White color preview on #DAEBF2 background

This text has white color on #DAEBF2 background.


Related colors

Complementary color

Complementary color for #hex is #25140D.


I love getcolorcode.com

Triadic colors

1 #F2DAEB and #EBF2DA with #DAEBF2 are triadic colors.

2 #F2EBDA and #EBDAF2 with #DAEBF2 are triadic colors.