COLOR #D0BEA6

HEX: #D0BEA6
RGB: (208,190,166)

Color info

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

RGB color model

#D0BEA6 color RGB value is (208,190,166).

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

RGB channels and saturation

R 208 of 255 = 82%
G 190 of 255 = 75%
B 166 of 255 = 65%

208
190
166

R + G + B ~ 74%. #D0BEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 190 + 166 = 564 (100%)
R 208 of 564 ~ 36.88%
G 190 of 564 ~ 33.69%
B 166 of 564 ~ 29.43%

%36.88
%33.69
%29.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 20.19%
  • key color value is 18.43%
CMYK:
(0,9,20,18)
C0M9Y20K18 
(0%,9%,20%,18%)
(0.00/0.09/0.20/0.18)	

CMYK percentages

%0
%8.65
%20.19
%18.43

Codes

Color #D0BEA6 in popluar color models

D0BEA6
RGB208190166
HSL34°30.88%73.33%
HSB/HSV34°20.19%81.57%
CMYK0.00%8.65%20.19%
18.43%

Color #D0BEA6 in popluar number systems.

HEXD0BEA6
Decimal208190166
Binary110100001011111010100110
Octal320276246

Shades and tints

Shades of #D0BEA6

#D0BEA6
(208,190,166)
#BEAD97
(190,173,151)
#AC9C88
(172,156,136)
#9A8B79
(154,139,121)
#887A6A
(136,122,106)
#76695B
(118,105,91)
#64584C
(100,88,76)
#52473D
(82,71,61)
#40362E
(64,54,46)
#2E251F
(46,37,31)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #D0BEA6

#D0BEA6
(208,190,166)
#D4C3AE
(212,195,174)
#D8C8B6
(216,200,182)
#DCCDBE
(220,205,190)
#E0D2C6
(224,210,198)
#E4D7CE
(228,215,206)
#E8DCD6
(232,220,214)
#ECE1DE
(236,225,222)
#F0E6E6
(240,230,230)
#F4EBEE
(244,235,238)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BEA6; }

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

This text font color is #D0BEA6.


Background Color

.myBgColor { background-color: #D0BEA6; }

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

This div background color is #D0BEA6.


Border color

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

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

This div border color is #D0BEA6.


Opacity

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

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

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

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

This text has shadow with #D0BEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BEA6 on black background.


Color preview on white background

This text has color #D0BEA6 on white background.



Black color preview on #D0BEA6 background

This text has black color on #D0BEA6 background.


White color preview on #D0BEA6 background

This text has white color on #D0BEA6 background.