COLOR #D0BEBD

HEX: #D0BEBD RGB: (208,190,189)

Color info

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

RGB color model

#D0BEBD color RGB value is (208,190,189).

RGB: (208,190,189) (82%, 75%, 74%)

RGB channels and saturation

R 208 of 255 = 82%
G 190 of 255 = 75%
B 189 of 255 = 74%

208
190
189

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

Portions of RGB colors in percentages

R + G + B = 208 + 190 + 189 = 587 (100%)
R 208 of 587 ~ 35.43%
G 190 of 587 ~ 32.37%
B 189 of 587 ~ 32.2'%

%35.43
%32.37
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 9.13%
  • key color value is 18.43%

CMYK: (0,9,9,18)
C0M9Y9K18 (0%, 9%, 9%, 18%)
(0.00 / 0.09 / 0.09 / 0.18)

CMYK percentages

%0
%8.65
%9.13
%18.43

Codes

Color #D0BEBD in popluar color models

D0 BE BD
RGB 208 190 189
HSL 16.81% 77.84%
HSB/HSV 9.13% 81.57%
CMYK 0.00% 8.65% 9.13%
18.43%

Color #D0BEBD in popluar number systems.

HEX D0 BE BD
Decimal 208 190 189
Binary 11010000 10111110 10111101
Octal 320 276 275

Shades and tints

Shades of #D0BEBD

#D0BEBD
(208,190,189)
#BEADAC
(190,173,172)
#AC9C9B
(172,156,155)
#9A8B8A
(154,139,138)
#887A79
(136,122,121)
#766968
(118,105,104)
#645857
(100,88,87)
#524746
(82,71,70)
#403635
(64,54,53)
#2E2524
(46,37,36)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #D0BEBD

#D0BEBD
(208,190,189)
#D4C3C3
(212,195,195)
#D8C8C9
(216,200,201)
#DCCDCF
(220,205,207)
#E0D2D5
(224,210,213)
#E4D7DB
(228,215,219)
#E8DCE1
(232,220,225)
#ECE1E7
(236,225,231)
#F0E6ED
(240,230,237)
#F4EBF3
(244,235,243)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BEBD color. Also use rgb(208,190,189) instead hex code.

Text Font Color

.myTextColor { color: #D0BEBD; }

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

This text font color is #D0BEBD.

Background Color

.myBgColor { background-color: #D0BEBD; }

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

This div background color is #D0BEBD.

Border color

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

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

This div border color is #D0BEBD.

Opacity

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

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

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

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

This text has shadow with #D0BEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BEBD.

Preview

Color preview on black background

This text has color #D0BEBD on black background.


Color preview on white background

This text has color #D0BEBD on white background.


Black color preview on #D0BEBD background

This text has black color on #D0BEBD background.


White color preview on #D0BEBD background

This text has white color on #D0BEBD background.


Related colors

Complementary color

Complementary color for #hex is #2F4142.


I love getcolorcode.com

Triadic colors

1 #BDD0BE and #BEBDD0 with #D0BEBD are triadic colors.

2 #BDBED0 and #BED0BD with #D0BEBD are triadic colors.