COLOR #D7DBC5

HEX: #D7DBC5 RGB: (215,219,197)

Color info

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

RGB color model

#D7DBC5 color RGB value is (215,219,197).

RGB: (215,219,197) (84%, 86%, 77%)

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 197 of 255 = 77%

215
219
197

R + G + B ~ 82%. #D7DBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 219 + 197 = 631 (100%)
R 215 of 631 ~ 34.07%
G 219 of 631 ~ 34.71%
B 197 of 631 ~ 31.22'%

%34.07
%34.71
%31.22

CMYK color model

#D7DBC5 color CMYK value is (2,0,10,14).

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

CMYK: (2,0,10,14)
C2M0Y10K14 (2%, 0%, 10%, 14%)
(0.02 / 0.00 / 0.10 / 0.14)

CMYK percentages

%1.83
%0
%10.05
%14.12

Codes

Color #D7DBC5 in popluar color models

D7 DB C5
RGB 215 219 197
HSL 71° 23.40% 81.57%
HSB/HSV 71° 10.05% 85.88%
CMYK 1.83% 0.00% 10.05%
14.12%

Color #D7DBC5 in popluar number systems.

HEX D7 DB C5
Decimal 215 219 197
Binary 11010111 11011011 11000101
Octal 327 333 305

Shades and tints

Shades of #D7DBC5

#D7DBC5
(215,219,197)
#C4C8B4
(196,200,180)
#B1B5A3
(177,181,163)
#9EA292
(158,162,146)
#8B8F81
(139,143,129)
#787C70
(120,124,112)
#65695F
(101,105,95)
#52564E
(82,86,78)
#3F433D
(63,67,61)
#2C302C
(44,48,44)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #D7DBC5

#D7DBC5
(215,219,197)
#DADECA
(218,222,202)
#DDE1CF
(221,225,207)
#E0E4D4
(224,228,212)
#E3E7D9
(227,231,217)
#E6EADE
(230,234,222)
#E9EDE3
(233,237,227)
#ECF0E8
(236,240,232)
#EFF3ED
(239,243,237)
#F2F6F2
(242,246,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBC5; }

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

This text font color is #D7DBC5.

Background Color

.myBgColor { background-color: #D7DBC5; }

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

This div background color is #D7DBC5.

Border color

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

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

This div border color is #D7DBC5.

Opacity

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

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

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

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

This text has shadow with #D7DBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DBC5.

Preview

Color preview on black background

This text has color #D7DBC5 on black background.


Color preview on white background

This text has color #D7DBC5 on white background.


Black color preview on #D7DBC5 background

This text has black color on #D7DBC5 background.


White color preview on #D7DBC5 background

This text has white color on #D7DBC5 background.


Related colors

Complementary color

Complementary color for #hex is #28243A.


I love getcolorcode.com

Triadic colors

1 #C5D7DB and #DBC5D7 with #D7DBC5 are triadic colors.

2 #C5DBD7 and #DBD7C5 with #D7DBC5 are triadic colors.