COLOR #D2D5B1

HEX: #D2D5B1
RGB: (210,213,177)

Color info

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

RGB color model

#D2D5B1 color RGB value is (210,213,177).

  • red value is 210;
  • green value is 213;
  • blue value is 177.
RGB:
(210,213,177)
(82%,84%,69%)

RGB channels and saturation

R 210 of 255 = 82%
G 213 of 255 = 84%
B 177 of 255 = 69%

210
213
177

R + G + B ~ 78%. #D2D5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 213 + 177 = 600 (100%)
R 210 of 600 ~ 35%
G 213 of 600 ~ 35.5%
B 177 of 600 ~ 29.5%

%35
%35.5
%29.5

CMYK color model

#D2D5B1 color CMYK value is (1,0,17,16).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 16.47%
CMYK:
(1,0,17,16)
C1M0Y17K16 
(1%,0%,17%,16%)
(0.01/0.00/0.17/0.16)	

CMYK percentages

%1.41
%0
%16.9
%16.47

Codes

Color #D2D5B1 in popluar color models

D2D5B1
RGB210213177
HSL65°30.00%76.47%
HSB/HSV65°16.90%83.53%
CMYK1.41%0.00%16.90%
16.47%

Color #D2D5B1 in popluar number systems.

HEXD2D5B1
Decimal210213177
Binary110100101101010110110001
Octal322325261

Shades and tints

Shades of #D2D5B1

#D2D5B1
(210,213,177)
#BFC2A1
(191,194,161)
#ACAF91
(172,175,145)
#999C81
(153,156,129)
#868971
(134,137,113)
#737661
(115,118,97)
#606351
(96,99,81)
#4D5041
(77,80,65)
#3A3D31
(58,61,49)
#272A21
(39,42,33)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #D2D5B1

#D2D5B1
(210,213,177)
#D6D8B8
(214,216,184)
#DADBBF
(218,219,191)
#DEDEC6
(222,222,198)
#E2E1CD
(226,225,205)
#E6E4D4
(230,228,212)
#EAE7DB
(234,231,219)
#EEEAE2
(238,234,226)
#F2EDE9
(242,237,233)
#F6F0F0
(246,240,240)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D5B1 color. Also use rgb(210,213,177) instead hex code.

Text Font Color

.myTextColor { color: #D2D5B1; }

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

This text font color is #D2D5B1.


Background Color

.myBgColor { background-color: #D2D5B1; }

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

This div background color is #D2D5B1.


Border color

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

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

This div border color is #D2D5B1.


Opacity

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

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

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

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

This text has shadow with #D2D5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D5B1 on black background.


Color preview on white background

This text has color #D2D5B1 on white background.



Black color preview on #D2D5B1 background

This text has black color on #D2D5B1 background.


White color preview on #D2D5B1 background

This text has white color on #D2D5B1 background.