COLOR #D1BEB5

HEX: #D1BEB5
RGB: (209,190,181)

Color info

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

RGB color model

#D1BEB5 color RGB value is (209,190,181).

  • red value is 209;
  • green value is 190;
  • blue value is 181.
RGB:
(209,190,181)
(82%,75%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 181 of 255 = 71%

209
190
181

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

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 181 = 580 (100%)
R 209 of 580 ~ 36.03%
G 190 of 580 ~ 32.76%
B 181 of 580 ~ 31.21%

%36.03
%32.76
%31.21

CMYK color model

#D1BEB5 color CMYK value is (0,9,13,18).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(0,9,13,18)
C0M9Y13K18 
(0%,9%,13%,18%)
(0.00/0.09/0.13/0.18)	

CMYK percentages

%0
%9.09
%13.4
%18.04

Codes

Color #D1BEB5 in popluar color models

D1BEB5
RGB209190181
HSL19°23.33%76.47%
HSB/HSV19°13.40%81.96%
CMYK0.00%9.09%13.40%
18.04%

Color #D1BEB5 in popluar number systems.

HEXD1BEB5
Decimal209190181
Binary110100011011111010110101
Octal321276265

Shades and tints

Shades of #D1BEB5

#D1BEB5
(209,190,181)
#BEADA5
(190,173,165)
#AB9C95
(171,156,149)
#988B85
(152,139,133)
#857A75
(133,122,117)
#726965
(114,105,101)
#5F5855
(95,88,85)
#4C4745
(76,71,69)
#393635
(57,54,53)
#262525
(38,37,37)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D1BEB5

#D1BEB5
(209,190,181)
#D5C3BB
(213,195,187)
#D9C8C1
(217,200,193)
#DDCDC7
(221,205,199)
#E1D2CD
(225,210,205)
#E5D7D3
(229,215,211)
#E9DCD9
(233,220,217)
#EDE1DF
(237,225,223)
#F1E6E5
(241,230,229)
#F5EBEB
(245,235,235)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BEB5 color. Also use rgb(209,190,181) instead hex code.

Text Font Color

.myTextColor { color: #D1BEB5; }

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

This text font color is #D1BEB5.


Background Color

.myBgColor { background-color: #D1BEB5; }

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

This div background color is #D1BEB5.


Border color

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

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

This div border color is #D1BEB5.


Opacity

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

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

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

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

This text has shadow with #D1BEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BEB5 on black background.


Color preview on white background

This text has color #D1BEB5 on white background.



Black color preview on #D1BEB5 background

This text has black color on #D1BEB5 background.


White color preview on #D1BEB5 background

This text has white color on #D1BEB5 background.