COLOR #D7DCBC

HEX: #D7DCBC RGB: (215,220,188)

Color info

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

RGB color model

#D7DCBC color RGB value is (215,220,188).

RGB: (215,220,188) (84%, 86%, 74%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 188 of 255 = 74%

215
220
188

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

Portions of RGB colors in percentages

R + G + B = 215 + 220 + 188 = 623 (100%)
R 215 of 623 ~ 34.51%
G 220 of 623 ~ 35.31%
B 188 of 623 ~ 30.18'%

%34.51
%35.31
%30.18

CMYK color model

#D7DCBC color CMYK value is (2,0,15,14).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 13.73%

CMYK: (2,0,15,14)
C2M0Y15K14 (2%, 0%, 15%, 14%)
(0.02 / 0.00 / 0.15 / 0.14)

CMYK percentages

%2.27
%0
%14.55
%13.73

Codes

Color #D7DCBC in popluar color models

D7 DC BC
RGB 215 220 188
HSL 69° 31.37% 80.00%
HSB/HSV 69° 14.55% 86.27%
CMYK 2.27% 0.00% 14.55%
13.73%

Color #D7DCBC in popluar number systems.

HEX D7 DC BC
Decimal 215 220 188
Binary 11010111 11011100 10111100
Octal 327 334 274

Shades and tints

Shades of #D7DCBC

#D7DCBC
(215,220,188)
#C4C8AB
(196,200,171)
#B1B49A
(177,180,154)
#9EA089
(158,160,137)
#8B8C78
(139,140,120)
#787867
(120,120,103)
#656456
(101,100,86)
#525045
(82,80,69)
#3F3C34
(63,60,52)
#2C2823
(44,40,35)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #D7DCBC

#D7DCBC
(215,220,188)
#DADFC2
(218,223,194)
#DDE2C8
(221,226,200)
#E0E5CE
(224,229,206)
#E3E8D4
(227,232,212)
#E6EBDA
(230,235,218)
#E9EEE0
(233,238,224)
#ECF1E6
(236,241,230)
#EFF4EC
(239,244,236)
#F2F7F2
(242,247,242)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DCBC color. Also use rgb(215,220,188) instead hex code.

Text Font Color

.myTextColor { color: #D7DCBC; }

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

This text font color is #D7DCBC.

Background Color

.myBgColor { background-color: #D7DCBC; }

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

This div background color is #D7DCBC.

Border color

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

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

This div border color is #D7DCBC.

Opacity

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

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

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

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

This text has shadow with #D7DCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DCBC.

Preview

Color preview on black background

This text has color #D7DCBC on black background.


Color preview on white background

This text has color #D7DCBC on white background.


Black color preview on #D7DCBC background

This text has black color on #D7DCBC background.


White color preview on #D7DCBC background

This text has white color on #D7DCBC background.


Related colors

Complementary color

Complementary color for #hex is #282343.


I love getcolorcode.com

Triadic colors

1 #BCD7DC and #DCBCD7 with #D7DCBC are triadic colors.

2 #BCDCD7 and #DCD7BC with #D7DCBC are triadic colors.