COLOR #D7DFC7

HEX: #D7DFC7 RGB: (215,223,199)

Color info

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

RGB color model

#D7DFC7 color RGB value is (215,223,199).

RGB: (215,223,199) (84%, 87%, 78%)

RGB channels and saturation

R 215 of 255 = 84%
G 223 of 255 = 87%
B 199 of 255 = 78%

215
223
199

R + G + B ~ 83%. #D7DFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 223 + 199 = 637 (100%)
R 215 of 637 ~ 33.75%
G 223 of 637 ~ 35.01%
B 199 of 637 ~ 31.24'%

%33.75
%35.01
%31.24

CMYK color model

#D7DFC7 color CMYK value is (4,0,11,13).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 12.55%

CMYK: (4,0,11,13)
C4M0Y11K13 (4%, 0%, 11%, 13%)
(0.04 / 0.00 / 0.11 / 0.13)

CMYK percentages

%3.59
%0
%10.76
%12.55

Codes

Color #D7DFC7 in popluar color models

D7 DF C7
RGB 215 223 199
HSL 80° 27.27% 82.75%
HSB/HSV 80° 10.76% 87.45%
CMYK 3.59% 0.00% 10.76%
12.55%

Color #D7DFC7 in popluar number systems.

HEX D7 DF C7
Decimal 215 223 199
Binary 11010111 11011111 11000111
Octal 327 337 307

Shades and tints

Shades of #D7DFC7

#D7DFC7
(215,223,199)
#C4CBB5
(196,203,181)
#B1B7A3
(177,183,163)
#9EA391
(158,163,145)
#8B8F7F
(139,143,127)
#787B6D
(120,123,109)
#65675B
(101,103,91)
#525349
(82,83,73)
#3F3F37
(63,63,55)
#2C2B25
(44,43,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #D7DFC7

#D7DFC7
(215,223,199)
#DAE1CC
(218,225,204)
#DDE3D1
(221,227,209)
#E0E5D6
(224,229,214)
#E3E7DB
(227,231,219)
#E6E9E0
(230,233,224)
#E9EBE5
(233,235,229)
#ECEDEA
(236,237,234)
#EFEFEF
(239,239,239)
#F2F1F4
(242,241,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DFC7 color. Also use rgb(215,223,199) instead hex code.

Text Font Color

.myTextColor { color: #D7DFC7; }

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

This text font color is #D7DFC7.

Background Color

.myBgColor { background-color: #D7DFC7; }

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

This div background color is #D7DFC7.

Border color

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

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

This div border color is #D7DFC7.

Opacity

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

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

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

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

This text has shadow with #D7DFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DFC7.

Preview

Color preview on black background

This text has color #D7DFC7 on black background.


Color preview on white background

This text has color #D7DFC7 on white background.


Black color preview on #D7DFC7 background

This text has black color on #D7DFC7 background.


White color preview on #D7DFC7 background

This text has white color on #D7DFC7 background.


Related colors

Complementary color

Complementary color for #hex is #282038.


I love getcolorcode.com

Triadic colors

1 #C7D7DF and #DFC7D7 with #D7DFC7 are triadic colors.

2 #C7DFD7 and #DFD7C7 with #D7DFC7 are triadic colors.