COLOR #DAE8E3

HEX: #DAE8E3 RGB: (218,232,227)

Color info

#DAE8E3 contains red, green and blue colors in about the same proportion. Web safe color of #DAE8E3 is #CCFFCC (or #CFC).

RGB color model

#DAE8E3 color RGB value is (218,232,227).

RGB: (218,232,227) (85%, 91%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 227 of 255 = 89%

218
232
227

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

Portions of RGB colors in percentages

R + G + B = 218 + 232 + 227 = 677 (100%)
R 218 of 677 ~ 32.2%
G 232 of 677 ~ 34.27%
B 227 of 677 ~ 33.53'%

%32.2
%34.27
%33.53

CMYK color model

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

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 9.02%

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

CMYK percentages

%6.03
%0
%2.16
%9.02

Codes

Color #DAE8E3 in popluar color models

DA E8 E3
RGB 218 232 227
HSL 159° 23.33% 88.24%
HSB/HSV 159° 6.03% 90.98%
CMYK 6.03% 0.00% 2.16%
9.02%

Color #DAE8E3 in popluar number systems.

HEX DA E8 E3
Decimal 218 232 227
Binary 11011010 11101000 11100011
Octal 332 350 343

Shades and tints

Shades of #DAE8E3

#DAE8E3
(218,232,227)
#C7D3CF
(199,211,207)
#B4BEBB
(180,190,187)
#A1A9A7
(161,169,167)
#8E9493
(142,148,147)
#7B7F7F
(123,127,127)
#686A6B
(104,106,107)
#555557
(85,85,87)
#424043
(66,64,67)
#2F2B2F
(47,43,47)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #DAE8E3

#DAE8E3
(218,232,227)
#DDEAE5
(221,234,229)
#E0ECE7
(224,236,231)
#E3EEE9
(227,238,233)
#E6F0EB
(230,240,235)
#E9F2ED
(233,242,237)
#ECF4EF
(236,244,239)
#EFF6F1
(239,246,241)
#F2F8F3
(242,248,243)
#F5FAF5
(245,250,245)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8E3; }

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

This text font color is #DAE8E3.

Background Color

.myBgColor { background-color: #DAE8E3; }

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

This div background color is #DAE8E3.

Border color

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

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

This div border color is #DAE8E3.

Opacity

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

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

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

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

This text has shadow with #DAE8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE8E3.

Preview

Color preview on black background

This text has color #DAE8E3 on black background.


Color preview on white background

This text has color #DAE8E3 on white background.


Black color preview on #DAE8E3 background

This text has black color on #DAE8E3 background.


White color preview on #DAE8E3 background

This text has white color on #DAE8E3 background.


Related colors

Complementary color

Complementary color for #hex is #25171C.


I love getcolorcode.com

Triadic colors

1 #E3DAE8 and #E8E3DA with #DAE8E3 are triadic colors.

2 #E3E8DA and #E8DAE3 with #DAE8E3 are triadic colors.