COLOR #D5DFC7

HEX: #D5DFC7
RGB: (213,223,199)

Color info

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

RGB color model

#D5DFC7 color RGB value is (213,223,199).

  • red value is 213;
  • green value is 223;
  • blue value is 199.
RGB:
(213,223,199)
(84%,87%,78%)

RGB channels and saturation

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

213
223
199

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 199 = 635 (100%)
R 213 of 635 ~ 33.54%
G 223 of 635 ~ 35.12%
B 199 of 635 ~ 31.34%

%33.54
%35.12
%31.34

CMYK color model

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

  • cyan value is 4.48%
  • 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

%4.48
%0
%10.76
%12.55

Codes

Color #D5DFC7 in popluar color models

D5DFC7
RGB213223199
HSL85°27.27%82.75%
HSB/HSV85°10.76%87.45%
CMYK4.48%0.00%10.76%
12.55%

Color #D5DFC7 in popluar number systems.

HEXD5DFC7
Decimal213223199
Binary110101011101111111000111
Octal325337307

Shades and tints

Shades of #D5DFC7

#D5DFC7
(213,223,199)
#C2CBB5
(194,203,181)
#AFB7A3
(175,183,163)
#9CA391
(156,163,145)
#898F7F
(137,143,127)
#767B6D
(118,123,109)
#63675B
(99,103,91)
#505349
(80,83,73)
#3D3F37
(61,63,55)
#2A2B25
(42,43,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #D5DFC7

#D5DFC7
(213,223,199)
#D8E1CC
(216,225,204)
#DBE3D1
(219,227,209)
#DEE5D6
(222,229,214)
#E1E7DB
(225,231,219)
#E4E9E0
(228,233,224)
#E7EBE5
(231,235,229)
#EAEDEA
(234,237,234)
#EDEFEF
(237,239,239)
#F0F1F4
(240,241,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFC7; }

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

This text font color is #D5DFC7.


Background Color

.myBgColor { background-color: #D5DFC7; }

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

This div background color is #D5DFC7.


Border color

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

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

This div border color is #D5DFC7.


Opacity

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

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

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

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

This text has shadow with #D5DFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFC7 on black background.


Color preview on white background

This text has color #D5DFC7 on white background.



Black color preview on #D5DFC7 background

This text has black color on #D5DFC7 background.


White color preview on #D5DFC7 background

This text has white color on #D5DFC7 background.