COLOR #D5DCC5

HEX: #D5DCC5
RGB: (213,220,197)

Color info

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

RGB color model

#D5DCC5 color RGB value is (213,220,197).

  • red value is 213;
  • green value is 220;
  • blue value is 197.
RGB:
(213,220,197)
(84%,86%,77%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 197 of 255 = 77%

213
220
197

R + G + B ~ 82%. #D5DCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 197 = 630 (100%)
R 213 of 630 ~ 33.81%
G 220 of 630 ~ 34.92%
B 197 of 630 ~ 31.27%

%33.81
%34.92
%31.27

CMYK color model

#D5DCC5 color CMYK value is (3,0,10,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%
CMYK:
(3,0,10,14)
C3M0Y10K14 
(3%,0%,10%,14%)
(0.03/0.00/0.10/0.14)	

CMYK percentages

%3.18
%0
%10.45
%13.73

Codes

Color #D5DCC5 in popluar color models

D5DCC5
RGB213220197
HSL78°24.73%81.76%
HSB/HSV78°10.45%86.27%
CMYK3.18%0.00%10.45%
13.73%

Color #D5DCC5 in popluar number systems.

HEXD5DCC5
Decimal213220197
Binary110101011101110011000101
Octal325334305

Shades and tints

Shades of #D5DCC5

#D5DCC5
(213,220,197)
#C2C8B4
(194,200,180)
#AFB4A3
(175,180,163)
#9CA092
(156,160,146)
#898C81
(137,140,129)
#767870
(118,120,112)
#63645F
(99,100,95)
#50504E
(80,80,78)
#3D3C3D
(61,60,61)
#2A282C
(42,40,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #D5DCC5

#D5DCC5
(213,220,197)
#D8DFCA
(216,223,202)
#DBE2CF
(219,226,207)
#DEE5D4
(222,229,212)
#E1E8D9
(225,232,217)
#E4EBDE
(228,235,222)
#E7EEE3
(231,238,227)
#EAF1E8
(234,241,232)
#EDF4ED
(237,244,237)
#F0F7F2
(240,247,242)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCC5 color. Also use rgb(213,220,197) instead hex code.

Text Font Color

.myTextColor { color: #D5DCC5; }

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

This text font color is #D5DCC5.


Background Color

.myBgColor { background-color: #D5DCC5; }

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

This div background color is #D5DCC5.


Border color

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

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

This div border color is #D5DCC5.


Opacity

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

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

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

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

This text has shadow with #D5DCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCC5 on black background.


Color preview on white background

This text has color #D5DCC5 on white background.



Black color preview on #D5DCC5 background

This text has black color on #D5DCC5 background.


White color preview on #D5DCC5 background

This text has white color on #D5DCC5 background.