COLOR #D6DDB7

HEX: #D6DDB7
RGB: (214,221,183)

Color info

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

RGB color model

#D6DDB7 color RGB value is (214,221,183).

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

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 183 of 255 = 72%

214
221
183

R + G + B ~ 81%. #D6DDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 183 = 618 (100%)
R 214 of 618 ~ 34.63%
G 221 of 618 ~ 35.76%
B 183 of 618 ~ 29.61%

%34.63
%35.76
%29.61

CMYK color model

#D6DDB7 color CMYK value is (3,0,17,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(3,0,17,13)
C3M0Y17K13 
(3%,0%,17%,13%)
(0.03/0.00/0.17/0.13)	

CMYK percentages

%3.17
%0
%17.19
%13.33

Codes

Color #D6DDB7 in popluar color models

D6DDB7
RGB214221183
HSL71°35.85%79.22%
HSB/HSV71°17.19%86.67%
CMYK3.17%0.00%17.19%
13.33%

Color #D6DDB7 in popluar number systems.

HEXD6DDB7
Decimal214221183
Binary110101101101110110110111
Octal326335267

Shades and tints

Shades of #D6DDB7

#D6DDB7
(214,221,183)
#C3C9A7
(195,201,167)
#B0B597
(176,181,151)
#9DA187
(157,161,135)
#8A8D77
(138,141,119)
#777967
(119,121,103)
#646557
(100,101,87)
#515147
(81,81,71)
#3E3D37
(62,61,55)
#2B2927
(43,41,39)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D6DDB7

#D6DDB7
(214,221,183)
#D9E0BD
(217,224,189)
#DCE3C3
(220,227,195)
#DFE6C9
(223,230,201)
#E2E9CF
(226,233,207)
#E5ECD5
(229,236,213)
#E8EFDB
(232,239,219)
#EBF2E1
(235,242,225)
#EEF5E7
(238,245,231)
#F1F8ED
(241,248,237)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DDB7; }

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

This text font color is #D6DDB7.


Background Color

.myBgColor { background-color: #D6DDB7; }

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

This div background color is #D6DDB7.


Border color

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

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

This div border color is #D6DDB7.


Opacity

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

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

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

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

This text has shadow with #D6DDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDB7 on black background.


Color preview on white background

This text has color #D6DDB7 on white background.



Black color preview on #D6DDB7 background

This text has black color on #D6DDB7 background.


White color preview on #D6DDB7 background

This text has white color on #D6DDB7 background.