COLOR #DAEBF3

HEX: #DAEBF3
RGB: (218,235,243)

Color info

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

RGB color model

#DAEBF3 color RGB value is (218,235,243).

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

RGB channels and saturation

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

218
235
243

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

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 243 = 696 (100%)
R 218 of 696 ~ 31.32%
G 235 of 696 ~ 33.76%
B 243 of 696 ~ 34.91%

%31.32
%33.76
%34.91

CMYK color model

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

  • cyan value is 10.29%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(10,3,0,5)
C10M3Y0K5 
(10%,3%,0%,5%)
(0.10/0.03/0.00/0.05)	

CMYK percentages

%10.29
%3.29
%0
%4.71

Codes

Color #DAEBF3 in popluar color models

DAEBF3
RGB218235243
HSL199°51.02%90.39%
HSB/HSV199°10.29%95.29%
CMYK10.29%3.29%0.00%
4.71%

Color #DAEBF3 in popluar number systems.

HEXDAEBF3
Decimal218235243
Binary110110101110101111110011
Octal332353363

Shades and tints

Shades of #DAEBF3

#DAEBF3
(218,235,243)
#C7D6DD
(199,214,221)
#B4C1C7
(180,193,199)
#A1ACB1
(161,172,177)
#8E979B
(142,151,155)
#7B8285
(123,130,133)
#686D6F
(104,109,111)
#555859
(85,88,89)
#424343
(66,67,67)
#2F2E2D
(47,46,45)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #DAEBF3

#DAEBF3
(218,235,243)
#DDECF4
(221,236,244)
#E0EDF5
(224,237,245)
#E3EEF6
(227,238,246)
#E6EFF7
(230,239,247)
#E9F0F8
(233,240,248)
#ECF1F9
(236,241,249)
#EFF2FA
(239,242,250)
#F2F3FB
(242,243,251)
#F5F4FC
(245,244,252)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBF3; }

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

This text font color is #DAEBF3.


Background Color

.myBgColor { background-color: #DAEBF3; }

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

This div background color is #DAEBF3.


Border color

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

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

This div border color is #DAEBF3.


Opacity

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

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

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

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

This text has shadow with #DAEBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBF3 on black background.


Color preview on white background

This text has color #DAEBF3 on white background.



Black color preview on #DAEBF3 background

This text has black color on #DAEBF3 background.


White color preview on #DAEBF3 background

This text has white color on #DAEBF3 background.