COLOR #D6DBB4

HEX: #D6DBB4 RGB: (214,219,180)

Color info

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

RGB color model

#D6DBB4 color RGB value is (214,219,180).

RGB: (214,219,180) (84%, 86%, 71%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 180 of 255 = 71%

214
219
180

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

Portions of RGB colors in percentages

R + G + B = 214 + 219 + 180 = 613 (100%)
R 214 of 613 ~ 34.91%
G 219 of 613 ~ 35.73%
B 180 of 613 ~ 29.36'%

%34.91
%35.73
%29.36

CMYK color model

#D6DBB4 color CMYK value is (2,0,18,14).

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 14.12%

CMYK: (2,0,18,14)
C2M0Y18K14 (2%, 0%, 18%, 14%)
(0.02 / 0.00 / 0.18 / 0.14)

CMYK percentages

%2.28
%0
%17.81
%14.12

Codes

Color #D6DBB4 in popluar color models

D6 DB B4
RGB 214 219 180
HSL 68° 35.14% 78.24%
HSB/HSV 68° 17.81% 85.88%
CMYK 2.28% 0.00% 17.81%
14.12%

Color #D6DBB4 in popluar number systems.

HEX D6 DB B4
Decimal 214 219 180
Binary 11010110 11011011 10110100
Octal 326 333 264

Shades and tints

Shades of #D6DBB4

#D6DBB4
(214,219,180)
#C3C8A4
(195,200,164)
#B0B594
(176,181,148)
#9DA284
(157,162,132)
#8A8F74
(138,143,116)
#777C64
(119,124,100)
#646954
(100,105,84)
#515644
(81,86,68)
#3E4334
(62,67,52)
#2B3024
(43,48,36)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #D6DBB4

#D6DBB4
(214,219,180)
#D9DEBA
(217,222,186)
#DCE1C0
(220,225,192)
#DFE4C6
(223,228,198)
#E2E7CC
(226,231,204)
#E5EAD2
(229,234,210)
#E8EDD8
(232,237,216)
#EBF0DE
(235,240,222)
#EEF3E4
(238,243,228)
#F1F6EA
(241,246,234)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBB4; }

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

This text font color is #D6DBB4.

Background Color

.myBgColor { background-color: #D6DBB4; }

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

This div background color is #D6DBB4.

Border color

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

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

This div border color is #D6DBB4.

Opacity

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

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

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

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

This text has shadow with #D6DBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DBB4.

Preview

Color preview on black background

This text has color #D6DBB4 on black background.


Color preview on white background

This text has color #D6DBB4 on white background.


Black color preview on #D6DBB4 background

This text has black color on #D6DBB4 background.


White color preview on #D6DBB4 background

This text has white color on #D6DBB4 background.


Related colors

Complementary color

Complementary color for #hex is #29244B.


I love getcolorcode.com

Triadic colors

1 #B4D6DB and #DBB4D6 with #D6DBB4 are triadic colors.

2 #B4DBD6 and #DBD6B4 with #D6DBB4 are triadic colors.