COLOR #D7DDB0

HEX: #D7DDB0
RGB: (215,221,176)

Color info

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

RGB color model

#D7DDB0 color RGB value is (215,221,176).

  • red value is 215;
  • green value is 221;
  • blue value is 176.
RGB:
(215,221,176)
(84%,87%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 176 of 255 = 69%

215
221
176

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

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 176 = 612 (100%)
R 215 of 612 ~ 35.13%
G 221 of 612 ~ 36.11%
B 176 of 612 ~ 28.76%

%35.13
%36.11
%28.76

CMYK color model

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

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

CMYK percentages

%2.71
%0
%20.36
%13.33

Codes

Color #D7DDB0 in popluar color models

D7DDB0
RGB215221176
HSL68°39.82%77.84%
HSB/HSV68°20.36%86.67%
CMYK2.71%0.00%20.36%
13.33%

Color #D7DDB0 in popluar number systems.

HEXD7DDB0
Decimal215221176
Binary110101111101110110110000
Octal327335260

Shades and tints

Shades of #D7DDB0

#D7DDB0
(215,221,176)
#C4C9A0
(196,201,160)
#B1B590
(177,181,144)
#9EA180
(158,161,128)
#8B8D70
(139,141,112)
#787960
(120,121,96)
#656550
(101,101,80)
#525140
(82,81,64)
#3F3D30
(63,61,48)
#2C2920
(44,41,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #D7DDB0

#D7DDB0
(215,221,176)
#DAE0B7
(218,224,183)
#DDE3BE
(221,227,190)
#E0E6C5
(224,230,197)
#E3E9CC
(227,233,204)
#E6ECD3
(230,236,211)
#E9EFDA
(233,239,218)
#ECF2E1
(236,242,225)
#EFF5E8
(239,245,232)
#F2F8EF
(242,248,239)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DDB0 color. Also use rgb(215,221,176) instead hex code.

Text Font Color

.myTextColor { color: #D7DDB0; }

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

This text font color is #D7DDB0.


Background Color

.myBgColor { background-color: #D7DDB0; }

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

This div background color is #D7DDB0.


Border color

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

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

This div border color is #D7DDB0.


Opacity

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

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

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

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

This text has shadow with #D7DDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DDB0 on black background.


Color preview on white background

This text has color #D7DDB0 on white background.



Black color preview on #D7DDB0 background

This text has black color on #D7DDB0 background.


White color preview on #D7DDB0 background

This text has white color on #D7DDB0 background.