COLOR #D7DAE6

HEX: #D7DAE6 RGB: (215,218,230)

Color info

#D7DAE6 contains red, green and blue colors in about the same proportion. Web safe color of #D7DAE6 is #CCCCCC (or #CCC).

RGB color model

#D7DAE6 color RGB value is (215,218,230).

RGB: (215,218,230) (84%, 85%, 90%)

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 230 of 255 = 90%

215
218
230

R + G + B ~ 86%. #D7DAE6 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 218 + 230 = 663 (100%)
R 215 of 663 ~ 32.43%
G 218 of 663 ~ 32.88%
B 230 of 663 ~ 34.69'%

%32.43
%32.88
%34.69

CMYK color model

#D7DAE6 color CMYK value is (7,5,0,10).

  • cyan value is 6.52%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (7,5,0,10)
C7M5Y0K10 (7%, 5%, 0%, 10%)
(0.07 / 0.05 / 0.00 / 0.10)

CMYK percentages

%6.52
%5.22
%0
%9.8

Codes

Color #D7DAE6 in popluar color models

D7 DA E6
RGB 215 218 230
HSL 228° 23.08% 87.25%
HSB/HSV 228° 6.52% 90.20%
CMYK 6.52% 5.22% 0.00%
9.80%

Color #D7DAE6 in popluar number systems.

HEX D7 DA E6
Decimal 215 218 230
Binary 11010111 11011010 11100110
Octal 327 332 346

Shades and tints

Shades of #D7DAE6

#D7DAE6
(215,218,230)
#C4C7D2
(196,199,210)
#B1B4BE
(177,180,190)
#9EA1AA
(158,161,170)
#8B8E96
(139,142,150)
#787B82
(120,123,130)
#65686E
(101,104,110)
#52555A
(82,85,90)
#3F4246
(63,66,70)
#2C2F32
(44,47,50)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #D7DAE6

#D7DAE6
(215,218,230)
#DADDE8
(218,221,232)
#DDE0EA
(221,224,234)
#E0E3EC
(224,227,236)
#E3E6EE
(227,230,238)
#E6E9F0
(230,233,240)
#E9ECF2
(233,236,242)
#ECEFF4
(236,239,244)
#EFF2F6
(239,242,246)
#F2F5F8
(242,245,248)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DAE6 color. Also use rgb(215,218,230) instead hex code.

Text Font Color

.myTextColor { color: #D7DAE6; }

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

This text font color is #D7DAE6.

Background Color

.myBgColor { background-color: #D7DAE6; }

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

This div background color is #D7DAE6.

Border color

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

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

This div border color is #D7DAE6.

Opacity

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

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

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

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

This text has shadow with #D7DAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DAE6.

Preview

Color preview on black background

This text has color #D7DAE6 on black background.


Color preview on white background

This text has color #D7DAE6 on white background.


Black color preview on #D7DAE6 background

This text has black color on #D7DAE6 background.


White color preview on #D7DAE6 background

This text has white color on #D7DAE6 background.


Related colors

Complementary color

Complementary color for #hex is #282519.


I love getcolorcode.com

Triadic colors

1 #E6D7DA and #DAE6D7 with #D7DAE6 are triadic colors.

2 #E6DAD7 and #DAD7E6 with #D7DAE6 are triadic colors.