COLOR #DAE7EB

HEX: #DAE7EB RGB: (218,231,235)

Color info

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

RGB color model

#DAE7EB color RGB value is (218,231,235).

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

RGB channels and saturation

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

218
231
235

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

Portions of RGB colors in percentages

R + G + B = 218 + 231 + 235 = 684 (100%)
R 218 of 684 ~ 31.87%
G 231 of 684 ~ 33.77%
B 235 of 684 ~ 34.36'%

%31.87
%33.77
%34.36

CMYK color model

#DAE7EB color CMYK value is (7,2,0,8).

  • cyan value is 7.23%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (7,2,0,8) C7M2Y0K8 (7%,2%,0%,8%) (0.07/0.02/0.00/0.08) 

CMYK percentages

%7.23
%1.7
%0
%7.84

Codes

Color #DAE7EB in popluar color models

DA E7 EB
RGB 218 231 235
HSL 194° 29.82% 88.82%
HSB/HSV 194° 7.23% 92.16%
CMYK 7.23% 1.70% 0.00%
7.84%

Color #DAE7EB in popluar number systems.

HEX DA E7 EB
Decimal 218 231 235
Binary 11011010 11100111 11101011
Octal 332 347 353

Shades and tints

Shades of #DAE7EB

#DAE7EB
(218,231,235)
#C7D2D6
(199,210,214)
#B4BDC1
(180,189,193)
#A1A8AC
(161,168,172)
#8E9397
(142,147,151)
#7B7E82
(123,126,130)
#68696D
(104,105,109)
#555458
(85,84,88)
#423F43
(66,63,67)
#2F2A2E
(47,42,46)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAE7EB

#DAE7EB
(218,231,235)
#DDE9EC
(221,233,236)
#E0EBED
(224,235,237)
#E3EDEE
(227,237,238)
#E6EFEF
(230,239,239)
#E9F1F0
(233,241,240)
#ECF3F1
(236,243,241)
#EFF5F2
(239,245,242)
#F2F7F3
(242,247,243)
#F5F9F4
(245,249,244)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7EB; }

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

This text font color is #DAE7EB.

Background Color

.myBgColor { background-color: #DAE7EB; }

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

This div background color is #DAE7EB.

Border color

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

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

This div border color is #DAE7EB.

Opacity

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

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

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

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

This text has shadow with #DAE7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE7EB.

Preview

Color preview on black background

This text has color #DAE7EB on black background.


Color preview on white background

This text has color #DAE7EB on white background.


Black color preview on #DAE7EB background

This text has black color on #DAE7EB background.


White color preview on #DAE7EB background

This text has white color on #DAE7EB background.


Related colors

Complementary color

Complementary color for #hex is #251814.


I love getcolorcode.com

Triadic colors

1 #EBDAE7 and #E7EBDA with #DAE7EB are triadic colors.

2 #EBE7DA and #E7DAEB with #DAE7EB are triadic colors.