COLOR #DAE7F7

HEX: #DAE7F7 RGB: (218,231,247)

Color info

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

RGB color model

#DAE7F7 color RGB value is (218,231,247).

RGB: (218,231,247) (85%, 91%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 247 of 255 = 97%

218
231
247

R + G + B ~ 91%. #DAE7F7 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 231 + 247 = 696 (100%)
R 218 of 696 ~ 31.32%
G 231 of 696 ~ 33.19%
B 247 of 696 ~ 35.49'%

%31.32
%33.19
%35.49

CMYK color model

#DAE7F7 color CMYK value is (12,6,0,3).

  • cyan value is 11.74%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (12,6,0,3)
C12M6Y0K3 (12%, 6%, 0%, 3%)
(0.12 / 0.06 / 0.00 / 0.03)

CMYK percentages

%11.74
%6.48
%0
%3.14

Codes

Color #DAE7F7 in popluar color models

DA E7 F7
RGB 218 231 247
HSL 213° 64.44% 91.18%
HSB/HSV 213° 11.74% 96.86%
CMYK 11.74% 6.48% 0.00%
3.14%

Color #DAE7F7 in popluar number systems.

HEX DA E7 F7
Decimal 218 231 247
Binary 11011010 11100111 11110111
Octal 332 347 367

Shades and tints

Shades of #DAE7F7

#DAE7F7
(218,231,247)
#C7D2E1
(199,210,225)
#B4BDCB
(180,189,203)
#A1A8B5
(161,168,181)
#8E939F
(142,147,159)
#7B7E89
(123,126,137)
#686973
(104,105,115)
#55545D
(85,84,93)
#423F47
(66,63,71)
#2F2A31
(47,42,49)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #DAE7F7

#DAE7F7
(218,231,247)
#DDE9F7
(221,233,247)
#E0EBF7
(224,235,247)
#E3EDF7
(227,237,247)
#E6EFF7
(230,239,247)
#E9F1F7
(233,241,247)
#ECF3F7
(236,243,247)
#EFF5F7
(239,245,247)
#F2F7F7
(242,247,247)
#F5F9F7
(245,249,247)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE7F7 color. Also use rgb(218,231,247) instead hex code.

Text Font Color

.myTextColor { color: #DAE7F7; }

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

This text font color is #DAE7F7.

Background Color

.myBgColor { background-color: #DAE7F7; }

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

This div background color is #DAE7F7.

Border color

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

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

This div border color is #DAE7F7.

Opacity

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

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

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

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

This text has shadow with #DAE7F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE7F7.

Preview

Color preview on black background

This text has color #DAE7F7 on black background.


Color preview on white background

This text has color #DAE7F7 on white background.


Black color preview on #DAE7F7 background

This text has black color on #DAE7F7 background.


White color preview on #DAE7F7 background

This text has white color on #DAE7F7 background.


Related colors

Complementary color

Complementary color for #hex is #251808.


I love getcolorcode.com

Triadic colors

1 #F7DAE7 and #E7F7DA with #DAE7F7 are triadic colors.

2 #F7E7DA and #E7DAF7 with #DAE7F7 are triadic colors.