COLOR #DAEAE6

HEX: #DAEAE6
RGB: (218,234,230)

Color info

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

RGB color model

#DAEAE6 color RGB value is (218,234,230).

  • red value is 218;
  • green value is 234;
  • blue value is 230.
RGB:
(218,234,230)
(85%,92%,90%)

RGB channels and saturation

R 218 of 255 = 85%
G 234 of 255 = 92%
B 230 of 255 = 90%

218
234
230

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

Portions of RGB colors in percentages

R + G + B =
218 + 234 + 230 = 682 (100%)
R 218 of 682 ~ 31.96%
G 234 of 682 ~ 34.31%
B 230 of 682 ~ 33.72%

%31.96
%34.31
%33.72

CMYK color model

#DAEAE6 color CMYK value is (7,0,2,8).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(7,0,2,8)
C7M0Y2K8 
(7%,0%,2%,8%)
(0.07/0.00/0.02/0.08)	

CMYK percentages

%6.84
%0
%1.71
%8.24

Codes

Color #DAEAE6 in popluar color models

DAEAE6
RGB218234230
HSL165°27.59%88.63%
HSB/HSV165°6.84%91.76%
CMYK6.84%0.00%1.71%
8.24%

Color #DAEAE6 in popluar number systems.

HEXDAEAE6
Decimal218234230
Binary110110101110101011100110
Octal332352346

Shades and tints

Shades of #DAEAE6

#DAEAE6
(218,234,230)
#C7D5D2
(199,213,210)
#B4C0BE
(180,192,190)
#A1ABAA
(161,171,170)
#8E9696
(142,150,150)
#7B8182
(123,129,130)
#686C6E
(104,108,110)
#55575A
(85,87,90)
#424246
(66,66,70)
#2F2D32
(47,45,50)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #DAEAE6

#DAEAE6
(218,234,230)
#DDEBE8
(221,235,232)
#E0ECEA
(224,236,234)
#E3EDEC
(227,237,236)
#E6EEEE
(230,238,238)
#E9EFF0
(233,239,240)
#ECF0F2
(236,240,242)
#EFF1F4
(239,241,244)
#F2F2F6
(242,242,246)
#F5F3F8
(245,243,248)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEAE6; }

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

This text font color is #DAEAE6.


Background Color

.myBgColor { background-color: #DAEAE6; }

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

This div background color is #DAEAE6.


Border color

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

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

This div border color is #DAEAE6.


Opacity

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

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

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

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

This text has shadow with #DAEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEAE6 on black background.


Color preview on white background

This text has color #DAEAE6 on white background.



Black color preview on #DAEAE6 background

This text has black color on #DAEAE6 background.


White color preview on #DAEAE6 background

This text has white color on #DAEAE6 background.