COLOR #D7DEB2

HEX: #D7DEB2
RGB: (215,222,178)

Color info

#D7DEB2 contains red, green and blue colors in about the same proportion. Web safe color of #D7DEB2 is #CCCC99 (or #CC9).

RGB color model

#D7DEB2 color RGB value is (215,222,178).

  • red value is 215;
  • green value is 222;
  • blue value is 178.
RGB:
(215,222,178)
(84%,87%,70%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 178 of 255 = 70%

215
222
178

R + G + B ~ 80%. #D7DEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 178 = 615 (100%)
R 215 of 615 ~ 34.96%
G 222 of 615 ~ 36.1%
B 178 of 615 ~ 28.94%

%34.96
%36.1
%28.94

CMYK color model

#D7DEB2 color CMYK value is (3,0,20,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(3,0,20,13)
C3M0Y20K13 
(3%,0%,20%,13%)
(0.03/0.00/0.20/0.13)	

CMYK percentages

%3.15
%0
%19.82
%12.94

Codes

Color #D7DEB2 in popluar color models

D7DEB2
RGB215222178
HSL70°40.00%78.43%
HSB/HSV70°19.82%87.06%
CMYK3.15%0.00%19.82%
12.94%

Color #D7DEB2 in popluar number systems.

HEXD7DEB2
Decimal215222178
Binary110101111101111010110010
Octal327336262

Shades and tints

Shades of #D7DEB2

#D7DEB2
(215,222,178)
#C4CAA2
(196,202,162)
#B1B692
(177,182,146)
#9EA282
(158,162,130)
#8B8E72
(139,142,114)
#787A62
(120,122,98)
#656652
(101,102,82)
#525242
(82,82,66)
#3F3E32
(63,62,50)
#2C2A22
(44,42,34)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #D7DEB2

#D7DEB2
(215,222,178)
#DAE1B9
(218,225,185)
#DDE4C0
(221,228,192)
#E0E7C7
(224,231,199)
#E3EACE
(227,234,206)
#E6EDD5
(230,237,213)
#E9F0DC
(233,240,220)
#ECF3E3
(236,243,227)
#EFF6EA
(239,246,234)
#F2F9F1
(242,249,241)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DEB2; }

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

This text font color is #D7DEB2.


Background Color

.myBgColor { background-color: #D7DEB2; }

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

This div background color is #D7DEB2.


Border color

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

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

This div border color is #D7DEB2.


Opacity

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

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

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

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

This text has shadow with #D7DEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DEB2 on black background.


Color preview on white background

This text has color #D7DEB2 on white background.



Black color preview on #D7DEB2 background

This text has black color on #D7DEB2 background.


White color preview on #D7DEB2 background

This text has white color on #D7DEB2 background.