COLOR #D5DEBD

HEX: #D5DEBD RGB: (213,222,189)

Color info

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

RGB color model

#D5DEBD color RGB value is (213,222,189).

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

RGB channels and saturation

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

213
222
189

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

Portions of RGB colors in percentages

R + G + B = 213 + 222 + 189 = 624 (100%)
R 213 of 624 ~ 34.13%
G 222 of 624 ~ 35.58%
B 189 of 624 ~ 30.29'%

%34.13
%35.58
%30.29

CMYK color model

#D5DEBD color CMYK value is (4,0,15,13).

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

CMYK: (4,0,15,13)
C4M0Y15K13 (4%, 0%, 15%, 13%)
(0.04 / 0.00 / 0.15 / 0.13)

CMYK percentages

%4.05
%0
%14.86
%12.94

Codes

Color #D5DEBD in popluar color models

D5 DE BD
RGB 213 222 189
HSL 76° 33.33% 80.59%
HSB/HSV 76° 14.86% 87.06%
CMYK 4.05% 0.00% 14.86%
12.94%

Color #D5DEBD in popluar number systems.

HEX D5 DE BD
Decimal 213 222 189
Binary 11010101 11011110 10111101
Octal 325 336 275

Shades and tints

Shades of #D5DEBD

#D5DEBD
(213,222,189)
#C2CAAC
(194,202,172)
#AFB69B
(175,182,155)
#9CA28A
(156,162,138)
#898E79
(137,142,121)
#767A68
(118,122,104)
#636657
(99,102,87)
#505246
(80,82,70)
#3D3E35
(61,62,53)
#2A2A24
(42,42,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #D5DEBD

#D5DEBD
(213,222,189)
#D8E1C3
(216,225,195)
#DBE4C9
(219,228,201)
#DEE7CF
(222,231,207)
#E1EAD5
(225,234,213)
#E4EDDB
(228,237,219)
#E7F0E1
(231,240,225)
#EAF3E7
(234,243,231)
#EDF6ED
(237,246,237)
#F0F9F3
(240,249,243)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEBD; }

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

This text font color is #D5DEBD.

Background Color

.myBgColor { background-color: #D5DEBD; }

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

This div background color is #D5DEBD.

Border color

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

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

This div border color is #D5DEBD.

Opacity

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

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

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

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

This text has shadow with #D5DEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DEBD.

Preview

Color preview on black background

This text has color #D5DEBD on black background.


Color preview on white background

This text has color #D5DEBD on white background.


Black color preview on #D5DEBD background

This text has black color on #D5DEBD background.


White color preview on #D5DEBD background

This text has white color on #D5DEBD background.


Related colors

Complementary color

Complementary color for #hex is #2A2142.


I love getcolorcode.com

Triadic colors

1 #BDD5DE and #DEBDD5 with #D5DEBD are triadic colors.

2 #BDDED5 and #DED5BD with #D5DEBD are triadic colors.