COLOR #DAE3E6

HEX: #DAE3E6 RGB: (218,227,230)

Color info

#DAE3E6 contains red, green and blue colors in about the same proportion. Web safe color of #DAE3E6 is #CCCCCC (or #CCC).

RGB color model

#DAE3E6 color RGB value is (218,227,230).

RGB: (218,227,230) (85%, 89%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 230 of 255 = 90%

218
227
230

R + G + B ~ 88%. #DAE3E6 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 230 = 675 (100%)
R 218 of 675 ~ 32.3%
G 227 of 675 ~ 33.63%
B 230 of 675 ~ 34.07'%

%32.3
%33.63
%34.07

CMYK color model

#DAE3E6 color CMYK value is (5,1,0,10).

  • cyan value is 5.22%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (5,1,0,10)
C5M1Y0K10 (5%, 1%, 0%, 10%)
(0.05 / 0.01 / 0.00 / 0.10)

CMYK percentages

%5.22
%1.3
%0
%9.8

Codes

Color #DAE3E6 in popluar color models

DA E3 E6
RGB 218 227 230
HSL 195° 19.35% 87.84%
HSB/HSV 195° 5.22% 90.20%
CMYK 5.22% 1.30% 0.00%
9.80%

Color #DAE3E6 in popluar number systems.

HEX DA E3 E6
Decimal 218 227 230
Binary 11011010 11100011 11100110
Octal 332 343 346

Shades and tints

Shades of #DAE3E6

#DAE3E6
(218,227,230)
#C7CFD2
(199,207,210)
#B4BBBE
(180,187,190)
#A1A7AA
(161,167,170)
#8E9396
(142,147,150)
#7B7F82
(123,127,130)
#686B6E
(104,107,110)
#55575A
(85,87,90)
#424346
(66,67,70)
#2F2F32
(47,47,50)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #DAE3E6

#DAE3E6
(218,227,230)
#DDE5E8
(221,229,232)
#E0E7EA
(224,231,234)
#E3E9EC
(227,233,236)
#E6EBEE
(230,235,238)
#E9EDF0
(233,237,240)
#ECEFF2
(236,239,242)
#EFF1F4
(239,241,244)
#F2F3F6
(242,243,246)
#F5F5F8
(245,245,248)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE3E6 color. Also use rgb(218,227,230) instead hex code.

Text Font Color

.myTextColor { color: #DAE3E6; }

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

This text font color is #DAE3E6.

Background Color

.myBgColor { background-color: #DAE3E6; }

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

This div background color is #DAE3E6.

Border color

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

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

This div border color is #DAE3E6.

Opacity

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

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

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

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

This text has shadow with #DAE3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3E6.

Preview

Color preview on black background

This text has color #DAE3E6 on black background.


Color preview on white background

This text has color #DAE3E6 on white background.


Black color preview on #DAE3E6 background

This text has black color on #DAE3E6 background.


White color preview on #DAE3E6 background

This text has white color on #DAE3E6 background.


Related colors

Complementary color

Complementary color for #hex is #251C19.


I love getcolorcode.com

Triadic colors

1 #E6DAE3 and #E3E6DA with #DAE3E6 are triadic colors.

2 #E6E3DA and #E3DAE6 with #DAE3E6 are triadic colors.