COLOR #D7DEB9

HEX: #D7DEB9
RGB: (215,222,185)

Color info

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

RGB color model

#D7DEB9 color RGB value is (215,222,185).

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

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 185 of 255 = 73%

215
222
185

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

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 185 = 622 (100%)
R 215 of 622 ~ 34.57%
G 222 of 622 ~ 35.69%
B 185 of 622 ~ 29.74%

%34.57
%35.69
%29.74

CMYK color model

#D7DEB9 color CMYK value is (3,0,17,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(3,0,17,13)
C3M0Y17K13 
(3%,0%,17%,13%)
(0.03/0.00/0.17/0.13)	

CMYK percentages

%3.15
%0
%16.67
%12.94

Codes

Color #D7DEB9 in popluar color models

D7DEB9
RGB215222185
HSL71°35.92%79.80%
HSB/HSV71°16.67%87.06%
CMYK3.15%0.00%16.67%
12.94%

Color #D7DEB9 in popluar number systems.

HEXD7DEB9
Decimal215222185
Binary110101111101111010111001
Octal327336271

Shades and tints

Shades of #D7DEB9

#D7DEB9
(215,222,185)
#C4CAA9
(196,202,169)
#B1B699
(177,182,153)
#9EA289
(158,162,137)
#8B8E79
(139,142,121)
#787A69
(120,122,105)
#656659
(101,102,89)
#525249
(82,82,73)
#3F3E39
(63,62,57)
#2C2A29
(44,42,41)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #D7DEB9

#D7DEB9
(215,222,185)
#DAE1BF
(218,225,191)
#DDE4C5
(221,228,197)
#E0E7CB
(224,231,203)
#E3EAD1
(227,234,209)
#E6EDD7
(230,237,215)
#E9F0DD
(233,240,221)
#ECF3E3
(236,243,227)
#EFF6E9
(239,246,233)
#F2F9EF
(242,249,239)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DEB9; }

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

This text font color is #D7DEB9.


Background Color

.myBgColor { background-color: #D7DEB9; }

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

This div background color is #D7DEB9.


Border color

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

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

This div border color is #D7DEB9.


Opacity

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

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

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

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

This text has shadow with #D7DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DEB9 on black background.


Color preview on white background

This text has color #D7DEB9 on white background.



Black color preview on #D7DEB9 background

This text has black color on #D7DEB9 background.


White color preview on #D7DEB9 background

This text has white color on #D7DEB9 background.