COLOR #DAE3EB

HEX: #DAE3EB
RGB: (218,227,235)

Color info

#DAE3EB contains red, green and blue colors in about the same proportion. Web safe color of #DAE3EB is #CCCCFF (or #CCF).

RGB color model

#DAE3EB color RGB value is (218,227,235).

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

RGB channels and saturation

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

218
227
235

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

Portions of RGB colors in percentages

R + G + B =
218 + 227 + 235 = 680 (100%)
R 218 of 680 ~ 32.06%
G 227 of 680 ~ 33.38%
B 235 of 680 ~ 34.56%

%32.06
%33.38
%34.56

CMYK color model

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

  • cyan value is 7.23%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,3,0,8)
C7M3Y0K8 
(7%,3%,0%,8%)
(0.07/0.03/0.00/0.08)	

CMYK percentages

%7.23
%3.4
%0
%7.84

Codes

Color #DAE3EB in popluar color models

DAE3EB
RGB218227235
HSL208°29.82%88.82%
HSB/HSV208°7.23%92.16%
CMYK7.23%3.40%0.00%
7.84%

Color #DAE3EB in popluar number systems.

HEXDAE3EB
Decimal218227235
Binary110110101110001111101011
Octal332343353

Shades and tints

Shades of #DAE3EB

#DAE3EB
(218,227,235)
#C7CFD6
(199,207,214)
#B4BBC1
(180,187,193)
#A1A7AC
(161,167,172)
#8E9397
(142,147,151)
#7B7F82
(123,127,130)
#686B6D
(104,107,109)
#555758
(85,87,88)
#424343
(66,67,67)
#2F2F2E
(47,47,46)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #DAE3EB

#DAE3EB
(218,227,235)
#DDE5EC
(221,229,236)
#E0E7ED
(224,231,237)
#E3E9EE
(227,233,238)
#E6EBEF
(230,235,239)
#E9EDF0
(233,237,240)
#ECEFF1
(236,239,241)
#EFF1F2
(239,241,242)
#F2F3F3
(242,243,243)
#F5F5F4
(245,245,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3EB; }

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

This text font color is #DAE3EB.


Background Color

.myBgColor { background-color: #DAE3EB; }

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

This div background color is #DAE3EB.


Border color

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

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

This div border color is #DAE3EB.


Opacity

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

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

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

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

This text has shadow with #DAE3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE3EB on black background.


Color preview on white background

This text has color #DAE3EB on white background.



Black color preview on #DAE3EB background

This text has black color on #DAE3EB background.


White color preview on #DAE3EB background

This text has white color on #DAE3EB background.