COLOR #D5DEC6

HEX: #D5DEC6
RGB: (213,222,198)

Color info

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

RGB color model

#D5DEC6 color RGB value is (213,222,198).

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

RGB channels and saturation

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

213
222
198

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 198 = 633 (100%)
R 213 of 633 ~ 33.65%
G 222 of 633 ~ 35.07%
B 198 of 633 ~ 31.28%

%33.65
%35.07
%31.28

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(4,0,11,13)
C4M0Y11K13 
(4%,0%,11%,13%)
(0.04/0.00/0.11/0.13)	

CMYK percentages

%4.05
%0
%10.81
%12.94

Codes

Color #D5DEC6 in popluar color models

D5DEC6
RGB213222198
HSL83°26.67%82.35%
HSB/HSV83°10.81%87.06%
CMYK4.05%0.00%10.81%
12.94%

Color #D5DEC6 in popluar number systems.

HEXD5DEC6
Decimal213222198
Binary110101011101111011000110
Octal325336306

Shades and tints

Shades of #D5DEC6

#D5DEC6
(213,222,198)
#C2CAB4
(194,202,180)
#AFB6A2
(175,182,162)
#9CA290
(156,162,144)
#898E7E
(137,142,126)
#767A6C
(118,122,108)
#63665A
(99,102,90)
#505248
(80,82,72)
#3D3E36
(61,62,54)
#2A2A24
(42,42,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #D5DEC6

#D5DEC6
(213,222,198)
#D8E1CB
(216,225,203)
#DBE4D0
(219,228,208)
#DEE7D5
(222,231,213)
#E1EADA
(225,234,218)
#E4EDDF
(228,237,223)
#E7F0E4
(231,240,228)
#EAF3E9
(234,243,233)
#EDF6EE
(237,246,238)
#F0F9F3
(240,249,243)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEC6; }

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

This text font color is #D5DEC6.


Background Color

.myBgColor { background-color: #D5DEC6; }

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

This div background color is #D5DEC6.


Border color

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

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

This div border color is #D5DEC6.


Opacity

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

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

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

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

This text has shadow with #D5DEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEC6 on black background.


Color preview on white background

This text has color #D5DEC6 on white background.



Black color preview on #D5DEC6 background

This text has black color on #D5DEC6 background.


White color preview on #D5DEC6 background

This text has white color on #D5DEC6 background.