COLOR #DAE9E3

HEX: #DAE9E3
RGB: (218,233,227)

Color info

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

RGB color model

#DAE9E3 color RGB value is (218,233,227).

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

RGB channels and saturation

R 218 of 255 = 85%
G 233 of 255 = 91%
B 227 of 255 = 89%

218
233
227

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

Portions of RGB colors in percentages

R + G + B =
218 + 233 + 227 = 678 (100%)
R 218 of 678 ~ 32.15%
G 233 of 678 ~ 34.37%
B 227 of 678 ~ 33.48%

%32.15
%34.37
%33.48

CMYK color model

#DAE9E3 color CMYK value is (6,0,3,9).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 8.63%
CMYK:
(6,0,3,9)
C6M0Y3K9 
(6%,0%,3%,9%)
(0.06/0.00/0.03/0.09)	

CMYK percentages

%6.44
%0
%2.58
%8.63

Codes

Color #DAE9E3 in popluar color models

DAE9E3
RGB218233227
HSL156°25.42%88.43%
HSB/HSV156°6.44%91.37%
CMYK6.44%0.00%2.58%
8.63%

Color #DAE9E3 in popluar number systems.

HEXDAE9E3
Decimal218233227
Binary110110101110100111100011
Octal332351343

Shades and tints

Shades of #DAE9E3

#DAE9E3
(218,233,227)
#C7D4CF
(199,212,207)
#B4BFBB
(180,191,187)
#A1AAA7
(161,170,167)
#8E9593
(142,149,147)
#7B807F
(123,128,127)
#686B6B
(104,107,107)
#555657
(85,86,87)
#424143
(66,65,67)
#2F2C2F
(47,44,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #DAE9E3

#DAE9E3
(218,233,227)
#DDEBE5
(221,235,229)
#E0EDE7
(224,237,231)
#E3EFE9
(227,239,233)
#E6F1EB
(230,241,235)
#E9F3ED
(233,243,237)
#ECF5EF
(236,245,239)
#EFF7F1
(239,247,241)
#F2F9F3
(242,249,243)
#F5FBF5
(245,251,245)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9E3; }

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

This text font color is #DAE9E3.


Background Color

.myBgColor { background-color: #DAE9E3; }

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

This div background color is #DAE9E3.


Border color

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

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

This div border color is #DAE9E3.


Opacity

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

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

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

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

This text has shadow with #DAE9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE9E3 on black background.


Color preview on white background

This text has color #DAE9E3 on white background.



Black color preview on #DAE9E3 background

This text has black color on #DAE9E3 background.


White color preview on #DAE9E3 background

This text has white color on #DAE9E3 background.