COLOR #DAEFE9

HEX: #DAEFE9 RGB: (218,239,233)

Color info

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

RGB color model

#DAEFE9 color RGB value is (218,239,233).

RGB: (218,239,233) (85%, 94%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 233 of 255 = 91%

218
239
233

R + G + B ~ 90%. #DAEFE9 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 239 + 233 = 690 (100%)
R 218 of 690 ~ 31.59%
G 239 of 690 ~ 34.64%
B 233 of 690 ~ 33.77'%

%31.59
%34.64
%33.77

CMYK color model

#DAEFE9 color CMYK value is (9,0,3,6).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%

CMYK: (9,0,3,6)
C9M0Y3K6 (9%, 0%, 3%, 6%)
(0.09 / 0.00 / 0.03 / 0.06)

CMYK percentages

%8.79
%0
%2.51
%6.27

Codes

Color #DAEFE9 in popluar color models

DA EF E9
RGB 218 239 233
HSL 163° 39.62% 89.61%
HSB/HSV 163° 8.79% 93.73%
CMYK 8.79% 0.00% 2.51%
6.27%

Color #DAEFE9 in popluar number systems.

HEX DA EF E9
Decimal 218 239 233
Binary 11011010 11101111 11101001
Octal 332 357 351

Shades and tints

Shades of #DAEFE9

#DAEFE9
(218,239,233)
#C7DAD4
(199,218,212)
#B4C5BF
(180,197,191)
#A1B0AA
(161,176,170)
#8E9B95
(142,155,149)
#7B8680
(123,134,128)
#68716B
(104,113,107)
#555C56
(85,92,86)
#424741
(66,71,65)
#2F322C
(47,50,44)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #DAEFE9

#DAEFE9
(218,239,233)
#DDF0EB
(221,240,235)
#E0F1ED
(224,241,237)
#E3F2EF
(227,242,239)
#E6F3F1
(230,243,241)
#E9F4F3
(233,244,243)
#ECF5F5
(236,245,245)
#EFF6F7
(239,246,247)
#F2F7F9
(242,247,249)
#F5F8FB
(245,248,251)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFE9; }

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

This text font color is #DAEFE9.

Background Color

.myBgColor { background-color: #DAEFE9; }

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

This div background color is #DAEFE9.

Border color

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

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

This div border color is #DAEFE9.

Opacity

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

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

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

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

This text has shadow with #DAEFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEFE9.

Preview

Color preview on black background

This text has color #DAEFE9 on black background.


Color preview on white background

This text has color #DAEFE9 on white background.


Black color preview on #DAEFE9 background

This text has black color on #DAEFE9 background.


White color preview on #DAEFE9 background

This text has white color on #DAEFE9 background.


Related colors

Complementary color

Complementary color for #hex is #251016.


I love getcolorcode.com

Triadic colors

1 #E9DAEF and #EFE9DA with #DAEFE9 are triadic colors.

2 #E9EFDA and #EFDAE9 with #DAEFE9 are triadic colors.