COLOR #D0BEB6

HEX: #D0BEB6
RGB: (208,190,182)

Color info

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

RGB color model

#D0BEB6 color RGB value is (208,190,182).

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

RGB channels and saturation

R 208 of 255 = 82%
G 190 of 255 = 75%
B 182 of 255 = 71%

208
190
182

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

Portions of RGB colors in percentages

R + G + B =
208 + 190 + 182 = 580 (100%)
R 208 of 580 ~ 35.86%
G 190 of 580 ~ 32.76%
B 182 of 580 ~ 31.38%

%35.86
%32.76
%31.38

CMYK color model

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

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

CMYK percentages

%0
%8.65
%12.5
%18.43

Codes

Color #D0BEB6 in popluar color models

D0BEB6
RGB208190182
HSL18°21.67%76.47%
HSB/HSV18°12.50%81.57%
CMYK0.00%8.65%12.50%
18.43%

Color #D0BEB6 in popluar number systems.

HEXD0BEB6
Decimal208190182
Binary110100001011111010110110
Octal320276266

Shades and tints

Shades of #D0BEB6

#D0BEB6
(208,190,182)
#BEADA6
(190,173,166)
#AC9C96
(172,156,150)
#9A8B86
(154,139,134)
#887A76
(136,122,118)
#766966
(118,105,102)
#645856
(100,88,86)
#524746
(82,71,70)
#403636
(64,54,54)
#2E2526
(46,37,38)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D0BEB6

#D0BEB6
(208,190,182)
#D4C3BC
(212,195,188)
#D8C8C2
(216,200,194)
#DCCDC8
(220,205,200)
#E0D2CE
(224,210,206)
#E4D7D4
(228,215,212)
#E8DCDA
(232,220,218)
#ECE1E0
(236,225,224)
#F0E6E6
(240,230,230)
#F4EBEC
(244,235,236)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BEB6; }

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

This text font color is #D0BEB6.


Background Color

.myBgColor { background-color: #D0BEB6; }

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

This div background color is #D0BEB6.


Border color

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

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

This div border color is #D0BEB6.


Opacity

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

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

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

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

This text has shadow with #D0BEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BEB6 on black background.


Color preview on white background

This text has color #D0BEB6 on white background.



Black color preview on #D0BEB6 background

This text has black color on #D0BEB6 background.


White color preview on #D0BEB6 background

This text has white color on #D0BEB6 background.