COLOR #DAECEB

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

Color info

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

RGB color model

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

  • red value is 218;
  • green value is 236;
  • blue value is 235.
RGB:
(218,236,235)
(85%,93%,92%)

RGB channels and saturation

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

218
236
235

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

Portions of RGB colors in percentages

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

%31.64
%34.25
%34.11

CMYK color model

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

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • 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
%0.42
%7.45

Codes

Color #DAECEB in popluar color models

DAECEB
RGB218236235
HSL177°32.14%89.02%
HSB/HSV177°7.63%92.55%
CMYK7.63%0.00%0.42%
7.45%

Color #DAECEB in popluar number systems.

HEXDAECEB
Decimal218236235
Binary110110101110110011101011
Octal332354353

Shades and tints

Shades of #DAECEB

#DAECEB
(218,236,235)
#C7D7D6
(199,215,214)
#B4C2C1
(180,194,193)
#A1ADAC
(161,173,172)
#8E9897
(142,152,151)
#7B8382
(123,131,130)
#686E6D
(104,110,109)
#555958
(85,89,88)
#424443
(66,68,67)
#2F2F2E
(47,47,46)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAECEB

#DAECEB
(218,236,235)
#DDEDEC
(221,237,236)
#E0EEED
(224,238,237)
#E3EFEE
(227,239,238)
#E6F0EF
(230,240,239)
#E9F1F0
(233,241,240)
#ECF2F1
(236,242,241)
#EFF3F2
(239,243,242)
#F2F4F3
(242,244,243)
#F5F5F4
(245,245,244)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAECEB; }

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

This text font color is #DAECEB.


Background Color

.myBgColor { background-color: #DAECEB; }

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

This div background color is #DAECEB.


Border color

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

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

This div border color is #DAECEB.


Opacity

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

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

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

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

This text has shadow with #DAECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAECEB on black background.


Color preview on white background

This text has color #DAECEB on white background.



Black color preview on #DAECEB background

This text has black color on #DAECEB background.


White color preview on #DAECEB background

This text has white color on #DAECEB background.