COLOR #D6DFB1

HEX: #D6DFB1
RGB: (214,223,177)

Color info

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

RGB color model

#D6DFB1 color RGB value is (214,223,177).

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

RGB channels and saturation

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

214
223
177

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

Portions of RGB colors in percentages

R + G + B =
214 + 223 + 177 = 614 (100%)
R 214 of 614 ~ 34.85%
G 223 of 614 ~ 36.32%
B 177 of 614 ~ 28.83%

%34.85
%36.32
%28.83

CMYK color model

#D6DFB1 color CMYK value is (4,0,21,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 12.55%
CMYK:
(4,0,21,13)
C4M0Y21K13 
(4%,0%,21%,13%)
(0.04/0.00/0.21/0.13)	

CMYK percentages

%4.04
%0
%20.63
%12.55

Codes

Color #D6DFB1 in popluar color models

D6DFB1
RGB214223177
HSL72°41.82%78.43%
HSB/HSV72°20.63%87.45%
CMYK4.04%0.00%20.63%
12.55%

Color #D6DFB1 in popluar number systems.

HEXD6DFB1
Decimal214223177
Binary110101101101111110110001
Octal326337261

Shades and tints

Shades of #D6DFB1

#D6DFB1
(214,223,177)
#C3CBA1
(195,203,161)
#B0B791
(176,183,145)
#9DA381
(157,163,129)
#8A8F71
(138,143,113)
#777B61
(119,123,97)
#646751
(100,103,81)
#515341
(81,83,65)
#3E3F31
(62,63,49)
#2B2B21
(43,43,33)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #D6DFB1

#D6DFB1
(214,223,177)
#D9E1B8
(217,225,184)
#DCE3BF
(220,227,191)
#DFE5C6
(223,229,198)
#E2E7CD
(226,231,205)
#E5E9D4
(229,233,212)
#E8EBDB
(232,235,219)
#EBEDE2
(235,237,226)
#EEEFE9
(238,239,233)
#F1F1F0
(241,241,240)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFB1; }

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

This text font color is #D6DFB1.


Background Color

.myBgColor { background-color: #D6DFB1; }

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

This div background color is #D6DFB1.


Border color

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

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

This div border color is #D6DFB1.


Opacity

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

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

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

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

This text has shadow with #D6DFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFB1 on black background.


Color preview on white background

This text has color #D6DFB1 on white background.



Black color preview on #D6DFB1 background

This text has black color on #D6DFB1 background.


White color preview on #D6DFB1 background

This text has white color on #D6DFB1 background.