COLOR #D2DCC5

HEX: #D2DCC5
RGB: (210,220,197)

Color info

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

RGB color model

#D2DCC5 color RGB value is (210,220,197).

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

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 197 of 255 = 77%

210
220
197

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

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 197 = 627 (100%)
R 210 of 627 ~ 33.49%
G 220 of 627 ~ 35.09%
B 197 of 627 ~ 31.42%

%33.49
%35.09
%31.42

CMYK color model

#D2DCC5 color CMYK value is (5,0,10,14).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%
CMYK:
(5,0,10,14)
C5M0Y10K14 
(5%,0%,10%,14%)
(0.05/0.00/0.10/0.14)	

CMYK percentages

%4.55
%0
%10.45
%13.73

Codes

Color #D2DCC5 in popluar color models

D2DCC5
RGB210220197
HSL86°24.73%81.76%
HSB/HSV86°10.45%86.27%
CMYK4.55%0.00%10.45%
13.73%

Color #D2DCC5 in popluar number systems.

HEXD2DCC5
Decimal210220197
Binary110100101101110011000101
Octal322334305

Shades and tints

Shades of #D2DCC5

#D2DCC5
(210,220,197)
#BFC8B4
(191,200,180)
#ACB4A3
(172,180,163)
#99A092
(153,160,146)
#868C81
(134,140,129)
#737870
(115,120,112)
#60645F
(96,100,95)
#4D504E
(77,80,78)
#3A3C3D
(58,60,61)
#27282C
(39,40,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #D2DCC5

#D2DCC5
(210,220,197)
#D6DFCA
(214,223,202)
#DAE2CF
(218,226,207)
#DEE5D4
(222,229,212)
#E2E8D9
(226,232,217)
#E6EBDE
(230,235,222)
#EAEEE3
(234,238,227)
#EEF1E8
(238,241,232)
#F2F4ED
(242,244,237)
#F6F7F2
(246,247,242)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DCC5; }

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

This text font color is #D2DCC5.


Background Color

.myBgColor { background-color: #D2DCC5; }

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

This div background color is #D2DCC5.


Border color

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

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

This div border color is #D2DCC5.


Opacity

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

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

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

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

This text has shadow with #D2DCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DCC5 on black background.


Color preview on white background

This text has color #D2DCC5 on white background.



Black color preview on #D2DCC5 background

This text has black color on #D2DCC5 background.


White color preview on #D2DCC5 background

This text has white color on #D2DCC5 background.