COLOR #DAEAE8

HEX: #DAEAE8 RGB: (218,234,232)

Color info

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

RGB color model

#DAEAE8 color RGB value is (218,234,232).

RGB: (218,234,232) (85%, 92%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 232 of 255 = 91%

218
234
232

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

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 232 = 684 (100%)
R 218 of 684 ~ 31.87%
G 234 of 684 ~ 34.21%
B 232 of 684 ~ 33.92'%

%31.87
%34.21
%33.92

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 8.24%

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

CMYK percentages

%6.84
%0
%0.85
%8.24

Codes

Color #DAEAE8 in popluar color models

DA EA E8
RGB 218 234 232
HSL 173° 27.59% 88.63%
HSB/HSV 173° 6.84% 91.76%
CMYK 6.84% 0.00% 0.85%
8.24%

Color #DAEAE8 in popluar number systems.

HEX DA EA E8
Decimal 218 234 232
Binary 11011010 11101010 11101000
Octal 332 352 350

Shades and tints

Shades of #DAEAE8

#DAEAE8
(218,234,232)
#C7D5D3
(199,213,211)
#B4C0BE
(180,192,190)
#A1ABA9
(161,171,169)
#8E9694
(142,150,148)
#7B817F
(123,129,127)
#686C6A
(104,108,106)
#555755
(85,87,85)
#424240
(66,66,64)
#2F2D2B
(47,45,43)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAEAE8

#DAEAE8
(218,234,232)
#DDEBEA
(221,235,234)
#E0ECEC
(224,236,236)
#E3EDEE
(227,237,238)
#E6EEF0
(230,238,240)
#E9EFF2
(233,239,242)
#ECF0F4
(236,240,244)
#EFF1F6
(239,241,246)
#F2F2F8
(242,242,248)
#F5F3FA
(245,243,250)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAE8; }

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

This text font color is #DAEAE8.

Background Color

.myBgColor { background-color: #DAEAE8; }

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

This div background color is #DAEAE8.

Border color

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

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

This div border color is #DAEAE8.

Opacity

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

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

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

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

This text has shadow with #DAEAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAE8.

Preview

Color preview on black background

This text has color #DAEAE8 on black background.


Color preview on white background

This text has color #DAEAE8 on white background.


Black color preview on #DAEAE8 background

This text has black color on #DAEAE8 background.


White color preview on #DAEAE8 background

This text has white color on #DAEAE8 background.


Related colors

Complementary color

Complementary color for #hex is #251517.


I love getcolorcode.com

Triadic colors

1 #E8DAEA and #EAE8DA with #DAEAE8 are triadic colors.

2 #E8EADA and #EADAE8 with #DAEAE8 are triadic colors.