COLOR #D6DDBC

HEX: #D6DDBC
RGB: (214,221,188)

Color info

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

RGB color model

#D6DDBC color RGB value is (214,221,188).

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

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 188 of 255 = 74%

214
221
188

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

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 188 = 623 (100%)
R 214 of 623 ~ 34.35%
G 221 of 623 ~ 35.47%
B 188 of 623 ~ 30.18%

%34.35
%35.47
%30.18

CMYK color model

#D6DDBC color CMYK value is (3,0,15,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 13.33%
CMYK:
(3,0,15,13)
C3M0Y15K13 
(3%,0%,15%,13%)
(0.03/0.00/0.15/0.13)	

CMYK percentages

%3.17
%0
%14.93
%13.33

Codes

Color #D6DDBC in popluar color models

D6DDBC
RGB214221188
HSL73°32.67%80.20%
HSB/HSV73°14.93%86.67%
CMYK3.17%0.00%14.93%
13.33%

Color #D6DDBC in popluar number systems.

HEXD6DDBC
Decimal214221188
Binary110101101101110110111100
Octal326335274

Shades and tints

Shades of #D6DDBC

#D6DDBC
(214,221,188)
#C3C9AB
(195,201,171)
#B0B59A
(176,181,154)
#9DA189
(157,161,137)
#8A8D78
(138,141,120)
#777967
(119,121,103)
#646556
(100,101,86)
#515145
(81,81,69)
#3E3D34
(62,61,52)
#2B2923
(43,41,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #D6DDBC

#D6DDBC
(214,221,188)
#D9E0C2
(217,224,194)
#DCE3C8
(220,227,200)
#DFE6CE
(223,230,206)
#E2E9D4
(226,233,212)
#E5ECDA
(229,236,218)
#E8EFE0
(232,239,224)
#EBF2E6
(235,242,230)
#EEF5EC
(238,245,236)
#F1F8F2
(241,248,242)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DDBC; }

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

This text font color is #D6DDBC.


Background Color

.myBgColor { background-color: #D6DDBC; }

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

This div background color is #D6DDBC.


Border color

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

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

This div border color is #D6DDBC.


Opacity

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

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

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

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

This text has shadow with #D6DDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDBC on black background.


Color preview on white background

This text has color #D6DDBC on white background.



Black color preview on #D6DDBC background

This text has black color on #D6DDBC background.


White color preview on #D6DDBC background

This text has white color on #D6DDBC background.