COLOR #DAEBE1

HEX: #DAEBE1
RGB: (218,235,225)

Color info

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

RGB color model

#DAEBE1 color RGB value is (218,235,225).

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

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 225 of 255 = 88%

218
235
225

R + G + B ~ 88%. #DAEBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 225 = 678 (100%)
R 218 of 678 ~ 32.15%
G 235 of 678 ~ 34.66%
B 225 of 678 ~ 33.19%

%32.15
%34.66
%33.19

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(7,0,4,8)
C7M0Y4K8 
(7%,0%,4%,8%)
(0.07/0.00/0.04/0.08)	

CMYK percentages

%7.23
%0
%4.26
%7.84

Codes

Color #DAEBE1 in popluar color models

DAEBE1
RGB218235225
HSL145°29.82%88.82%
HSB/HSV145°7.23%92.16%
CMYK7.23%0.00%4.26%
7.84%

Color #DAEBE1 in popluar number systems.

HEXDAEBE1
Decimal218235225
Binary110110101110101111100001
Octal332353341

Shades and tints

Shades of #DAEBE1

#DAEBE1
(218,235,225)
#C7D6CD
(199,214,205)
#B4C1B9
(180,193,185)
#A1ACA5
(161,172,165)
#8E9791
(142,151,145)
#7B827D
(123,130,125)
#686D69
(104,109,105)
#555855
(85,88,85)
#424341
(66,67,65)
#2F2E2D
(47,46,45)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAEBE1

#DAEBE1
(218,235,225)
#DDECE3
(221,236,227)
#E0EDE5
(224,237,229)
#E3EEE7
(227,238,231)
#E6EFE9
(230,239,233)
#E9F0EB
(233,240,235)
#ECF1ED
(236,241,237)
#EFF2EF
(239,242,239)
#F2F3F1
(242,243,241)
#F5F4F3
(245,244,243)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBE1; }

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

This text font color is #DAEBE1.


Background Color

.myBgColor { background-color: #DAEBE1; }

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

This div background color is #DAEBE1.


Border color

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

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

This div border color is #DAEBE1.


Opacity

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

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

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

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

This text has shadow with #DAEBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBE1 on black background.


Color preview on white background

This text has color #DAEBE1 on white background.



Black color preview on #DAEBE1 background

This text has black color on #DAEBE1 background.


White color preview on #DAEBE1 background

This text has white color on #DAEBE1 background.