COLOR #DAEAEF

HEX: #DAEAEF RGB: (218,234,239)

Color info

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

RGB color model

#DAEAEF color RGB value is (218,234,239).

RGB: (218,234,239) (85%, 92%, 94%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 239 of 255 = 94%

218
234
239

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

Portions of RGB colors in percentages

R + G + B = 218 + 234 + 239 = 691 (100%)
R 218 of 691 ~ 31.55%
G 234 of 691 ~ 33.86%
B 239 of 691 ~ 34.59'%

%31.55
%33.86
%34.59

CMYK color model

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

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

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

CMYK percentages

%8.79
%2.09
%0
%6.27

Codes

Color #DAEAEF in popluar color models

DA EA EF
RGB 218 234 239
HSL 194° 39.62% 89.61%
HSB/HSV 194° 8.79% 93.73%
CMYK 8.79% 2.09% 0.00%
6.27%

Color #DAEAEF in popluar number systems.

HEX DA EA EF
Decimal 218 234 239
Binary 11011010 11101010 11101111
Octal 332 352 357

Shades and tints

Shades of #DAEAEF

#DAEAEF
(218,234,239)
#C7D5DA
(199,213,218)
#B4C0C5
(180,192,197)
#A1ABB0
(161,171,176)
#8E969B
(142,150,155)
#7B8186
(123,129,134)
#686C71
(104,108,113)
#55575C
(85,87,92)
#424247
(66,66,71)
#2F2D32
(47,45,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DAEAEF

#DAEAEF
(218,234,239)
#DDEBF0
(221,235,240)
#E0ECF1
(224,236,241)
#E3EDF2
(227,237,242)
#E6EEF3
(230,238,243)
#E9EFF4
(233,239,244)
#ECF0F5
(236,240,245)
#EFF1F6
(239,241,246)
#F2F2F7
(242,242,247)
#F5F3F8
(245,243,248)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAEF; }

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

This text font color is #DAEAEF.

Background Color

.myBgColor { background-color: #DAEAEF; }

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

This div background color is #DAEAEF.

Border color

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

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

This div border color is #DAEAEF.

Opacity

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

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

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

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

This text has shadow with #DAEAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEAEF.

Preview

Color preview on black background

This text has color #DAEAEF on black background.


Color preview on white background

This text has color #DAEAEF on white background.


Black color preview on #DAEAEF background

This text has black color on #DAEAEF background.


White color preview on #DAEAEF background

This text has white color on #DAEAEF background.


Related colors

Complementary color

Complementary color for #hex is #251510.


I love getcolorcode.com

Triadic colors

1 #EFDAEA and #EAEFDA with #DAEAEF are triadic colors.

2 #EFEADA and #EADAEF with #DAEAEF are triadic colors.