COLOR #D1BEBA

HEX: #D1BEBA RGB: (209,190,186)

Color info

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

RGB color model

#D1BEBA color RGB value is (209,190,186).

RGB: (209,190,186) (82%, 75%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 186 of 255 = 73%

209
190
186

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

Portions of RGB colors in percentages

R + G + B = 209 + 190 + 186 = 585 (100%)
R 209 of 585 ~ 35.73%
G 190 of 585 ~ 32.48%
B 186 of 585 ~ 31.79'%

%35.73
%32.48
%31.79

CMYK color model

#D1BEBA color CMYK value is (0,9,11,18).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 11.00%
  • key color value is 18.04%

CMYK: (0,9,11,18)
C0M9Y11K18 (0%, 9%, 11%, 18%)
(0.00 / 0.09 / 0.11 / 0.18)

CMYK percentages

%0
%9.09
%11
%18.04

Codes

Color #D1BEBA in popluar color models

D1 BE BA
RGB 209 190 186
HSL 10° 20.00% 77.45%
HSB/HSV 10° 11.00% 81.96%
CMYK 0.00% 9.09% 11.00%
18.04%

Color #D1BEBA in popluar number systems.

HEX D1 BE BA
Decimal 209 190 186
Binary 11010001 10111110 10111010
Octal 321 276 272

Shades and tints

Shades of #D1BEBA

#D1BEBA
(209,190,186)
#BEADAA
(190,173,170)
#AB9C9A
(171,156,154)
#988B8A
(152,139,138)
#857A7A
(133,122,122)
#72696A
(114,105,106)
#5F585A
(95,88,90)
#4C474A
(76,71,74)
#39363A
(57,54,58)
#26252A
(38,37,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #D1BEBA

#D1BEBA
(209,190,186)
#D5C3C0
(213,195,192)
#D9C8C6
(217,200,198)
#DDCDCC
(221,205,204)
#E1D2D2
(225,210,210)
#E5D7D8
(229,215,216)
#E9DCDE
(233,220,222)
#EDE1E4
(237,225,228)
#F1E6EA
(241,230,234)
#F5EBF0
(245,235,240)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEBA; }

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

This text font color is #D1BEBA.

Background Color

.myBgColor { background-color: #D1BEBA; }

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

This div background color is #D1BEBA.

Border color

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

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

This div border color is #D1BEBA.

Opacity

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

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

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

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

This text has shadow with #D1BEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BEBA.

Preview

Color preview on black background

This text has color #D1BEBA on black background.


Color preview on white background

This text has color #D1BEBA on white background.


Black color preview on #D1BEBA background

This text has black color on #D1BEBA background.


White color preview on #D1BEBA background

This text has white color on #D1BEBA background.


Related colors

Complementary color

Complementary color for #hex is #2E4145.


I love getcolorcode.com

Triadic colors

1 #BAD1BE and #BEBAD1 with #D1BEBA are triadic colors.

2 #BABED1 and #BED1BA with #D1BEBA are triadic colors.