COLOR #DAEBEC

HEX: #DAEBEC RGB: (218,235,236)

Color info

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

RGB color model

#DAEBEC color RGB value is (218,235,236).

RGB: (218,235,236) (85%, 92%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 236 of 255 = 93%

218
235
236

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

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 236 = 689 (100%)
R 218 of 689 ~ 31.64%
G 235 of 689 ~ 34.11%
B 236 of 689 ~ 34.25'%

%31.64
%34.11
%34.25

CMYK color model

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

  • cyan value is 7.63%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,0,0,7)
C8M0Y0K7 (8%, 0%, 0%, 7%)
(0.08 / 0.00 / 0.00 / 0.07)

CMYK percentages

%7.63
%0.42
%0
%7.45

Codes

Color #DAEBEC in popluar color models

DA EB EC
RGB 218 235 236
HSL 183° 32.14% 89.02%
HSB/HSV 183° 7.63% 92.55%
CMYK 7.63% 0.42% 0.00%
7.45%

Color #DAEBEC in popluar number systems.

HEX DA EB EC
Decimal 218 235 236
Binary 11011010 11101011 11101100
Octal 332 353 354

Shades and tints

Shades of #DAEBEC

#DAEBEC
(218,235,236)
#C7D6D7
(199,214,215)
#B4C1C2
(180,193,194)
#A1ACAD
(161,172,173)
#8E9798
(142,151,152)
#7B8283
(123,130,131)
#686D6E
(104,109,110)
#555859
(85,88,89)
#424344
(66,67,68)
#2F2E2F
(47,46,47)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAEBEC

#DAEBEC
(218,235,236)
#DDECED
(221,236,237)
#E0EDEE
(224,237,238)
#E3EEEF
(227,238,239)
#E6EFF0
(230,239,240)
#E9F0F1
(233,240,241)
#ECF1F2
(236,241,242)
#EFF2F3
(239,242,243)
#F2F3F4
(242,243,244)
#F5F4F5
(245,244,245)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBEC; }

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

This text font color is #DAEBEC.

Background Color

.myBgColor { background-color: #DAEBEC; }

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

This div background color is #DAEBEC.

Border color

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

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

This div border color is #DAEBEC.

Opacity

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

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

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

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

This text has shadow with #DAEBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBEC.

Preview

Color preview on black background

This text has color #DAEBEC on black background.


Color preview on white background

This text has color #DAEBEC on white background.


Black color preview on #DAEBEC background

This text has black color on #DAEBEC background.


White color preview on #DAEBEC background

This text has white color on #DAEBEC background.


Related colors

Complementary color

Complementary color for #hex is #251413.


I love getcolorcode.com

Triadic colors

1 #ECDAEB and #EBECDA with #DAEBEC are triadic colors.

2 #ECEBDA and #EBDAEC with #DAEBEC are triadic colors.