COLOR #D5B5C4

HEX: #D5B5C4
RGB: (213,181,196)

Color info

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

RGB color model

#D5B5C4 color RGB value is (213,181,196).

  • red value is 213;
  • green value is 181;
  • blue value is 196.
RGB:
(213,181,196)
(84%,71%,77%)

RGB channels and saturation

R 213 of 255 = 84%
G 181 of 255 = 71%
B 196 of 255 = 77%

213
181
196

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

Portions of RGB colors in percentages

R + G + B =
213 + 181 + 196 = 590 (100%)
R 213 of 590 ~ 36.1%
G 181 of 590 ~ 30.68%
B 196 of 590 ~ 33.22%

%36.1
%30.68
%33.22

CMYK color model

#D5B5C4 color CMYK value is (0,15,8,16).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 7.98%
  • key color value is 16.47%
CMYK:
(0,15,8,16)
C0M15Y8K16 
(0%,15%,8%,16%)
(0.00/0.15/0.08/0.16)	

CMYK percentages

%0
%15.02
%7.98
%16.47

Codes

Color #D5B5C4 in popluar color models

D5B5C4
RGB213181196
HSL332°27.59%77.25%
HSB/HSV332°15.02%83.53%
CMYK0.00%15.02%7.98%
16.47%

Color #D5B5C4 in popluar number systems.

HEXD5B5C4
Decimal213181196
Binary110101011011010111000100
Octal325265304

Shades and tints

Shades of #D5B5C4

#D5B5C4
(213,181,196)
#C2A5B3
(194,165,179)
#AF95A2
(175,149,162)
#9C8591
(156,133,145)
#897580
(137,117,128)
#76656F
(118,101,111)
#63555E
(99,85,94)
#50454D
(80,69,77)
#3D353C
(61,53,60)
#2A252B
(42,37,43)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #D5B5C4

#D5B5C4
(213,181,196)
#D8BBC9
(216,187,201)
#DBC1CE
(219,193,206)
#DEC7D3
(222,199,211)
#E1CDD8
(225,205,216)
#E4D3DD
(228,211,221)
#E7D9E2
(231,217,226)
#EADFE7
(234,223,231)
#EDE5EC
(237,229,236)
#F0EBF1
(240,235,241)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B5C4 color. Also use rgb(213,181,196) instead hex code.

Text Font Color

.myTextColor { color: #D5B5C4; }

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

This text font color is #D5B5C4.


Background Color

.myBgColor { background-color: #D5B5C4; }

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

This div background color is #D5B5C4.


Border color

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

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

This div border color is #D5B5C4.


Opacity

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

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

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

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

This text has shadow with #D5B5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B5C4 on black background.


Color preview on white background

This text has color #D5B5C4 on white background.



Black color preview on #D5B5C4 background

This text has black color on #D5B5C4 background.


White color preview on #D5B5C4 background

This text has white color on #D5B5C4 background.