COLOR #D5B8BE

HEX: #D5B8BE RGB: (213,184,190)

Color info

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

RGB color model

#D5B8BE color RGB value is (213,184,190).

RGB: (213,184,190) (84%, 72%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 190 of 255 = 75%

213
184
190

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

Portions of RGB colors in percentages

R + G + B = 213 + 184 + 190 = 587 (100%)
R 213 of 587 ~ 36.29%
G 184 of 587 ~ 31.35%
B 190 of 587 ~ 32.37'%

%36.29
%31.35
%32.37

CMYK color model

#D5B8BE color CMYK value is (0,14,11,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 10.80%
  • key color value is 16.47%

CMYK: (0,14,11,16)
C0M14Y11K16 (0%, 14%, 11%, 16%)
(0.00 / 0.14 / 0.11 / 0.16)

CMYK percentages

%0
%13.62
%10.8
%16.47

Codes

Color #D5B8BE in popluar color models

D5 B8 BE
RGB 213 184 190
HSL 348° 25.66% 77.84%
HSB/HSV 348° 13.62% 83.53%
CMYK 0.00% 13.62% 10.80%
16.47%

Color #D5B8BE in popluar number systems.

HEX D5 B8 BE
Decimal 213 184 190
Binary 11010101 10111000 10111110
Octal 325 270 276

Shades and tints

Shades of #D5B8BE

#D5B8BE
(213,184,190)
#C2A8AD
(194,168,173)
#AF989C
(175,152,156)
#9C888B
(156,136,139)
#89787A
(137,120,122)
#766869
(118,104,105)
#635858
(99,88,88)
#504847
(80,72,71)
#3D3836
(61,56,54)
#2A2825
(42,40,37)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #D5B8BE

#D5B8BE
(213,184,190)
#D8BEC3
(216,190,195)
#DBC4C8
(219,196,200)
#DECACD
(222,202,205)
#E1D0D2
(225,208,210)
#E4D6D7
(228,214,215)
#E7DCDC
(231,220,220)
#EAE2E1
(234,226,225)
#EDE8E6
(237,232,230)
#F0EEEB
(240,238,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B8BE; }

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

This text font color is #D5B8BE.

Background Color

.myBgColor { background-color: #D5B8BE; }

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

This div background color is #D5B8BE.

Border color

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

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

This div border color is #D5B8BE.

Opacity

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

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

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

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

This text has shadow with #D5B8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B8BE.

Preview

Color preview on black background

This text has color #D5B8BE on black background.


Color preview on white background

This text has color #D5B8BE on white background.


Black color preview on #D5B8BE background

This text has black color on #D5B8BE background.


White color preview on #D5B8BE background

This text has white color on #D5B8BE background.


Related colors

Complementary color

Complementary color for #hex is #2A4741.


I love getcolorcode.com

Triadic colors

1 #BED5B8 and #B8BED5 with #D5B8BE are triadic colors.

2 #BEB8D5 and #B8D5BE with #D5B8BE are triadic colors.