COLOR #D5BFBA

HEX: #D5BFBA
RGB: (213,191,186)

Color info

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

RGB color model

#D5BFBA color RGB value is (213,191,186).

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

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 186 of 255 = 73%

213
191
186

R + G + B ~ 77%. #D5BFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 186 = 590 (100%)
R 213 of 590 ~ 36.1%
G 191 of 590 ~ 32.37%
B 186 of 590 ~ 31.53%

%36.1
%32.37
%31.53

CMYK color model

#D5BFBA color CMYK value is (0,10,13,16).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(0,10,13,16)
C0M10Y13K16 
(0%,10%,13%,16%)
(0.00/0.10/0.13/0.16)	

CMYK percentages

%0
%10.33
%12.68
%16.47

Codes

Color #D5BFBA in popluar color models

D5BFBA
RGB213191186
HSL11°24.32%78.24%
HSB/HSV11°12.68%83.53%
CMYK0.00%10.33%12.68%
16.47%

Color #D5BFBA in popluar number systems.

HEXD5BFBA
Decimal213191186
Binary110101011011111110111010
Octal325277272

Shades and tints

Shades of #D5BFBA

#D5BFBA
(213,191,186)
#C2AEAA
(194,174,170)
#AF9D9A
(175,157,154)
#9C8C8A
(156,140,138)
#897B7A
(137,123,122)
#766A6A
(118,106,106)
#63595A
(99,89,90)
#50484A
(80,72,74)
#3D373A
(61,55,58)
#2A262A
(42,38,42)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #D5BFBA

#D5BFBA
(213,191,186)
#D8C4C0
(216,196,192)
#DBC9C6
(219,201,198)
#DECECC
(222,206,204)
#E1D3D2
(225,211,210)
#E4D8D8
(228,216,216)
#E7DDDE
(231,221,222)
#EAE2E4
(234,226,228)
#EDE7EA
(237,231,234)
#F0ECF0
(240,236,240)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BFBA; }

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

This text font color is #D5BFBA.


Background Color

.myBgColor { background-color: #D5BFBA; }

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

This div background color is #D5BFBA.


Border color

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

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

This div border color is #D5BFBA.


Opacity

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

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

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

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

This text has shadow with #D5BFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFBA on black background.


Color preview on white background

This text has color #D5BFBA on white background.



Black color preview on #D5BFBA background

This text has black color on #D5BFBA background.


White color preview on #D5BFBA background

This text has white color on #D5BFBA background.