COLOR #D5BFAE

HEX: #D5BFAE
RGB: (213,191,174)

Color info

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

RGB color model

#D5BFAE color RGB value is (213,191,174).

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

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 174 of 255 = 68%

213
191
174

R + G + B ~ 76%. #D5BFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 174 = 578 (100%)
R 213 of 578 ~ 36.85%
G 191 of 578 ~ 33.04%
B 174 of 578 ~ 30.1%

%36.85
%33.04
%30.1

CMYK color model

#D5BFAE color CMYK value is (0,10,18,16).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(0,10,18,16)
C0M10Y18K16 
(0%,10%,18%,16%)
(0.00/0.10/0.18/0.16)	

CMYK percentages

%0
%10.33
%18.31
%16.47

Codes

Color #D5BFAE in popluar color models

D5BFAE
RGB213191174
HSL26°31.71%75.88%
HSB/HSV26°18.31%83.53%
CMYK0.00%10.33%18.31%
16.47%

Color #D5BFAE in popluar number systems.

HEXD5BFAE
Decimal213191174
Binary110101011011111110101110
Octal325277256

Shades and tints

Shades of #D5BFAE

#D5BFAE
(213,191,174)
#C2AE9F
(194,174,159)
#AF9D90
(175,157,144)
#9C8C81
(156,140,129)
#897B72
(137,123,114)
#766A63
(118,106,99)
#635954
(99,89,84)
#504845
(80,72,69)
#3D3736
(61,55,54)
#2A2627
(42,38,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5BFAE

#D5BFAE
(213,191,174)
#D8C4B5
(216,196,181)
#DBC9BC
(219,201,188)
#DECEC3
(222,206,195)
#E1D3CA
(225,211,202)
#E4D8D1
(228,216,209)
#E7DDD8
(231,221,216)
#EAE2DF
(234,226,223)
#EDE7E6
(237,231,230)
#F0ECED
(240,236,237)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BFAE; }

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

This text font color is #D5BFAE.


Background Color

.myBgColor { background-color: #D5BFAE; }

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

This div background color is #D5BFAE.


Border color

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

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

This div border color is #D5BFAE.


Opacity

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

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

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

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

This text has shadow with #D5BFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFAE on black background.


Color preview on white background

This text has color #D5BFAE on white background.



Black color preview on #D5BFAE background

This text has black color on #D5BFAE background.


White color preview on #D5BFAE background

This text has white color on #D5BFAE background.