COLOR #D0BEB2

HEX: #D0BEB2
RGB: (208,190,178)

Color info

#D0BEB2 contains red, green and blue colors in about the same proportion. Web safe color of #D0BEB2 is #CCCC99 (or #CC9).

RGB color model

#D0BEB2 color RGB value is (208,190,178).

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

RGB channels and saturation

R 208 of 255 = 82%
G 190 of 255 = 75%
B 178 of 255 = 70%

208
190
178

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

Portions of RGB colors in percentages

R + G + B =
208 + 190 + 178 = 576 (100%)
R 208 of 576 ~ 36.11%
G 190 of 576 ~ 32.99%
B 178 of 576 ~ 30.9%

%36.11
%32.99
%30.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 14.42%
  • key color value is 18.43%
CMYK:
(0,9,14,18)
C0M9Y14K18 
(0%,9%,14%,18%)
(0.00/0.09/0.14/0.18)	

CMYK percentages

%0
%8.65
%14.42
%18.43

Codes

Color #D0BEB2 in popluar color models

D0BEB2
RGB208190178
HSL24°24.19%75.69%
HSB/HSV24°14.42%81.57%
CMYK0.00%8.65%14.42%
18.43%

Color #D0BEB2 in popluar number systems.

HEXD0BEB2
Decimal208190178
Binary110100001011111010110010
Octal320276262

Shades and tints

Shades of #D0BEB2

#D0BEB2
(208,190,178)
#BEADA2
(190,173,162)
#AC9C92
(172,156,146)
#9A8B82
(154,139,130)
#887A72
(136,122,114)
#766962
(118,105,98)
#645852
(100,88,82)
#524742
(82,71,66)
#403632
(64,54,50)
#2E2522
(46,37,34)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #D0BEB2

#D0BEB2
(208,190,178)
#D4C3B9
(212,195,185)
#D8C8C0
(216,200,192)
#DCCDC7
(220,205,199)
#E0D2CE
(224,210,206)
#E4D7D5
(228,215,213)
#E8DCDC
(232,220,220)
#ECE1E3
(236,225,227)
#F0E6EA
(240,230,234)
#F4EBF1
(244,235,241)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BEB2; }

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

This text font color is #D0BEB2.


Background Color

.myBgColor { background-color: #D0BEB2; }

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

This div background color is #D0BEB2.


Border color

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

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

This div border color is #D0BEB2.


Opacity

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

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

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

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

This text has shadow with #D0BEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BEB2 on black background.


Color preview on white background

This text has color #D0BEB2 on white background.



Black color preview on #D0BEB2 background

This text has black color on #D0BEB2 background.


White color preview on #D0BEB2 background

This text has white color on #D0BEB2 background.