COLOR #DAE9EB

HEX: #DAE9EB RGB: (218,233,235)

Color info

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

RGB color model

#DAE9EB color RGB value is (218,233,235).

RGB: (218,233,235) (85%, 91%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 233 of 255 = 91%
B 235 of 255 = 92%

218
233
235

R + G + B ~ 89%. #DAE9EB is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 233 + 235 = 686 (100%)
R 218 of 686 ~ 31.78%
G 233 of 686 ~ 33.97%
B 235 of 686 ~ 34.26'%

%31.78
%33.97
%34.26

CMYK color model

#DAE9EB color CMYK value is (7,1,0,8).

  • cyan value is 7.23%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (7,1,0,8)
C7M1Y0K8 (7%, 1%, 0%, 8%)
(0.07 / 0.01 / 0.00 / 0.08)

CMYK percentages

%7.23
%0.85
%0
%7.84

Codes

Color #DAE9EB in popluar color models

DA E9 EB
RGB 218 233 235
HSL 187° 29.82% 88.82%
HSB/HSV 187° 7.23% 92.16%
CMYK 7.23% 0.85% 0.00%
7.84%

Color #DAE9EB in popluar number systems.

HEX DA E9 EB
Decimal 218 233 235
Binary 11011010 11101001 11101011
Octal 332 351 353

Shades and tints

Shades of #DAE9EB

#DAE9EB
(218,233,235)
#C7D4D6
(199,212,214)
#B4BFC1
(180,191,193)
#A1AAAC
(161,170,172)
#8E9597
(142,149,151)
#7B8082
(123,128,130)
#686B6D
(104,107,109)
#555658
(85,86,88)
#424143
(66,65,67)
#2F2C2E
(47,44,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #DAE9EB

#DAE9EB
(218,233,235)
#DDEBEC
(221,235,236)
#E0EDED
(224,237,237)
#E3EFEE
(227,239,238)
#E6F1EF
(230,241,239)
#E9F3F0
(233,243,240)
#ECF5F1
(236,245,241)
#EFF7F2
(239,247,242)
#F2F9F3
(242,249,243)
#F5FBF4
(245,251,244)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9EB; }

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

This text font color is #DAE9EB.

Background Color

.myBgColor { background-color: #DAE9EB; }

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

This div background color is #DAE9EB.

Border color

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

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

This div border color is #DAE9EB.

Opacity

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

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

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

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

This text has shadow with #DAE9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE9EB.

Preview

Color preview on black background

This text has color #DAE9EB on black background.


Color preview on white background

This text has color #DAE9EB on white background.


Black color preview on #DAE9EB background

This text has black color on #DAE9EB background.


White color preview on #DAE9EB background

This text has white color on #DAE9EB background.


Related colors

Complementary color

Complementary color for #hex is #251614.


I love getcolorcode.com

Triadic colors

1 #EBDAE9 and #E9EBDA with #DAE9EB are triadic colors.

2 #EBE9DA and #E9DAEB with #DAE9EB are triadic colors.