COLOR #D5DFC6

HEX: #D5DFC6
RGB: (213,223,198)

Color info

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

RGB color model

#D5DFC6 color RGB value is (213,223,198).

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

RGB channels and saturation

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

213
223
198

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 198 = 634 (100%)
R 213 of 634 ~ 33.6%
G 223 of 634 ~ 35.17%
B 198 of 634 ~ 31.23%

%33.6
%35.17
%31.23

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • 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
%11.21
%12.55

Codes

Color #D5DFC6 in popluar color models

D5DFC6
RGB213223198
HSL84°28.09%82.55%
HSB/HSV84°11.21%87.45%
CMYK4.48%0.00%11.21%
12.55%

Color #D5DFC6 in popluar number systems.

HEXD5DFC6
Decimal213223198
Binary110101011101111111000110
Octal325337306

Shades and tints

Shades of #D5DFC6

#D5DFC6
(213,223,198)
#C2CBB4
(194,203,180)
#AFB7A2
(175,183,162)
#9CA390
(156,163,144)
#898F7E
(137,143,126)
#767B6C
(118,123,108)
#63675A
(99,103,90)
#505348
(80,83,72)
#3D3F36
(61,63,54)
#2A2B24
(42,43,36)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #D5DFC6

#D5DFC6
(213,223,198)
#D8E1CB
(216,225,203)
#DBE3D0
(219,227,208)
#DEE5D5
(222,229,213)
#E1E7DA
(225,231,218)
#E4E9DF
(228,233,223)
#E7EBE4
(231,235,228)
#EAEDE9
(234,237,233)
#EDEFEE
(237,239,238)
#F0F1F3
(240,241,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFC6; }

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

This text font color is #D5DFC6.


Background Color

.myBgColor { background-color: #D5DFC6; }

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

This div background color is #D5DFC6.


Border color

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

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

This div border color is #D5DFC6.


Opacity

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

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

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

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

This text has shadow with #D5DFC6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5DFC6 on black background.


Color preview on white background

This text has color #D5DFC6 on white background.



Black color preview on #D5DFC6 background

This text has black color on #D5DFC6 background.


White color preview on #D5DFC6 background

This text has white color on #D5DFC6 background.