COLOR #D5BFA7

HEX: #D5BFA7
RGB: (213,191,167)

Color info

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

RGB color model

#D5BFA7 color RGB value is (213,191,167).

  • red value is 213;
  • green value is 191;
  • blue value is 167.
RGB:
(213,191,167)
(84%,75%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 167 of 255 = 65%

213
191
167

R + G + B ~ 75%. #D5BFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 167 = 571 (100%)
R 213 of 571 ~ 37.3%
G 191 of 571 ~ 33.45%
B 167 of 571 ~ 29.25%

%37.3
%33.45
%29.25

CMYK color model

#D5BFA7 color CMYK value is (0,10,22,16).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 21.60%
  • key color value is 16.47%
CMYK:
(0,10,22,16)
C0M10Y22K16 
(0%,10%,22%,16%)
(0.00/0.10/0.22/0.16)	

CMYK percentages

%0
%10.33
%21.6
%16.47

Codes

Color #D5BFA7 in popluar color models

D5BFA7
RGB213191167
HSL31°35.38%74.51%
HSB/HSV31°21.60%83.53%
CMYK0.00%10.33%21.60%
16.47%

Color #D5BFA7 in popluar number systems.

HEXD5BFA7
Decimal213191167
Binary110101011011111110100111
Octal325277247

Shades and tints

Shades of #D5BFA7

#D5BFA7
(213,191,167)
#C2AE98
(194,174,152)
#AF9D89
(175,157,137)
#9C8C7A
(156,140,122)
#897B6B
(137,123,107)
#766A5C
(118,106,92)
#63594D
(99,89,77)
#50483E
(80,72,62)
#3D372F
(61,55,47)
#2A2620
(42,38,32)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #D5BFA7

#D5BFA7
(213,191,167)
#D8C4AF
(216,196,175)
#DBC9B7
(219,201,183)
#DECEBF
(222,206,191)
#E1D3C7
(225,211,199)
#E4D8CF
(228,216,207)
#E7DDD7
(231,221,215)
#EAE2DF
(234,226,223)
#EDE7E7
(237,231,231)
#F0ECEF
(240,236,239)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BFA7 color. Also use rgb(213,191,167) instead hex code.

Text Font Color

.myTextColor { color: #D5BFA7; }

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

This text font color is #D5BFA7.


Background Color

.myBgColor { background-color: #D5BFA7; }

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

This div background color is #D5BFA7.


Border color

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

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

This div border color is #D5BFA7.


Opacity

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

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

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

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

This text has shadow with #D5BFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFA7 on black background.


Color preview on white background

This text has color #D5BFA7 on white background.



Black color preview on #D5BFA7 background

This text has black color on #D5BFA7 background.


White color preview on #D5BFA7 background

This text has white color on #D5BFA7 background.