COLOR #DAEBE2

HEX: #DAEBE2
RGB: (218,235,226)

Color info

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

RGB color model

#DAEBE2 color RGB value is (218,235,226).

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

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 226 of 255 = 89%

218
235
226

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

Portions of RGB colors in percentages

R + G + B =
218 + 235 + 226 = 679 (100%)
R 218 of 679 ~ 32.11%
G 235 of 679 ~ 34.61%
B 226 of 679 ~ 33.28%

%32.11
%34.61
%33.28

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • 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
%3.83
%7.84

Codes

Color #DAEBE2 in popluar color models

DAEBE2
RGB218235226
HSL148°29.82%88.82%
HSB/HSV148°7.23%92.16%
CMYK7.23%0.00%3.83%
7.84%

Color #DAEBE2 in popluar number systems.

HEXDAEBE2
Decimal218235226
Binary110110101110101111100010
Octal332353342

Shades and tints

Shades of #DAEBE2

#DAEBE2
(218,235,226)
#C7D6CE
(199,214,206)
#B4C1BA
(180,193,186)
#A1ACA6
(161,172,166)
#8E9792
(142,151,146)
#7B827E
(123,130,126)
#686D6A
(104,109,106)
#555856
(85,88,86)
#424342
(66,67,66)
#2F2E2E
(47,46,46)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAEBE2

#DAEBE2
(218,235,226)
#DDECE4
(221,236,228)
#E0EDE6
(224,237,230)
#E3EEE8
(227,238,232)
#E6EFEA
(230,239,234)
#E9F0EC
(233,240,236)
#ECF1EE
(236,241,238)
#EFF2F0
(239,242,240)
#F2F3F2
(242,243,242)
#F5F4F4
(245,244,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBE2; }

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

This text font color is #DAEBE2.


Background Color

.myBgColor { background-color: #DAEBE2; }

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

This div background color is #DAEBE2.


Border color

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

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

This div border color is #DAEBE2.


Opacity

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

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

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

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

This text has shadow with #DAEBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBE2 on black background.


Color preview on white background

This text has color #DAEBE2 on white background.



Black color preview on #DAEBE2 background

This text has black color on #DAEBE2 background.


White color preview on #DAEBE2 background

This text has white color on #DAEBE2 background.