COLOR #D7DAE3

HEX: #D7DAE3
RGB: (215,218,227)

Color info

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

RGB color model

#D7DAE3 color RGB value is (215,218,227).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 227 of 255 = 89%

215
218
227

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

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 227 = 660 (100%)
R 215 of 660 ~ 32.58%
G 218 of 660 ~ 33.03%
B 227 of 660 ~ 34.39%

%32.58
%33.03
%34.39

CMYK color model

#D7DAE3 color CMYK value is (5,4,0,11).

  • cyan value is 5.29%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(5,4,0,11)
C5M4Y0K11 
(5%,4%,0%,11%)
(0.05/0.04/0.00/0.11)	

CMYK percentages

%5.29
%3.96
%0
%10.98

Codes

Color #D7DAE3 in popluar color models

D7DAE3
RGB215218227
HSL225°17.65%86.67%
HSB/HSV225°5.29%89.02%
CMYK5.29%3.96%0.00%
10.98%

Color #D7DAE3 in popluar number systems.

HEXD7DAE3
Decimal215218227
Binary110101111101101011100011
Octal327332343

Shades and tints

Shades of #D7DAE3

#D7DAE3
(215,218,227)
#C4C7CF
(196,199,207)
#B1B4BB
(177,180,187)
#9EA1A7
(158,161,167)
#8B8E93
(139,142,147)
#787B7F
(120,123,127)
#65686B
(101,104,107)
#525557
(82,85,87)
#3F4243
(63,66,67)
#2C2F2F
(44,47,47)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #D7DAE3

#D7DAE3
(215,218,227)
#DADDE5
(218,221,229)
#DDE0E7
(221,224,231)
#E0E3E9
(224,227,233)
#E3E6EB
(227,230,235)
#E6E9ED
(230,233,237)
#E9ECEF
(233,236,239)
#ECEFF1
(236,239,241)
#EFF2F3
(239,242,243)
#F2F5F5
(242,245,245)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAE3; }

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

This text font color is #D7DAE3.


Background Color

.myBgColor { background-color: #D7DAE3; }

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

This div background color is #D7DAE3.


Border color

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

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

This div border color is #D7DAE3.


Opacity

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

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

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

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

This text has shadow with #D7DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DAE3 on black background.


Color preview on white background

This text has color #D7DAE3 on white background.



Black color preview on #D7DAE3 background

This text has black color on #D7DAE3 background.


White color preview on #D7DAE3 background

This text has white color on #D7DAE3 background.