COLOR #D6DFB4

HEX: #D6DFB4 RGB: (214,223,180)

Color info

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

RGB color model

#D6DFB4 color RGB value is (214,223,180).

RGB: (214,223,180) (84%, 87%, 71%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 180 of 255 = 71%

214
223
180

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

Portions of RGB colors in percentages

R + G + B = 214 + 223 + 180 = 617 (100%)
R 214 of 617 ~ 34.68%
G 223 of 617 ~ 36.14%
B 180 of 617 ~ 29.17'%

%34.68
%36.14
%29.17

CMYK color model

#D6DFB4 color CMYK value is (4,0,19,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 12.55%

CMYK: (4,0,19,13)
C4M0Y19K13 (4%, 0%, 19%, 13%)
(0.04 / 0.00 / 0.19 / 0.13)

CMYK percentages

%4.04
%0
%19.28
%12.55

Codes

Color #D6DFB4 in popluar color models

D6 DF B4
RGB 214 223 180
HSL 73° 40.19% 79.02%
HSB/HSV 73° 19.28% 87.45%
CMYK 4.04% 0.00% 19.28%
12.55%

Color #D6DFB4 in popluar number systems.

HEX D6 DF B4
Decimal 214 223 180
Binary 11010110 11011111 10110100
Octal 326 337 264

Shades and tints

Shades of #D6DFB4

#D6DFB4
(214,223,180)
#C3CBA4
(195,203,164)
#B0B794
(176,183,148)
#9DA384
(157,163,132)
#8A8F74
(138,143,116)
#777B64
(119,123,100)
#646754
(100,103,84)
#515344
(81,83,68)
#3E3F34
(62,63,52)
#2B2B24
(43,43,36)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6DFB4

#D6DFB4
(214,223,180)
#D9E1BA
(217,225,186)
#DCE3C0
(220,227,192)
#DFE5C6
(223,229,198)
#E2E7CC
(226,231,204)
#E5E9D2
(229,233,210)
#E8EBD8
(232,235,216)
#EBEDDE
(235,237,222)
#EEEFE4
(238,239,228)
#F1F1EA
(241,241,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFB4; }

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

This text font color is #D6DFB4.

Background Color

.myBgColor { background-color: #D6DFB4; }

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

This div background color is #D6DFB4.

Border color

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

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

This div border color is #D6DFB4.

Opacity

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

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

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

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

This text has shadow with #D6DFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DFB4.

Preview

Color preview on black background

This text has color #D6DFB4 on black background.


Color preview on white background

This text has color #D6DFB4 on white background.


Black color preview on #D6DFB4 background

This text has black color on #D6DFB4 background.


White color preview on #D6DFB4 background

This text has white color on #D6DFB4 background.


Related colors

Complementary color

Complementary color for #hex is #29204B.


I love getcolorcode.com

Triadic colors

1 #B4D6DF and #DFB4D6 with #D6DFB4 are triadic colors.

2 #B4DFD6 and #DFD6B4 with #D6DFB4 are triadic colors.