COLOR #D5CBB9

HEX: #D5CBB9
RGB: (213,203,185)

Color info

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

RGB color model

#D5CBB9 color RGB value is (213,203,185).

  • red value is 213;
  • green value is 203;
  • blue value is 185.
RGB:
(213,203,185)
(84%,80%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 203 of 255 = 80%
B 185 of 255 = 73%

213
203
185

R + G + B ~ 79%. #D5CBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 203 + 185 = 601 (100%)
R 213 of 601 ~ 35.44%
G 203 of 601 ~ 33.78%
B 185 of 601 ~ 30.78%

%35.44
%33.78
%30.78

CMYK color model

#D5CBB9 color CMYK value is (0,5,13,16).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 13.15%
  • key color value is 16.47%
CMYK:
(0,5,13,16)
C0M5Y13K16 
(0%,5%,13%,16%)
(0.00/0.05/0.13/0.16)	

CMYK percentages

%0
%4.69
%13.15
%16.47

Codes

Color #D5CBB9 in popluar color models

D5CBB9
RGB213203185
HSL39°25.00%78.04%
HSB/HSV39°13.15%83.53%
CMYK0.00%4.69%13.15%
16.47%

Color #D5CBB9 in popluar number systems.

HEXD5CBB9
Decimal213203185
Binary110101011100101110111001
Octal325313271

Shades and tints

Shades of #D5CBB9

#D5CBB9
(213,203,185)
#C2B9A9
(194,185,169)
#AFA799
(175,167,153)
#9C9589
(156,149,137)
#898379
(137,131,121)
#767169
(118,113,105)
#635F59
(99,95,89)
#504D49
(80,77,73)
#3D3B39
(61,59,57)
#2A2929
(42,41,41)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5CBB9

#D5CBB9
(213,203,185)
#D8CFBF
(216,207,191)
#DBD3C5
(219,211,197)
#DED7CB
(222,215,203)
#E1DBD1
(225,219,209)
#E4DFD7
(228,223,215)
#E7E3DD
(231,227,221)
#EAE7E3
(234,231,227)
#EDEBE9
(237,235,233)
#F0EFEF
(240,239,239)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CBB9 color. Also use rgb(213,203,185) instead hex code.

Text Font Color

.myTextColor { color: #D5CBB9; }

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

This text font color is #D5CBB9.


Background Color

.myBgColor { background-color: #D5CBB9; }

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

This div background color is #D5CBB9.


Border color

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

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

This div border color is #D5CBB9.


Opacity

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

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

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

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

This text has shadow with #D5CBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CBB9 on black background.


Color preview on white background

This text has color #D5CBB9 on white background.



Black color preview on #D5CBB9 background

This text has black color on #D5CBB9 background.


White color preview on #D5CBB9 background

This text has white color on #D5CBB9 background.