COLOR #D5D0BE

HEX: #D5D0BE
RGB: (213,208,190)

Color info

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

RGB color model

#D5D0BE color RGB value is (213,208,190).

  • red value is 213;
  • green value is 208;
  • blue value is 190.
RGB:
(213,208,190)
(84%,82%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 208 of 255 = 82%
B 190 of 255 = 75%

213
208
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 208 + 190 = 611 (100%)
R 213 of 611 ~ 34.86%
G 208 of 611 ~ 34.04%
B 190 of 611 ~ 31.1%

%34.86
%34.04
%31.1

CMYK color model

#D5D0BE color CMYK value is (0,2,11,16).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(0,2,11,16)
C0M2Y11K16 
(0%,2%,11%,16%)
(0.00/0.02/0.11/0.16)	

CMYK percentages

%0
%2.35
%10.8
%16.47

Codes

Color #D5D0BE in popluar color models

D5D0BE
RGB213208190
HSL47°21.50%79.02%
HSB/HSV47°10.80%83.53%
CMYK0.00%2.35%10.80%
16.47%

Color #D5D0BE in popluar number systems.

HEXD5D0BE
Decimal213208190
Binary110101011101000010111110
Octal325320276

Shades and tints

Shades of #D5D0BE

#D5D0BE
(213,208,190)
#C2BEAD
(194,190,173)
#AFAC9C
(175,172,156)
#9C9A8B
(156,154,139)
#89887A
(137,136,122)
#767669
(118,118,105)
#636458
(99,100,88)
#505247
(80,82,71)
#3D4036
(61,64,54)
#2A2E25
(42,46,37)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #D5D0BE

#D5D0BE
(213,208,190)
#D8D4C3
(216,212,195)
#DBD8C8
(219,216,200)
#DEDCCD
(222,220,205)
#E1E0D2
(225,224,210)
#E4E4D7
(228,228,215)
#E7E8DC
(231,232,220)
#EAECE1
(234,236,225)
#EDF0E6
(237,240,230)
#F0F4EB
(240,244,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D0BE color. Also use rgb(213,208,190) instead hex code.

Text Font Color

.myTextColor { color: #D5D0BE; }

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

This text font color is #D5D0BE.


Background Color

.myBgColor { background-color: #D5D0BE; }

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

This div background color is #D5D0BE.


Border color

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

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

This div border color is #D5D0BE.


Opacity

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

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

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

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

This text has shadow with #D5D0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D0BE on black background.


Color preview on white background

This text has color #D5D0BE on white background.



Black color preview on #D5D0BE background

This text has black color on #D5D0BE background.


White color preview on #D5D0BE background

This text has white color on #D5D0BE background.