COLOR #D7DBB6

HEX: #D7DBB6 RGB: (215,219,182)

Color info

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

RGB color model

#D7DBB6 color RGB value is (215,219,182).

RGB: (215,219,182) (84%, 86%, 71%)

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 182 of 255 = 71%

215
219
182

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

Portions of RGB colors in percentages

R + G + B = 215 + 219 + 182 = 616 (100%)
R 215 of 616 ~ 34.9%
G 219 of 616 ~ 35.55%
B 182 of 616 ~ 29.55'%

%34.9
%35.55
%29.55

CMYK color model

#D7DBB6 color CMYK value is (2,0,17,14).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 14.12%

CMYK: (2,0,17,14)
C2M0Y17K14 (2%, 0%, 17%, 14%)
(0.02 / 0.00 / 0.17 / 0.14)

CMYK percentages

%1.83
%0
%16.89
%14.12

Codes

Color #D7DBB6 in popluar color models

D7 DB B6
RGB 215 219 182
HSL 66° 33.94% 78.63%
HSB/HSV 66° 16.89% 85.88%
CMYK 1.83% 0.00% 16.89%
14.12%

Color #D7DBB6 in popluar number systems.

HEX D7 DB B6
Decimal 215 219 182
Binary 11010111 11011011 10110110
Octal 327 333 266

Shades and tints

Shades of #D7DBB6

#D7DBB6
(215,219,182)
#C4C8A6
(196,200,166)
#B1B596
(177,181,150)
#9EA286
(158,162,134)
#8B8F76
(139,143,118)
#787C66
(120,124,102)
#656956
(101,105,86)
#525646
(82,86,70)
#3F4336
(63,67,54)
#2C3026
(44,48,38)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #D7DBB6

#D7DBB6
(215,219,182)
#DADEBC
(218,222,188)
#DDE1C2
(221,225,194)
#E0E4C8
(224,228,200)
#E3E7CE
(227,231,206)
#E6EAD4
(230,234,212)
#E9EDDA
(233,237,218)
#ECF0E0
(236,240,224)
#EFF3E6
(239,243,230)
#F2F6EC
(242,246,236)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DBB6 color. Also use rgb(215,219,182) instead hex code.

Text Font Color

.myTextColor { color: #D7DBB6; }

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

This text font color is #D7DBB6.

Background Color

.myBgColor { background-color: #D7DBB6; }

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

This div background color is #D7DBB6.

Border color

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

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

This div border color is #D7DBB6.

Opacity

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

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

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

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

This text has shadow with #D7DBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DBB6.

Preview

Color preview on black background

This text has color #D7DBB6 on black background.


Color preview on white background

This text has color #D7DBB6 on white background.


Black color preview on #D7DBB6 background

This text has black color on #D7DBB6 background.


White color preview on #D7DBB6 background

This text has white color on #D7DBB6 background.


Related colors

Complementary color

Complementary color for #hex is #282449.


I love getcolorcode.com

Triadic colors

1 #B6D7DB and #DBB6D7 with #D7DBB6 are triadic colors.

2 #B6DBD7 and #DBD7B6 with #D7DBB6 are triadic colors.