COLOR #D6DDB2

HEX: #D6DDB2
RGB: (214,221,178)

Color info

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

RGB color model

#D6DDB2 color RGB value is (214,221,178).

  • red value is 214;
  • green value is 221;
  • blue value is 178.
RGB:
(214,221,178)
(84%,87%,70%)

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 178 of 255 = 70%

214
221
178

R + G + B ~ 80%. #D6DDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 178 = 613 (100%)
R 214 of 613 ~ 34.91%
G 221 of 613 ~ 36.05%
B 178 of 613 ~ 29.04%

%34.91
%36.05
%29.04

CMYK color model

#D6DDB2 color CMYK value is (3,0,19,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 13.33%
CMYK:
(3,0,19,13)
C3M0Y19K13 
(3%,0%,19%,13%)
(0.03/0.00/0.19/0.13)	

CMYK percentages

%3.17
%0
%19.46
%13.33

Codes

Color #D6DDB2 in popluar color models

D6DDB2
RGB214221178
HSL70°38.74%78.24%
HSB/HSV70°19.46%86.67%
CMYK3.17%0.00%19.46%
13.33%

Color #D6DDB2 in popluar number systems.

HEXD6DDB2
Decimal214221178
Binary110101101101110110110010
Octal326335262

Shades and tints

Shades of #D6DDB2

#D6DDB2
(214,221,178)
#C3C9A2
(195,201,162)
#B0B592
(176,181,146)
#9DA182
(157,161,130)
#8A8D72
(138,141,114)
#777962
(119,121,98)
#646552
(100,101,82)
#515142
(81,81,66)
#3E3D32
(62,61,50)
#2B2922
(43,41,34)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #D6DDB2

#D6DDB2
(214,221,178)
#D9E0B9
(217,224,185)
#DCE3C0
(220,227,192)
#DFE6C7
(223,230,199)
#E2E9CE
(226,233,206)
#E5ECD5
(229,236,213)
#E8EFDC
(232,239,220)
#EBF2E3
(235,242,227)
#EEF5EA
(238,245,234)
#F1F8F1
(241,248,241)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DDB2 color. Also use rgb(214,221,178) instead hex code.

Text Font Color

.myTextColor { color: #D6DDB2; }

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

This text font color is #D6DDB2.


Background Color

.myBgColor { background-color: #D6DDB2; }

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

This div background color is #D6DDB2.


Border color

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

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

This div border color is #D6DDB2.


Opacity

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

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

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

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

This text has shadow with #D6DDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDB2 on black background.


Color preview on white background

This text has color #D6DDB2 on white background.



Black color preview on #D6DDB2 background

This text has black color on #D6DDB2 background.


White color preview on #D6DDB2 background

This text has white color on #D6DDB2 background.