COLOR #D5DEBC

HEX: #D5DEBC
RGB: (213,222,188)

Color info

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

RGB color model

#D5DEBC color RGB value is (213,222,188).

  • red value is 213;
  • green value is 222;
  • blue value is 188.
RGB:
(213,222,188)
(84%,87%,74%)

RGB channels and saturation

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

213
222
188

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 188 = 623 (100%)
R 213 of 623 ~ 34.19%
G 222 of 623 ~ 35.63%
B 188 of 623 ~ 30.18%

%34.19
%35.63
%30.18

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • 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
%15.32
%12.94

Codes

Color #D5DEBC in popluar color models

D5DEBC
RGB213222188
HSL76°34.00%80.39%
HSB/HSV76°15.32%87.06%
CMYK4.05%0.00%15.32%
12.94%

Color #D5DEBC in popluar number systems.

HEXD5DEBC
Decimal213222188
Binary110101011101111010111100
Octal325336274

Shades and tints

Shades of #D5DEBC

#D5DEBC
(213,222,188)
#C2CAAB
(194,202,171)
#AFB69A
(175,182,154)
#9CA289
(156,162,137)
#898E78
(137,142,120)
#767A67
(118,122,103)
#636656
(99,102,86)
#505245
(80,82,69)
#3D3E34
(61,62,52)
#2A2A23
(42,42,35)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #D5DEBC

#D5DEBC
(213,222,188)
#D8E1C2
(216,225,194)
#DBE4C8
(219,228,200)
#DEE7CE
(222,231,206)
#E1EAD4
(225,234,212)
#E4EDDA
(228,237,218)
#E7F0E0
(231,240,224)
#EAF3E6
(234,243,230)
#EDF6EC
(237,246,236)
#F0F9F2
(240,249,242)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEBC; }

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

This text font color is #D5DEBC.


Background Color

.myBgColor { background-color: #D5DEBC; }

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

This div background color is #D5DEBC.


Border color

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

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

This div border color is #D5DEBC.


Opacity

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

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

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

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

This text has shadow with #D5DEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEBC on black background.


Color preview on white background

This text has color #D5DEBC on white background.



Black color preview on #D5DEBC background

This text has black color on #D5DEBC background.


White color preview on #D5DEBC background

This text has white color on #D5DEBC background.