COLOR #DAEBE6

HEX: #DAEBE6 RGB: (218,235,230)

Color info

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

RGB color model

#DAEBE6 color RGB value is (218,235,230).

RGB: (218,235,230) (85%, 92%, 90%)

RGB channels and saturation

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

218
235
230

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 230 = 683 (100%)
R 218 of 683 ~ 31.92%
G 235 of 683 ~ 34.41%
B 230 of 683 ~ 33.67'%

%31.92
%34.41
%33.67

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%

CMYK: (7,0,2,8)
C7M0Y2K8 (7%, 0%, 2%, 8%)
(0.07 / 0.00 / 0.02 / 0.08)

CMYK percentages

%7.23
%0
%2.13
%7.84

Codes

Color #DAEBE6 in popluar color models

DA EB E6
RGB 218 235 230
HSL 162° 29.82% 88.82%
HSB/HSV 162° 7.23% 92.16%
CMYK 7.23% 0.00% 2.13%
7.84%

Color #DAEBE6 in popluar number systems.

HEX DA EB E6
Decimal 218 235 230
Binary 11011010 11101011 11100110
Octal 332 353 346

Shades and tints

Shades of #DAEBE6

#DAEBE6
(218,235,230)
#C7D6D2
(199,214,210)
#B4C1BE
(180,193,190)
#A1ACAA
(161,172,170)
#8E9796
(142,151,150)
#7B8282
(123,130,130)
#686D6E
(104,109,110)
#55585A
(85,88,90)
#424346
(66,67,70)
#2F2E32
(47,46,50)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #DAEBE6

#DAEBE6
(218,235,230)
#DDECE8
(221,236,232)
#E0EDEA
(224,237,234)
#E3EEEC
(227,238,236)
#E6EFEE
(230,239,238)
#E9F0F0
(233,240,240)
#ECF1F2
(236,241,242)
#EFF2F4
(239,242,244)
#F2F3F6
(242,243,246)
#F5F4F8
(245,244,248)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBE6; }

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

This text font color is #DAEBE6.

Background Color

.myBgColor { background-color: #DAEBE6; }

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

This div background color is #DAEBE6.

Border color

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

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

This div border color is #DAEBE6.

Opacity

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

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

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

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

This text has shadow with #DAEBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBE6.

Preview

Color preview on black background

This text has color #DAEBE6 on black background.


Color preview on white background

This text has color #DAEBE6 on white background.


Black color preview on #DAEBE6 background

This text has black color on #DAEBE6 background.


White color preview on #DAEBE6 background

This text has white color on #DAEBE6 background.


Related colors

Complementary color

Complementary color for #hex is #251419.


I love getcolorcode.com

Triadic colors

1 #E6DAEB and #EBE6DA with #DAEBE6 are triadic colors.

2 #E6EBDA and #EBDAE6 with #DAEBE6 are triadic colors.