COLOR #D7D9CB

HEX: #D7D9CB RGB: (215,217,203)

Color info

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

RGB color model

#D7D9CB color RGB value is (215,217,203).

RGB: (215,217,203) (84%, 85%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 217 of 255 = 85%
B 203 of 255 = 80%

215
217
203

R + G + B ~ 83%. #D7D9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 217 + 203 = 635 (100%)
R 215 of 635 ~ 33.86%
G 217 of 635 ~ 34.17%
B 203 of 635 ~ 31.97'%

%33.86
%34.17
%31.97

CMYK color model

#D7D9CB color CMYK value is (1,0,6,15).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%

CMYK: (1,0,6,15)
C1M0Y6K15 (1%, 0%, 6%, 15%)
(0.01 / 0.00 / 0.06 / 0.15)

CMYK percentages

%0.92
%0
%6.45
%14.9

Codes

Color #D7D9CB in popluar color models

D7 D9 CB
RGB 215 217 203
HSL 69° 15.56% 82.35%
HSB/HSV 69° 6.45% 85.10%
CMYK 0.92% 0.00% 6.45%
14.90%

Color #D7D9CB in popluar number systems.

HEX D7 D9 CB
Decimal 215 217 203
Binary 11010111 11011001 11001011
Octal 327 331 313

Shades and tints

Shades of #D7D9CB

#D7D9CB
(215,217,203)
#C4C6B9
(196,198,185)
#B1B3A7
(177,179,167)
#9EA095
(158,160,149)
#8B8D83
(139,141,131)
#787A71
(120,122,113)
#65675F
(101,103,95)
#52544D
(82,84,77)
#3F413B
(63,65,59)
#2C2E29
(44,46,41)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #D7D9CB

#D7D9CB
(215,217,203)
#DADCCF
(218,220,207)
#DDDFD3
(221,223,211)
#E0E2D7
(224,226,215)
#E3E5DB
(227,229,219)
#E6E8DF
(230,232,223)
#E9EBE3
(233,235,227)
#ECEEE7
(236,238,231)
#EFF1EB
(239,241,235)
#F2F4EF
(242,244,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D9CB color. Also use rgb(215,217,203) instead hex code.

Text Font Color

.myTextColor { color: #D7D9CB; }

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

This text font color is #D7D9CB.

Background Color

.myBgColor { background-color: #D7D9CB; }

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

This div background color is #D7D9CB.

Border color

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

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

This div border color is #D7D9CB.

Opacity

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

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

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

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

This text has shadow with #D7D9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D9CB.

Preview

Color preview on black background

This text has color #D7D9CB on black background.


Color preview on white background

This text has color #D7D9CB on white background.


Black color preview on #D7D9CB background

This text has black color on #D7D9CB background.


White color preview on #D7D9CB background

This text has white color on #D7D9CB background.


Related colors

Complementary color

Complementary color for #hex is #282634.


I love getcolorcode.com

Triadic colors

1 #CBD7D9 and #D9CBD7 with #D7D9CB are triadic colors.

2 #CBD9D7 and #D9D7CB with #D7D9CB are triadic colors.