COLOR #D2DCB3

HEX: #D2DCB3
RGB: (210,220,179)

Color info

#D2DCB3 contains red, green and blue colors in about the same proportion. Web safe color of #D2DCB3 is #CCCC99 (or #CC9).

RGB color model

#D2DCB3 color RGB value is (210,220,179).

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

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 179 of 255 = 70%

210
220
179

R + G + B ~ 79%. #D2DCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 179 = 609 (100%)
R 210 of 609 ~ 34.48%
G 220 of 609 ~ 36.12%
B 179 of 609 ~ 29.39%

%34.48
%36.12
%29.39

CMYK color model

#D2DCB3 color CMYK value is (5,0,19,14).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 13.73%
CMYK:
(5,0,19,14)
C5M0Y19K14 
(5%,0%,19%,14%)
(0.05/0.00/0.19/0.14)	

CMYK percentages

%4.55
%0
%18.64
%13.73

Codes

Color #D2DCB3 in popluar color models

D2DCB3
RGB210220179
HSL75°36.94%78.24%
HSB/HSV75°18.64%86.27%
CMYK4.55%0.00%18.64%
13.73%

Color #D2DCB3 in popluar number systems.

HEXD2DCB3
Decimal210220179
Binary110100101101110010110011
Octal322334263

Shades and tints

Shades of #D2DCB3

#D2DCB3
(210,220,179)
#BFC8A3
(191,200,163)
#ACB493
(172,180,147)
#99A083
(153,160,131)
#868C73
(134,140,115)
#737863
(115,120,99)
#606453
(96,100,83)
#4D5043
(77,80,67)
#3A3C33
(58,60,51)
#272823
(39,40,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #D2DCB3

#D2DCB3
(210,220,179)
#D6DFB9
(214,223,185)
#DAE2BF
(218,226,191)
#DEE5C5
(222,229,197)
#E2E8CB
(226,232,203)
#E6EBD1
(230,235,209)
#EAEED7
(234,238,215)
#EEF1DD
(238,241,221)
#F2F4E3
(242,244,227)
#F6F7E9
(246,247,233)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DCB3; }

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

This text font color is #D2DCB3.


Background Color

.myBgColor { background-color: #D2DCB3; }

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

This div background color is #D2DCB3.


Border color

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

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

This div border color is #D2DCB3.


Opacity

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

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

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

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

This text has shadow with #D2DCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DCB3 on black background.


Color preview on white background

This text has color #D2DCB3 on white background.



Black color preview on #D2DCB3 background

This text has black color on #D2DCB3 background.


White color preview on #D2DCB3 background

This text has white color on #D2DCB3 background.