COLOR #DAEBEF

HEX: #DAEBEF RGB: (218,235,239)

Color info

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

RGB color model

#DAEBEF color RGB value is (218,235,239).

RGB: (218,235,239) (85%, 92%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 239 of 255 = 94%

218
235
239

R + G + B ~ 90%. #DAEBEF is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 239 = 692 (100%)
R 218 of 692 ~ 31.5%
G 235 of 692 ~ 33.96%
B 239 of 692 ~ 34.54'%

%31.5
%33.96
%34.54

CMYK color model

#DAEBEF color CMYK value is (9,2,0,6).

  • cyan value is 8.79%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,2,0,6)
C9M2Y0K6 (9%, 2%, 0%, 6%)
(0.09 / 0.02 / 0.00 / 0.06)

CMYK percentages

%8.79
%1.67
%0
%6.27

Codes

Color #DAEBEF in popluar color models

DA EB EF
RGB 218 235 239
HSL 191° 39.62% 89.61%
HSB/HSV 191° 8.79% 93.73%
CMYK 8.79% 1.67% 0.00%
6.27%

Color #DAEBEF in popluar number systems.

HEX DA EB EF
Decimal 218 235 239
Binary 11011010 11101011 11101111
Octal 332 353 357

Shades and tints

Shades of #DAEBEF

#DAEBEF
(218,235,239)
#C7D6DA
(199,214,218)
#B4C1C5
(180,193,197)
#A1ACB0
(161,172,176)
#8E979B
(142,151,155)
#7B8286
(123,130,134)
#686D71
(104,109,113)
#55585C
(85,88,92)
#424347
(66,67,71)
#2F2E32
(47,46,50)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #DAEBEF

#DAEBEF
(218,235,239)
#DDECF0
(221,236,240)
#E0EDF1
(224,237,241)
#E3EEF2
(227,238,242)
#E6EFF3
(230,239,243)
#E9F0F4
(233,240,244)
#ECF1F5
(236,241,245)
#EFF2F6
(239,242,246)
#F2F3F7
(242,243,247)
#F5F4F8
(245,244,248)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBEF; }

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

This text font color is #DAEBEF.

Background Color

.myBgColor { background-color: #DAEBEF; }

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

This div background color is #DAEBEF.

Border color

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

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

This div border color is #DAEBEF.

Opacity

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

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

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

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

This text has shadow with #DAEBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBEF.

Preview

Color preview on black background

This text has color #DAEBEF on black background.


Color preview on white background

This text has color #DAEBEF on white background.


Black color preview on #DAEBEF background

This text has black color on #DAEBEF background.


White color preview on #DAEBEF background

This text has white color on #DAEBEF background.


Related colors

Complementary color

Complementary color for #hex is #251410.


I love getcolorcode.com

Triadic colors

1 #EFDAEB and #EBEFDA with #DAEBEF are triadic colors.

2 #EFEBDA and #EBDAEF with #DAEBEF are triadic colors.