COLOR #D7DEBD

HEX: #D7DEBD RGB: (215,222,189)

Color info

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

RGB color model

#D7DEBD color RGB value is (215,222,189).

RGB: (215,222,189) (84%, 87%, 74%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 189 of 255 = 74%

215
222
189

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

Portions of RGB colors in percentages

R + G + B = 215 + 222 + 189 = 626 (100%)
R 215 of 626 ~ 34.35%
G 222 of 626 ~ 35.46%
B 189 of 626 ~ 30.19'%

%34.35
%35.46
%30.19

CMYK color model

#D7DEBD color CMYK value is (3,0,15,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 12.94%

CMYK: (3,0,15,13)
C3M0Y15K13 (3%, 0%, 15%, 13%)
(0.03 / 0.00 / 0.15 / 0.13)

CMYK percentages

%3.15
%0
%14.86
%12.94

Codes

Color #D7DEBD in popluar color models

D7 DE BD
RGB 215 222 189
HSL 73° 33.33% 80.59%
HSB/HSV 73° 14.86% 87.06%
CMYK 3.15% 0.00% 14.86%
12.94%

Color #D7DEBD in popluar number systems.

HEX D7 DE BD
Decimal 215 222 189
Binary 11010111 11011110 10111101
Octal 327 336 275

Shades and tints

Shades of #D7DEBD

#D7DEBD
(215,222,189)
#C4CAAC
(196,202,172)
#B1B69B
(177,182,155)
#9EA28A
(158,162,138)
#8B8E79
(139,142,121)
#787A68
(120,122,104)
#656657
(101,102,87)
#525246
(82,82,70)
#3F3E35
(63,62,53)
#2C2A24
(44,42,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #D7DEBD

#D7DEBD
(215,222,189)
#DAE1C3
(218,225,195)
#DDE4C9
(221,228,201)
#E0E7CF
(224,231,207)
#E3EAD5
(227,234,213)
#E6EDDB
(230,237,219)
#E9F0E1
(233,240,225)
#ECF3E7
(236,243,231)
#EFF6ED
(239,246,237)
#F2F9F3
(242,249,243)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DEBD color. Also use rgb(215,222,189) instead hex code.

Text Font Color

.myTextColor { color: #D7DEBD; }

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

This text font color is #D7DEBD.

Background Color

.myBgColor { background-color: #D7DEBD; }

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

This div background color is #D7DEBD.

Border color

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

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

This div border color is #D7DEBD.

Opacity

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

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

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

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

This text has shadow with #D7DEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DEBD.

Preview

Color preview on black background

This text has color #D7DEBD on black background.


Color preview on white background

This text has color #D7DEBD on white background.


Black color preview on #D7DEBD background

This text has black color on #D7DEBD background.


White color preview on #D7DEBD background

This text has white color on #D7DEBD background.


Related colors

Complementary color

Complementary color for #hex is #282142.


I love getcolorcode.com

Triadic colors

1 #BDD7DE and #DEBDD7 with #D7DEBD are triadic colors.

2 #BDDED7 and #DED7BD with #D7DEBD are triadic colors.