COLOR #D6DDB1

HEX: #D6DDB1
RGB: (214,221,177)

Color info

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

RGB color model

#D6DDB1 color RGB value is (214,221,177).

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

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 177 of 255 = 69%

214
221
177

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

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 177 = 612 (100%)
R 214 of 612 ~ 34.97%
G 221 of 612 ~ 36.11%
B 177 of 612 ~ 28.92%

%34.97
%36.11
%28.92

CMYK color model

#D6DDB1 color CMYK value is (3,0,20,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 13.33%
CMYK:
(3,0,20,13)
C3M0Y20K13 
(3%,0%,20%,13%)
(0.03/0.00/0.20/0.13)	

CMYK percentages

%3.17
%0
%19.91
%13.33

Codes

Color #D6DDB1 in popluar color models

D6DDB1
RGB214221177
HSL70°39.29%78.04%
HSB/HSV70°19.91%86.67%
CMYK3.17%0.00%19.91%
13.33%

Color #D6DDB1 in popluar number systems.

HEXD6DDB1
Decimal214221177
Binary110101101101110110110001
Octal326335261

Shades and tints

Shades of #D6DDB1

#D6DDB1
(214,221,177)
#C3C9A1
(195,201,161)
#B0B591
(176,181,145)
#9DA181
(157,161,129)
#8A8D71
(138,141,113)
#777961
(119,121,97)
#646551
(100,101,81)
#515141
(81,81,65)
#3E3D31
(62,61,49)
#2B2921
(43,41,33)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #D6DDB1

#D6DDB1
(214,221,177)
#D9E0B8
(217,224,184)
#DCE3BF
(220,227,191)
#DFE6C6
(223,230,198)
#E2E9CD
(226,233,205)
#E5ECD4
(229,236,212)
#E8EFDB
(232,239,219)
#EBF2E2
(235,242,226)
#EEF5E9
(238,245,233)
#F1F8F0
(241,248,240)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DDB1; }

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

This text font color is #D6DDB1.


Background Color

.myBgColor { background-color: #D6DDB1; }

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

This div background color is #D6DDB1.


Border color

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

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

This div border color is #D6DDB1.


Opacity

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

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

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

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

This text has shadow with #D6DDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDB1 on black background.


Color preview on white background

This text has color #D6DDB1 on white background.



Black color preview on #D6DDB1 background

This text has black color on #D6DDB1 background.


White color preview on #D6DDB1 background

This text has white color on #D6DDB1 background.